@charset "utf-8";
/*-----------------------------theme主题-----------------------------*/

body {
    font-size: 14px;
    font-family: 微软雅黑, 宋体, Verdana, Arial;
    line-height: 1.42857143;
    color: #333;
    background-color: #999;
    word-wrap: break-word;
}

a {
    color: #333;
}

a:hover, a:focus {
    color: red;
}

.theme-lm>* {
    font-size: 20px;
    padding: 0 10px;
    float: left;
    line-height: 45px;
    height: 45px;
    color: #3560a0;
}

.theme-lm>*.active {
    color: #be5556;
    border-bottom: 2px solid #be5556;
}

.theme-lm img {
    float: left;
    margin-top: 7px;
}

.theme-more a {
    line-height: 45px;
    color: #C9C9C9;
    float: right;
    font-size: 14px;
}

.theme-list li {
    padding-left: 15px;
    background: url(/zfxxgk/css/../images/icon/icon2.jpg) no-repeat 0 center;
    line-height: 35px;
}

.theme-ct {
    margin-bottom: 30px;
    background: white;
    padding: 0 20px 20px;
}

.theme-dqwz {
    background: url(/zfxxgk/css/../images/icon/dqwz.jpg) no-repeat 0 center;
    padding: 14px 0 14px 25px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 20px;
    font-size: 16px;
}

/*-----------------------------header页眉-----------------------------*/

.version {
    font-size: 18px;
    background: #f9f9f9;
    line-height: 50px;
    text-align: center;
}

.version a {
    color: #d80909;
    text-decoration: underline;
}

.logorotate img {
    -webkit-animation: change 6s linear infinite;
}

@-webkit-keyframes change {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(-180deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

/*-----------------------------footer页脚-----------------------------*/

/*-----------------------------list列表-----------------------------*/

.list-fl {
    width: 20%;
    float: left;
}

.list-fl>p {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #3871a6;
    margin-bottom: 20px;
    line-height: 40px;
}

.list-lm li {
    line-height: 37px;
    background: #eff4f9;
    border-bottom: 3px solid white;
    font-size: 18px;
    text-align: center;
    position: relative;
}

.list-lm li:before {
    content: " ";
    background: url(/zfxxgk/css/../images/icon/list_nav.png);
    width: 8px;
    height: 13px;
    position: absolute;
    right: 15px;
    top: 12px;
    transform: rotate(180deg);
    transition: transform .3s;
}

.list-lm li:hover:before, .list-lm li.active:before {
    transform: rotate(270deg);
}

.list-lm li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 2;
    padding: 0 25px 0 20px;
}

.list-lm li.active a, .list-lm li:hover a {
    font-weight: bold;
    color: #3871a6;
}

/* .list-fr{width: 78%;float: right;} */

.list-fr>p {
    background: #f3f3f3;
    margin-bottom: 20px;
}

.list-fr>p span {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #3871a6;
    line-height: 40px;
    float: left;
    padding: 0 50px;
}

.list li {
    line-height: 35px;
    padding-left: 20px;
    background: url(/zfxxgk/css/../images/icon/dian2.jpg) no-repeat 0 center;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .5s;
}

.list li:hover {
    transform: translateX(1em);
}

.list li span {
    float: right;
    color: #999;
    font-size: 14px;
    margin-left: 20px;
    position: relative;
}

.list hr {
    border-bottom: dashed 1px #cccccc;
}

.newicon {
    background: url(/zfxxgk/css/../images/icon/iconnew.jpg) no-repeat 0 center !important;
    padding-left: 35px !important;
}

/*分页*/
#page-div {
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
}

.pagination-first,
.pagination-last {
	margin: 10px 0;
}

.pagination-index,
.pagination-num {
	border: 1px solid #3871a6;
	margin: 0 3px;
	padding: 1px 9px;
	display: inline-block;
	border-radius: 3px;
	color: #3871a6;
font-size: 14px;}

.pagination-num.active,
.pagination-index:hover,
.pagination-num:hover {
	background: #3871a6;
	color: white;
}

.pagination-last span {
	margin: 0 5px;
font-size: 14px;}

