@charset "utf-8";

/*-----------------------------theme主题-----------------------------*/
body{font-size:14px;font-family: 微软雅黑, 宋体 , Verdana, Arial;line-height: 1.42857143;color: #333;background: #fff !important;}
a{color: #333;}
a:hover,a:focus{color: red;}
.cor1,a.cor1{color: white;}
.cor2,a.cor2{color: ;}
.cor3,a.cor3{color: ;}
.cor4,a.cor4{color: ;}
.bg1{background: white;}
.bg2{background: ;}
.bg3{background: ;}
.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(../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(../images/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);}}

.line{
    border: 1px dashed #a0a0a0;
    margin: 20px 0;
}

.container{
    width: 1000px !important;
    margin: 0 auto;
}
.yqzt_header{
    width: 100%;
    height: 435px;
}
.yqzt_header img{
    width: 100%;
    height: 100%;
}


/*-----------------------------footer页脚-----------------------------*/

/*-----------------------------list列表-----------------------------*/
.list-fr > p{
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #e5e5e5;
    margin-bottom: 20px;
}
.list-fr > p span{
    display: inline-block;
    line-height: 45px;
    padding: 0 20px;
    font-size: 18px;
    background: #cb2222;
    color: #fff;
}
#list-data ul li{
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    background: url("../images/yqzt_icon05.png") no-repeat 0 50%;
    padding-left: 20px;
}
#list-data ul li p{
    float: left;
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#list-data ul li span{
    float: right;
}


/*分页*/
#page-div{margin:0 auto;text-align: center;margin-top: 20px;}
.pagination-first,.pagination-last{margin: 10px 0;}
.pagination-index,.pagination-num{border: 1px solid #3871a6;margin: 0 3px;padding:0 15px;display: inline-block;border-radius: 3px;color: #3871a6;}
.pagination-num.active,.pagination-index:hover,.pagination-num:hover{background: #3871a6;color: white;}
.pagination-last span{margin: 0 5px;}
.pagination-last input{height: 18px;width: 30px;text-align: center;}
@media (max-width:768px) {.pagination-last small{display: none;}.pagination-index,.pagination-num{padding:0 4px;}}




/*-----------------------------********-----------------------------*/

/*-----------------------------响应式-----------------------------*/
.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: 1200px;}
.theme-ct{min-height: 600px;} */

}
/* @media (min-width: 1520px) {
.container {width: 1500px;}

} */

@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: 1020px) {
	.container{
        padding: 0 15px;
        width: 100% !important;
    }
}
@media (max-width: 768px) {

    .container{
        width: 100% !important;
    }
    .theme-dqwz{
        font-size: 14px;
        padding-left: 20px;
        background-position-y: 18px;
    }
    .yqzt_header{
        height: 110px;
    }
    .yqzt_header .container{
        padding-top: 5px;
        padding-left: 48px;
    }
    .yqzt_header .container img{
        width: 65%;
    }
    .list-fr > p{
        height: 40px;
        line-height: 40px;
    }
    .list-fr > p span{
        line-height: 40px;
    }
    #list-data ul li{
        font-size: 14px;

    }
    #list-data ul li p{
        width: 70%;
    }


    .line{
        margin: 10px 0;
    }
}

