@charset "utf-8";
/*公用*/
TD { LINE-HEIGHT: 170%; WORD-BREAK: normal}
*{ margin:0; padding:0;}
html, body, ul, li{list-style:none; -webkit-text-size-adjust:none; font-weight:normal; line-height:24px; margin:0; padding:0;}
body { background:#ffffff; font-family:"微软雅黑", Arial, Helvetica, sans-serif; font-size:12px; -webkit-text-size-adjust:none; color:#666666; font-weight:normal;}
img {border:0;behavior:url("iepngfix.htc");}
.clear {clear:both;}
.fl{ float:left;}
.fr{ float:right;}
a { text-decoration: none; color:#0578bd;}
a:hover  { text-decoration:none; color:#1a98e8;}
a:active {text-decoration: none; color:#1a98e8;}
a:focus {-moz-outline-style:none;}


/*头部*/
.top{ width:1500px; height:120px; margin:0 auto;}
.top1{ width:1500px; height:120px; margin:0 auto;display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}
.logo{ height:120px;display: flex;align-items: center;}
/*.logo img{height: 120px}*/
.dianhua{ height:100px; background:url(../images/phone.jpg) no-repeat left; font-size:20px; color:#008b30; line-height:100px; padding-left:40px;}
.menu{ width:100%; height:60px;background: #429AE9;margin:0 auto; margin-bottom:6px;}
.menu1{ width:1500px; height:60px; margin:0 auto;}
.rightBtn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    height: 100%;
}
.rightBtn .searh-box{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
    padding:3px 6px;
    border-radius: 3px;
    /* border: 1px solid #999; */
    color: #999;
    font-size: 20px;
}
.rightBtn .searh-box:hover{
    color: #429AE9;
    /* border-color: #429AE9; */
}
.rightBtn .searh-box>span{
    margin-left: 6px;
    font-size: 22px;
}
.rightBtn .searchWrap{
    display: none;
    flex-wrap: wrap;
    position: relative;
}
.rightBtn .searchWrap input{
    padding: 0 28px 0 3px;
    outline:none;
    border: 1px solid #999;
    border-radius: 3px;
    height: 32px;
    width: 200px;
    box-sizing: border-box;
}
.rightBtn .searchWrap input:focus{
    /* border-color: #429AE9; */
    border: 1px solid #429AE9;
}
.rightBtn .searchWrap .searchBox{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    color: #999;
    margin-left: 10px;
}

.rightBtn .searchWrap .searchBox:hover{
    color: #429AE9;
    border-color: #429AE9;
}
.rightBtn .searchWrap .searchBox.search{
    position: absolute;
    left: 176px;
    top: 6px;
    margin: 0;
}

.nav-box {
    width: 1500px;
    /*max-height: 90px;*/
    overflow: hidden;
    text-align: center;
    padding-top: 5px;
    box-sizing: border-box;
    margin: 0 auto;
}

.nav-box img {
    width: 1500px;
    height: 450px;
    /* max-height: 100%; */
}


/* scrollDiv */
.xinwen{ width:1200px; height:66px; color:#fff; margin:0 auto; overflow:hidden; }
.zj{ width:1200px; height:66px; margin:0 auto;}
.scrollDiv{height:66px;/* 必要元素 */line-height:66px; overflow:hidden;/* 必要元素 */ width:1200px;}
.scrollDiv li{height:66px;}
.scrollDiv li a{display: flex;flex-wrap: wrap;align-items: center}
.scrollDiv li .annoImg {
    font-size: 28px;
    margin-right: 17px;
    color: #4299eb;
}
.scrollDiv li .annoDate {
    margin-left: 17px;
    color: #9f9f9f;
    font-size: 14px;
}
.scrollDiv li .annoCont {
    flex: 1;
    height: 66px;
    line-height: 66px;
    font-size: 19px;
    color: #595758;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
#s2,#s3{height:100px;}
.scrollDiv li a{ color:#555; font-size:13px; line-height:40px;}

.scrollDiv li a span{ float:right;}


.centerTitle {
    padding-left: 22px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.centerTitle span {
    position: relative;
    font-size: 24px;
    height: 71px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 2px solid #bbb;
    user-select: none;
    flex: 1;
    padding-right: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    box-sizing: border-box;
}

.centerTitle span:before {
    content: "";
    width: 7px;
    height: 27px;
    background-color: #2599e6;
    position: absolute;
    left: -27px;
    top: calc(50% - 13.5px);
}

.centerTitle span em {
    font-style: normal;
    color: #2599e6;
}

.centerTitle .moreMsg {
    color: #999;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: calc(50% - 7px);
    cursor: pointer;
    user-select: none;
}

.centerTitle .moreMsg:hover {
    color: #2599e6;
}

.centerTitle .moreMsg i {
    margin-left: 4px;
    font-size: 18px;
}
/* 行业动态 */
.industNews {
    width: 100%;
    height: 396px;
    display: flex;
    flex-wrap: wrap;
    user-select: none;
}

.industNews .leftNews {
    width: 50%;
    height: 396px;
    position: relative;
    overflow: hidden;
}
.industNews .leftNews li{
    position: relative;
    width: 100%;
    height: 396px;
}
.industNews .leftNews img {
    width: 100%;
    height: 100%;
}

.industNews .leftNews .remarks {
    text-align: center;
    color: #fff;
    width: 100%;
    height: 55px;
    line-height: 55px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    white-space: nowrap;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 19px;
    font-family: "宋体";
}

.industNews .rightNews {
    flex: 1;
    height: 100%;
    /*background-color: #f8f8f8;*/
    padding: 0 0 0 20px;
    width: 50%;
    box-sizing: border-box;
}

.newWrapper .newList {
    width: 100%;
    height: calc(100% - 64px);
    padding-left: 22px;
    padding-bottom: 4px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.newWrapper .newList li {
    height: 40.5px;
    width: 100%;
    cursor: pointer;
    border-bottom: 1px dashed #e5e5e5;
    font-family: "宋体";
}
.newWrapper .newList li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: 100%;
}

.newWrapper .newList li span {
    color: #9f9f9f;
    font-size: 14px;
    margin-left: 10px;
}

.newWrapper .newList li p {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    color: #595758;
    text-overflow: ellipsis;
    font-size: 22px;
    width: calc(100% - 90px);
    /*letter-spacing: 0.5px;*/
}

.newWrapper .newList li:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #429ae9;
    position: absolute;
    left: -10px;
    top: calc(50% - 1px);
}

.newWrapper .newList li:hover p {
    color: #429ae9;
}

/* 政策法规/协会工作 */
.lawWork {
    width: 100%;
    /*height: 400px;*/
    height: auto;
    margin: 20px auto 0;
    display: flex;
    flex-wrap: wrap;
}

.lawWork>div {
    height: 100%;
    flex: 1;
    width: calc(50% - 15px);
    /*background-color: #f7f9f8;*/
    padding: 0 0 0 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lawWork>div.lawPolicies {
    margin-right:30px;
}

.lawWork.newWrapper .newList {
    height: calc(100% - 64px);
}

.lawWork.newWrapper .newList li {
    height: 40px;
}

/* 会议展览 */
.exhibConfer {
    width: 100%;
    height: 384px;
    background-color: #f8f8f8;
    margin-top: 20px;
    padding: 0 22px 0 7px;
    box-sizing: border-box;
}

.exhibConfer .exhiList {
    width: 100%;
    height: 260px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    box-sizing: border-box;
}

.exhibConfer .exhiList li {
    width: 374px;
    height: 100%;
    user-select: none;
    cursor: pointer;
}

.exhibConfer .exhiList li img {
    width: 100%;
    height: 215px;
}

.exhibConfer .exhiList li p {
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
    box-sizing: border-box;
    color: #5a5859;
    background-color: #fff;
    font-size: 19px;
    font-family: "宋体";
}

.exhibConfer .exhiList li:hover p {
    color: #429ae9;
}


/* 居业杂志 */
.journalism {
    width: 100%;
    height: auto;
    margin-top:5px;
    margin-bottom: 10px;
    padding: 0 22px 0 7px;
    box-sizing: border-box;
}

.journalism .swiperBox {
    width: 100%;
    height: 365px;
    margin-top: 27px;
    padding: 0;
}

.journalism .swiper-container {
    width: 100%;
    height: 100%;
}

/*.journalism .swiper-container .swiper-slide {
    width: 233.5px;
    height: 100%;
}*/

.journalism .swiper-container .swiper-slide>a{
    display: block;
    width: 100%;
    height: 100%;
}
.journalism .swiper-container .swiper-slide img {
    width: 100%;
    height: 307px;
}

.journalism .swiper-container .swiper-slide p {
    width: 100%;
    height: 58px;
    text-align: center;
    line-height: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 15px;
    color: #6d6d6d;
    box-sizing: border-box;
    font-size: 19px;
    font-family: "宋体";
}

.journalism .swiper-container .swiper-button-prev{
    left: -30px;
    transition: left ease 0.5s;
}
.journalism .swiper-container .swiper-button-next{
    right: -30px;
    transition: right ease 0.5s;
}
.journalism .swiper-container:hover .swiper-button-prev {
    left: 10px;
    transition: left ease 0.5s;
}

.journalism .swiper-container:hover .swiper-button-next {
    right: 10px;
    transition: right ease 0.5s;
}
/*友情链接*/
.hrefWrap{
    width: 100%;
    height: auto;
    background: #595758;
    margin: 0;
}
.hrefBox {
    width: 1500px;
    height: auto;
    line-height: 1;
    margin: 0 auto;
    padding-left: 25px;
    color: #fff;
}

.hrefBox .linkship {
    position: relative;
    font-size: 24px;
    height: 59px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 0 16px;
    border-bottom: 1px solid #fff;
}

.hrefBox .linkship:before {
    content: "";
    width: 7px;
    height: 28px;
    background-color: #2599e6;
    position: absolute;
    left: -27px;
    top: calc(50% - 14px);
}

.hrefBox .linkList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 22px;
    margin-left: -15px;
}

.hrefBox .linkList .linkItem {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 22px;
    cursor: pointer;
    padding-left: 15px;
}
.hrefBox .linkList .linkItem a{color: #fff}

.hrefBox .linkList .linkItem:not(:last-child) {
    padding-right: 15px;
    border-right: 1px solid #fff;
}

.hrefBox .linkList .linkItem:hover a{
    color: #67b3e8;
}

.contentTitle{
    width: 100%;
    height: 57px;
    border-bottom: 1px solid #a0a0a0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.contentTitle>div.leftAdd{
    display: inline-block;
    height: 54px;
    line-height: 58px;
    width: auto;
    color: #646263;
    font-size: 26px;
    border-bottom: 7px solid #a0a0a0;
}
.contentTitle>div.rightAdd p:before{
    content: "当前位置: 首页 - ";
    margin-left: 5px;
    margin-right: 2px;
}
.contentTitle>div.rightAdd{
    display: flex;
    color: #a0a0a0;
    font-size: 18px;
    align-items: center;

}

/*新闻页*/
.newsContent{
    width: 1200px;
    height: auto;
    padding: 10px 0;
    margin: 0 auto;
}
.newsContent .newsTitle{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    padding: 15px 0px;
    color: #429ae9;
}
.newsContent .newsNav{
    line-height: 40px;
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #eee;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px;
    color: #444;
}
.newsContent .newsNav span{
    color: #429ae9;
}
.newsContent .content-box{
    /*text-indent: 2em;*/
    /*font-size: 20px;
    color: #000;*/
    padding: 15px 0 ;
    box-sizing: border-box;
    word-break: break-word;
    font-family: "宋体";
}
.newsContent .content-box p{
    margin-bottom: 8px;
    line-height: 1.8;
}
.newsContent .content-box img{
    max-width: 95%;
    display: block;
    margin: 10px auto;
}
/*协会工作底板*/
.comityList{
    width: 100%;
    padding-left: 34px;
    padding-top: 17px;
    box-sizing: border-box;
}
.comityList *{box-sizing: border-box}
.comityList>dd{
    width: 100%;
    cursor: pointer;
    position: relative;
    padding-bottom: 30px;
    padding-top: 40px;
    border-bottom: 2px dashed #edefee;
}

.comityList .comityTitle{
    color: #4199eb;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 26px;
    position: relative;
}
.comityList>dd .comityTitle:before{
    position: absolute;
    left: -34px;
    top: calc(50% - 10px);
    width: 11px;
    height: 20px;
    content: "";
    background: url('../images/sanj.jpg');
    background-size: 100% 100%;
}
.comityList>dd .comityTitle p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.comityList .comityContent{
    line-height: 37px;
    color: #595758;
    font-size: 18px;
    font-family: "宋体";
}
.comityList dd span{
    color: #a0a0a0;
    font-size: 16px;
    line-height: 1;
    margin-top: 18px;
    display: block;
}

/*政策法规底板*/
.zhengceList{
    width: 100%;
    padding-top: 17px;
    box-sizing: border-box;
}
.zhengceList *{box-sizing: border-box;}
.zhengceList>dd{
    width: 100%;
    cursor: pointer;
    position: relative;
    padding-bottom: 35px;
    padding-top: 35px;
    border-bottom: 2px dashed #edefee;
    padding-left:120px;
}
.zhengceList .comityTitle{
    color: #4199eb;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 15px;
}
.zhengceList .comityContent{
    line-height: 35px;
    /* color: #595758; */
    color: #999999;
    font-size: 18px;
    font-family: "宋体";
}
.zhengceList dd .leftDate{
    position: absolute;
    left: 0;
    top:calc(50% - 50px);
    width: 88px;
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    height: 100px;
    border: 1px solid #e6e6e6;
    color: #999999;
    text-align: center;
}
.zhengceList dd .leftDate .day{
    border-bottom: 1px solid #e6e6e6;
    font-size: 30px;
    line-height: 66px;
}
.zhengceList dd .month{line-height: 30px;font-size: 16px;}

/*会议展览*/
.exhibList{
    width: 100%;
    height: auto;
    padding-top: 9px;
    box-sizing: border-box
}
.exhibList *{box-sizing: border-box}
.exhibList>dd{
    width: 100%;
    height: 195px;
    cursor: pointer;
    margin-top: 50px;
}
.exhibList dd>a{
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.exhibList>dd .exhibImg{
    width:290px;
    height:181px;
}
.exhibList>dd .exhibInfo{
    flex: 1;
    padding-left: 35px;
}
.exhibList>dd .exhibInfo .exhibTitle{
    color: #419ae7;
    font-size: 22px;
    line-height: 1;
}
.exhibList>dd .exhibInfo .exhibContent{
    line-height: 36px;
    font-size: 18px;
    color: #585758;
    margin: 22px 0;
    font-family: "宋体";
}
.exhibList>dd .exhibInfo .exhibDate{
    color: #a0a0a0;
    font-size: 16px;
    line-height: 1;
}

/*文件下载*/
.downloadList{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-top: 10px;
}
.downloadList *{box-sizing: border-box}
.downloadList>dd{
    width: 100%;
    height: 60px;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    padding-left: 20px;
}
.downloadList dd:before{
    content: "";
    background: url("../images/sanj.jpg");
    background-size: 100% 100%;
    width: 12px;
    height: 16px;
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
}
.downloadList dd>a{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    border-bottom: 2px dashed #edefee;
    font-size: 20px;
    color: #595758;
}
.downloadList dd:hover a{
    color: #429ae9;
}
.downloadList dd .downloadImg1{display: none;}
.downloadList dd:hover .downloadImg{display: none;}
.downloadList dd:hover .downloadImg1{display: inline-block;}


.banks{ width:1200px;  margin:0 auto;}
.banks_1{ width:480px; height:330px;}
.hydt{ width:480px; height:330px;}
.tpqh{ width:480px; height:150px;}
.tpqhwz{ width:220px; height:150px;}
.tpqhwz a h2{ font-size:14px; color:#1a98e8; line-height:45px; font-weight:bold; width:220px; height:45px; border-bottom: dashed 1px #ccc; overflow:hidden;white-space: nowrap;text-overflow: ellipsis;
}
.tpqhwz p{ font-size:12px; color:#666; line-height:24px; margin-top:8px; height:72px; overflow:hidden;}

.dontlist{ width:480px; height:auto; margin-top:10px;}
.dontlist ul li{ width:465px; height:36px; float:left; background:url(../images/sanj.jpg) no-repeat left; padding-left:15px; border-bottom: dashed 1px #ccc; line-height:36px;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;}
.dontlist ul li a{ font-size:13px; color:#333; line-height:36px; width:400px;height: 36px;}
.dontlist ul li span{ font-size:12px; color:#666; line-height:36px; float:right;}
.dontlist ul li a:hover{ color:#1a98e8;}


.xbt{ width:480px; height:35px; border-bottom: solid 1px #1a98e8; background:url(../images/bt.jpg) no-repeat left; margin-bottom:20px;}
.xbt span{ font-size:15px; color:#fff; line-height:35px; padding-left:16px;}
.more a{ font-size:13px; color:#666; line-height:35px;}
.more a:hover{ color:#1a98e8;}
.dontlist1{ width:265px; height:auto; margin-top:30px;}
.dontlist1 ul li{ width:265px; height:36px; float:left; background:url(../images/sanj.jpg) no-repeat left; padding-left:15px; border-bottom: dashed 1px #ccc; line-height:36px; overflow:hidden;white-space: nowrap;text-overflow: ellipsis;}
.dontlist1 ul li a{ font-size:13px; color:#333; line-height:36px; width:265px;}
.dontlist1 ul li a:hover{ color:#1a98e8;}

.banks_2{ width:697px; height:330px;}
.fagui{ width:280px; height:330px;}
.xbt1{ width:280px; height:35px; border-bottom: solid 1px #1a98e8; background:url(../images/bt.jpg) no-repeat left; margin-bottom:20px;}
.xbt1 span{ font-size:15px; color:#fff; line-height:35px; padding-left:16px;}

.xiehui{ width:390px; height:330px;}
.xbt2{ width:390px; height:35px; border-bottom: solid 1px #1a98e8; background:url(../images/bt.jpg) no-repeat left; margin-bottom:20px;}
.xbt2 span{ font-size:15px; color:#fff; line-height:35px; padding-left:16px;}

.dontlist2{ width:390px; height:auto; margin-top:30px;}
.dontlist2 ul li{ width:375px; height:36px; float:left; background:url(../images/sanj.jpg) no-repeat left; padding-left:15px; border-bottom: dashed 1px #ccc; line-height:36px;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;}
.dontlist2 ul li a{ font-size:13px; color:#333; line-height:36px; width:290px;}
.dontlist2 ul li span{ font-size:12px; color:#666; line-height:36px; float:right;}
.dontlist2 ul li a:hover{ color:#1a98e8;}

/*bankuai2*/
.bankuai2{ width:1200px; height:330px; margin:0 auto; margin-top:30px;}
.xbt3{ width:575px; height:35px; border-bottom: solid 1px #1a98e8; background:url(../images/bt.jpg) no-repeat left; margin-bottom:20px;}
.xbt3 span{ font-size:15px; color:#fff; line-height:35px; padding-left:16px;}
.jjyx{ width:575px; height:auto;}
.dontlist3{ width:390px; height:auto; margin-top:15px;}
.dontlist3 ul li{ width:560px; height:36px; float:left; background:url(../images/sanj.jpg) no-repeat left; padding-left:15px; border-bottom: dashed 1px #ccc; line-height:36px;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;}
.dontlist3 ul li a{ font-size:13px; color:#333; line-height:36px; width:440px;}
.dontlist3 ul li span{ font-size:12px; color:#666; line-height:36px; float:right;}
.dontlist3 ul li a:hover{ color:#1a98e8;}

.sekuai{ width:576px; height:330px;}
.skl{ width:288px; height:330px;}
.skl a img{ width:288px; height:165px;}
.skl a img:hover{ opacity:0.8;}
.hongse{ width:288px; height:165px; background:#d7000f;}
.hongse h3{ font-size:18px; color:#fff; line-height:36px; font-weight:normal; padding:20px 20px 6px 20px;}
.hongse p{ font-size:12px; color:#fff; line-height:24px; padding:0 20px 20px 20px;}
.hongse h3:hover{ color:#1a98e8;}

.sklr{ width:288px; height:330px;}
.sklr a img{ width:288px; height:165px;}
.sklr a img:hover{ opacity:0.8;}
.hongse1{ width:288px; height:165px; background:#1a98e8;}
.hongse1 h3{ font-size:18px; color:#fff; line-height:36px; font-weight:normal; padding:20px 20px 6px 20px;}
.hongse1 p{ font-size:12px; color:#fff; line-height:24px; padding:0 20px 20px 20px;}
.hongse1 h3:hover{ color:#68c4ff;}

/*huiyuan*/
.qyhy,.youqing{ width:1200px; height:auto; margin:0 auto; margin-top:20px;}
.xbt4{ width:1200px; height:35px; border-bottom: solid 1px #1a98e8; background:url(../images/bt.jpg) no-repeat left; margin-bottom:20px;}
.xbt4 span{ font-size:15px; color:#fff; line-height:35px; padding-left:16px;}



.youqing{ width:1200px; height:auto; margin:0 auto; margin-top:20px;}
.youqing a{ font-size:13px; color:#666; line-height:30px; padding:0 5px;}
.youqing a:hover{ color:#1a98e8;}

.footer{ width:100%; height:60px; margin:0 auto;font-size: 18px; color:#585858; line-height:60px; text-align:center;}
.footer>div{background:none;
    width: 100%;
    height: 100%;}
.footer>div.selected{background:#595758;
    color: #fff;}
.footer a{  font-size:18px; color:#585858; line-height:60px;}
.footer>div.selected a{color:#fff;}
.footer>div>a:hover{color: #429ae9;}
/*专题栏目*/
.zmore {
	float:right;
	line-height:40px;
	font-size:14px;
	font-weight:normal;
}
.ztlm {
	margin-top:15px;
}
.ztlm #demo {
	background: #FFF;
	overflow:hidden;
	width: 1200px;
	margin:0 auto;
}
.ztlm #demo img {
	width:160px;
	height:110px;
	border: solid 1px #ccc;
}
#indemo {
	float: left;
	width: 800%;
}
#demo1 {
	float: left;
}
#demo2 {
	float: left;
}

.ztlm #demo a{ margin-right:10px; width:162px; height:auto; display:block; float:left; font-size:13px; color:#666; line-height:40px; text-align:center;}

/*mainbox*/
.mainbox{ width:1200px; height:auto; margin:0 auto;}
.nybt{ width:1200px; height:60px; background:url(../images/xt.jpg) no-repeat right; font-size:20px; color:#333; line-height:60px; margin-top:10px; margin-bottom:5px;}
.xwlist{ width:900px; height:auto;}
.navbox{ width:1200px; height:auto; margin:0 auto;}
/*news*/
.xwlist{ width:1200px; height:auto; margin-bottom:30px;}
.xwlist li{ height:40px; padding-left:23px; background:url(../images/sanj.jpg) 3px center no-repeat; overflow:hidden; border-bottom:1px dashed #cccccc; }
.xwlist li a{color:#666666; font-size:13px; line-height:40px;}
.xwlist li span{ line-height:40px; float:right; color:#999999; font-size:14px;}
.xwlist li a:hover{ color:#1a98e8;}
.xwlist li a{ line-height:40px;}

.navboxr{ width:264px; height:auto; margin-top:10px;}
.navboxr ul li{ width:124px; height:100px; float:left; margin-right:8px; background:#6ac3fb; border-radius:8px; margin-bottom:10px; font-size:14px; color:#fff; line-height:20px; text-align:center;}
.navboxr ul li a{font-size:15px; color:#fff; line-height:20px; text-align:center;}
.navboxr ul li:hover{ background:#8dbe3d;}
.navboxr ul li.active{ background:#8dbe3d;}

.hydttw{ width:900px; height:auto;}
/*news*/
.hydttw li{ width:900px; height:162px; float:left; margin-bottom:20px;}
.hydttw li img{ width:260px; height:162px; float:left; overflow:hidden;}
.hydttw li img:hover{opacity: 0.8;}
.newslistr{ width:615px; height:162px;}
.newslistr h1{ font-size:18px; color:#333; line-height:40px; overflow:hidden; font-weight:normal;}
.newslistr h1:hover{ color:#1a98e8;}
.newslistr b{ font-size:12px; color:#777; line-height:24px; font-weight:normal; }
.newslistr p{ font-size:14px; color:#666; line-height:24px; margin-top:5px; overflow:hidden; height:80px;}
.newslistr p:hover{ color:#1a98e8;}

/*news*/
.xwlist_1{ width:900px; height:auto; margin-bottom:30px;}
.xwlist_1 li{ height:40px; padding-left:23px; background:url(../images/sanj.jpg) 3px center no-repeat; overflow:hidden; border-bottom:1px dashed #cccccc; }
.xwlist_1 li a{color:#666666; font-size:13px; line-height:40px;}
.xwlist_1 li span{ line-height:40px; float:right; color:#999999; font-size:14px;}
.xwlist_1 li a:hover{ color:#1a98e8;}
.xwlist_1 li a{ line-height:40px;}
.xwlist_1 li img{ float:right; padding-right:20px; margin-top:13px;}

/*内页详细*/
.newsinfo .ntitle {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding: 15px 0px;
	color:#333;
}
.newsinfo .date1 {
	border-bottom: 1px dashed rgb(178, 178, 178);
	padding-bottom: 20px;
	font-size: 14px;
	text-align: center;
	color: rgb(102, 102, 102);
}
.newsinfo .info {
	padding: 20px;
	line-height: 30px;
	font-size: 14px;
}
.newsinfo .info table{text-align:center; margin:0 auto;border-collapse:collapse;}
.newsinfo .newPage {
	border-top: 1px solid rgb(178, 178, 178);
	padding-top: 20px;
}
/*分页*/
.listpage {
    clear: both;
    font-size: 12px;
    height: 50px;
    line-height: 30px;
	padding-top: 10px;
	text-align:center;
}
.listpage a {
    background-color: #FFFFFF;
    border-color: #C6DDF1;
    border-style: solid;
    border-width: 1px;
    color: #666666;
    display: block;
    float: left;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin: 5px 2px;
    padding-left: 10px;
    padding-right: 10px;
}
.listpage a.current {
    background-color: #0578bd;
    border-color: #0578bd;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin: 5px 2px;
    padding-left: 10px;
    padding-right: 10px;
}
.cpage { text-align:center}
.cpage a {
	background-color: #FFFFFF;
    border-color: #7EB864;
    border-style: solid;
    border-width: 1px;
    color: #666666;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin: 5px 2px;
    padding:5px 10px;
}
.newsD_cls {
    padding-bottom: 30px;
    text-align: center;
}

.newsD_cls a {
    display: inline-block;
    width: 30%;
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 45px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.newsD_cls a:hover {
    border-color: #0578bd;
}

/*搜索页*/
.tit2{text-align: center;margin-bottom: 30px; font-family:"微软雅黑";}
.tit2 h3{display:block;width: 480px;margin: 0px auto; font-size: 30px;color: #333333;line-height: 50px;text-align: center;font-weight: normal;}