.pagination-last input {
	height: 18px;
	width: 30px;
	text-align: center;
	border: 1px solid #ccc;
	margin-top: -3px;
}
@media (max-width:768px) {
    .pagination_last small {
        display: none;
    }
    .pagination_index, .pagination_num {
        padding: 0 4px;
    }
}


/*-----------------------------detail详情-----------------------------*/

.detail {
    background: #FFFFFF;
    padding-bottom: 20px;
}

.detail>h1 {
    font-size: 32px;
    text-align: center;
    padding: 0 50px 20px;
}

.inform {
    border: 1px solid #CCCCCC;
    border-left: none;
    border-right: none;
    line-height: 40px;
    text-align: center;
    color: #999;
}

.inform>div {
    display: inline-block;
    margin: 0 20px;
}

.inform .fontsize img, .inform .fontsize span {
    margin: 0 5px;
    cursor: pointer;
}

.inform .dywb {
    cursor: pointer;
    background: url(/zfxxgk/css/../images/icon/print.png) no-repeat 0 center;
    padding-left: 15px;
}

.inform .bdsharebuttonbox {
    display: inline-block;
    vertical-align: middle;
}

#NewsContent {
    padding: 20px;
}

.zrbj {
    display: block;
    margin: 10px 0;
    text-align: right;
}

#div-div {
    text-align: center;
    font-size: 12px;
    color: #999;
    clear: both;
    padding-bottom: 20px;
}

#div-div>table {
    display: inline-block;
}

.xgxw p {
    border-bottom: 1px solid #CCCCCC;
    font-size: 20px;
    line-height: 50px;
    margin-bottom: 10px;
}

.xgxw p i {
    width: 5px;
    height: 20px;
    background: #3871a6;
    display: inline-block;
    margin-right: 15px;
    vertical-align: -3px;
}

.xgxw ul {
    padding-bottom: 20px;
    margin: 0 -20px;
}

.xgxw li {
    float: left;
    width: 50%;
    padding: 0 20px 0 35px;
    background: url(/zfxxgk/css/../images/icon/dian2.jpg) no-repeat 20px center;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.xgxw li span {
    float: right;
    color: #999;
    margin-left: 20px;
}

.click-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
    width: 30px;
    display: none;
}

@media print {
    .dyyc {
        display: none !important;
    }
    .detail {
        padding-top: 20px;
    }
}

.detail-xxgkml {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 15px;
}

.detail-xxgkml li {
    float: left;
    width: 50%
}

/*-----------------------------添加类名（辅助）-----------------------------*/

/*-----------------------------********-----------------------------*/

.scroll22::-webkit-scrollbar-track-piece {
    background: #F2F2F2;
}

.scroll22::-webkit-scrollbar {
    width: 10px;
}

.scroll22::-webkit-scrollbar-thumb {
    background-color: #af1d1d;
    background-clip: padding-box;
    min-height: 30px;
    border-radius: 5px;
}

.scroll22::-webkit-scrollbar-thumb:hover {
    background: #bbb;
}

/*-----------------------------响应式-----------------------------*/

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 1220px) {
    .container {
        width: 1100px;
    }
    .theme-ct {
        min-height: 600px;
    }
}

@media (min-width: 1520px) {
    .container {
        width: 1100px;
    }
}

@media (max-width: 1520px) {}

@media (max-width: 1220px) {
    .theme-ct {
        padding-left: 10px;
        padding-right: 10px;
    }
    .theme-dqwz {
        background-position-y: 20px;
    }
    /* list */
    .list-fl {
        display: none;
    }
    .list-fr {
        width: 100%;
    }
    /* dtail */
    #NewsContent {
        padding-left: initial;
        padding-right: initial;
    }
    #NewsContent img {
        height: initial !important;
    }
    .detail>h1 {
        font-size: 20px;
        padding: 0 0 20px 0;
    }
    .inform {
        line-height: 25px;
        padding: 10px 0;
    }
    .xgxw li {
        float: initial;
        width: initial;
    }
    .inform .removedis, .click-top, #div-div {
        display: none;
    }
}

@media (max-width: 992px) {}

@media (max-width: 768px) {}