﻿@charset "utf-8";
.pageBanner {
    display: none;
}
.cloumn {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}
/* 首页banner图切换 S*/
#indBanner {
    max-width: 1920px;
    clear: both;
    text-align: center;
    position: relative;
    margin: 0 auto 0px auto;
    max-height: 513px;
}
#indBanner .bd .con {
    display: none;
}
#indBanner .bd .pic img {
    width: 100%;
}
#indBanner .hd {
    height: 10px;
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 40px;
    text-align: center;
    font-size: 0;
}
#indBanner .hd li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    cursor: pointer;
    vertical-align: top;
    margin: 0 3px;
    width: 10px;
    height: 10px;
    background: #fff;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
#indBanner .hd li span {
    display: none;
}
#indBanner .hd .on {
    background: #e6c264;
    width: 24px;
}
#indBanner .bd li {
    height: 513px;
}
#indBanner .prev, #indBanner .next {
    display: none;
}
/* notice */
.notice {
    background: url(../../Base/img/anbg.png) repeat;
    background-color: #3a3d41;
    height: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.notice .hd {
    background-color: #75ab39;
    width: 98px;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: center;
}
.notice .hd a {
    font-size: 14px;
    color: #fff;
}
.notice .bd {
    width: 1060px;
    float: right;
    height: 30px;
    line-height: 30px;
}
.notice .bd ul li {
    float: left;
    width: 260px;
    background: url(../../Base/img/noticeLi.png) no-repeat left center;
    padding-left: 10px;
}
.notice .bd ul li a {
    color: #fff;
}
/* 第一部分 */
#columnA {
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
}
#columnA #ksdh {
    float: right;
    width: 318px;
    border-left: 1px solid #dfdfdf;
    padding-left: 20px;
    height: 318px;
}
#columnA .tabBox {
    float: left;
    width: 832px;
    padding-right: 20px;
}
#columnA .bdt {
    padding-top: 20px;
}
#columnA .bdt .infoList {
    float: right;
    width: 440px;
}
/* 第一部分 第三部分公用 */
.tabBox .hdt {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #dfdfdf;
}
.tabBox .hdt ul {
    display: block;
    height: 35px;
    border-left: 1px solid #dfdfdf;
    overflow: hidden;
}
.tabBox .hdt ul li {
    float: left;
    width: 168px;
    border-top: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    background-color: #fbfbfb;
    text-align: center;
    font-size: 16px;
    height: 35px; line-height: 32px;
}
.tabBox .hdt span {
    float: right;
}
.tabBox .hdt span a {
    color: #999;
}

.tabBox .hdt .more {
    float: right;
}
.tabBox .hdt ul li.on {
    background-color: #245f91;
    border: 1px solid #245f91;
    border-left: 5px solid #ffc600;
}
.tabBox .hdt ul li.on a,.tabBox .hdt ul li.on em {
    color: #fff;
}
/*快速导航 */
#ksdh ul li {
    height: 66px;
    line-height: 66px;
    background-color: #245f91;
    color: #fff;
    margin-bottom: 10px;
    padding-left: 60px;
}
#ksdh ul li i {
    width: 46px;
    height: 46px;
    display: block;
    background: url(../../Base/img/link.png) no-repeat 8px 12px;
    background-color: #fff;
    float: left;
    margin-top: 10px;
    margin-right: 20px;
    display: inline;
    border-radius: 23px;
    -o-border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
}
#ksdh ul li.li2 i {
    background: url(../../Base/img/link.png) no-repeat 8px -195px;
    background-color: #fff;
}
#ksdh ul li.li3 i {
    background: url(../../Base/img/link.png) no-repeat 8px -126px;
    background-color: #fff;
}
#ksdh ul li.li4 i {
    background: url(../../Base/img/link.png) no-repeat 8px -56px;
    background-color: #fff;
}
#ksdh ul li a {
    color: #fff;
    font-size: 16px;
}
#ksdh ul li:hover {
    background-color: #75ab39;
}
#ksdh ul li:hover i {
    width: 46px;
    height: 46px;
    display: block;
    background: url(../../Base/img/linkon.png) no-repeat 8px 12px;
    background-color: #fff;
    float: left;
    margin-top: 10px;
    margin-right: 20px;
    display: inline;
    border-radius: 23px;
    -o-border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
}
#ksdh ul li.li2:hover i {
    background: url(../../Base/img/linkon.png) no-repeat 8px -195px;
    background-color: #fff;
}
#ksdh ul li.li3:hover i {
    background: url(../../Base/img/linkon.png) no-repeat 8px -126px;
    background-color: #fff;
}
#ksdh ul li.li4:hover i {
    background: url(../../Base/img/linkon.png) no-repeat 8px -56px;
    background-color: #fff;
}



/* 焦点图S */
.focus {
    width: 366px;
    height: 240px;
    overflow: hidden;
    position: relative;
    float: left;
}
.focus .hd {
    position: absolute;
    right: 10px;
    bottom: 16px;
    z-index: 15;
}
.focus .hd ul {
    overflow: hidden;
    zoom: 1;
    z-index: 2;
}
.focus .hd ul li {
    float: left;
    margin-right: 5px;
    width: 18px;
    height: 16px;
    font-size: 12px;
    cursor: pointer;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    line-height: 16px;
}
.focus .hd ul li.on {
    background-color: #f00;
    color: #fff;
}
.focus .bd {
    position: relative;
    z-index: 2;
}
.focus .bd ul li {
    z-index: 9;
}
.focus .bd .pic {
    position: relative;
    z-index: 0;
}
.focus .bd .pic img {
    width: 366px;
    height: 240px;
    border: 0;
}
.focus .bd .txt {
    display: none;
}
.focus .bd .con {
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    *bottom: 3px;
    height: 50px;
    line-height: 50px;
}
.focus .bd .con .title {
    padding-left: 15px;
    position: relative;
    z-index: 1;
}
.focus .bd .con .title a {
    color: #fff;
}
.focus .bd .con .titleBg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 0;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.focus .bd .con .bg {
    position: absolute;
    width: 100%;
    height: 50px;
    z-index: 0;
    left: 0;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
/* 焦点图E */
/* 第二部分 */
#columnB {
    overflow: hidden;
    padding-top: 20px;
}
#columnB .box {
    width: 385px;
    margin-right: 20px;
}
#columnB .box .bd {
    padding:10px 5px;
}

#columnB .box.fr { margin-right: 0; }
/*#columnB .box .hd {
    height: 132px;
    overflow: hidden;
    position: relative;
}
#columnB .box .hd h3 {
    height: 36px;
    line-height: 36px;
    width: 100%;
    background: url(../../Base/img/opacitybg.png) repeat;
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #fff;
}
#columnB .box .hd h3 a {
    font-size: 16px;
    color: #fff;
    padding-left: 30px;
}*/


.box .hd .more {
    float: right; padding-right: 10px;
}

.box .hd {
    display: block;
    height: 35px;
    line-height: 35px;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    border-left: none;
}
.box .hd h3 {
    float: left;
    width: 168px;
    border: 1px solid #245f91;
     border-left: 5px solid #ffc600;
    background-color: #245f91;
    text-align: center;
    font-size: 16px;
    height: 35px;
    line-height: 32px;
}
.box .hd h3 a {
    color: #fff;
}
.box .topicList li.t { padding-bottom: 15px; margin-bottom: 8px; }

.box .topicList li.t .pic { width: 140px; float: left; margin-right: 12px; }
.box .topicList li.t .con { overflow: hidden; padding-top: 5px;}

/* 第三部分 */
#columnC {
    overflow: hidden;
    padding-top: 15px;
    clear: both;
}
#xxgk {
    float: right;
    width: 318px;
    border-left: 1px solid #dfdfdf;
    padding-left: 20px;
    height: 360px;
}
#xxgk .hd { margin-bottom: 15px; }
#columnC .tabBox {
    float: left;
    width: 832px;
    padding-right: 20px;
}
#columnC #jxky .bdt {
    margin-top: 15px;
    overflow: hidden;
}
#columnC #jxky .t {
    float: left;
    width: 370px;
    padding: 15px;
    background-color: #f9f8f8;
    height: 110px;
    border-bottom: none;
    margin-bottom: 10px;
}
#columnC #jxky .topicList .t .tit {
    font-size: 14px;
}
#columnC #jxky .t .con { overflow: hidden; padding-left: 0; margin-left: 0;}
#columnC #jxky .t.first {
    margin-right: 20px;
    display: inline;
}
#columnC #jxky .n {
    float: left;
    width: 380px;
    margin-right: 15px;
}
#columnC #jxky .topicHasPic .pic {
    width: 160px;
    height: 106px;
    margin-right: 15px;
}


#columnC #jxky .topicHasPic .pic img {
    width: 160px;
    height: 106px;
}
.topicHasPic .t .intro { height: 48px; overflow: hidden;}
#columnC #jxky .topicHasPic .noPic .pic { display: none;}
#columnC #jxky .topicHasPic .noPic .con { margin-left: 0;}
#columnC #jxky .topicHasPic .noPic .title { height: 32px;}
#columnC #jxky .topicHasPic .noPic .intro { height: 72px; }
/* friendLinks */
.friendLinks {
    padding-top: 20px;
}
.friendLinks .bd {
    margin: 0 -15px;
    overflow: hidden;
}
.friendLinks select {
    border: 0;
    width: 274px;
    padding: 4px;
    margin: 0 15px;
    border: 1px solid #ccc;
}