/* CSS Document */
@charset "utf-8";
/*第一列*/
.dth {width:1000px;margin:30px auto 0;}

/*新闻大图*/
.dth  .wsxPic {
    height: 345px;
	width: 560px;
    background: #ffffff;
    position: relative;
}
.dth  .wsxPic .swiper-wsxPic {
    height: 345px;
    width: 560px;
}
.dth  .wsxPic .section {
    height: 345px;
	width: 560px;
    position: relative;
    overflow: hidden;
}
.dth  .wsxPic  .section img {
    height: 345px;
	width: 560px;
}
.dth .wsxPic .section p {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    font-size: 16px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding-right: 130px;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.6);
}
.dth  .wsxPic  .pagination {
    position: absolute;
    text-align: right;
    bottom: 7px;
    z-index: 2;
    right: 6px;
}
.dth .wsxPic .swiper-pagination-switch {
    width: 12px;
    height: 12px;
    background: #c3c3c3;
    cursor: pointer;
    border-radius: 6px;
    margin: 0px 5px;
    display: inline-block;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.dth  .wsxPic  .pagination .swiper-active-switch {
    background: #fc114a;
}
.dth .wsxPic .arrow-left {
    background: url(../images/pre.png) no-repeat left top;
    position: absolute;
    left: 0;
    top: 36%;
    z-index: 2;
    width: 40px;
    height: 74px;
}

.dth .wsxPic .arrow-right {
    background: url("../images/next.jpg") no-repeat;
    position: absolute;
    right: 0;
    top: 36%;
    z-index: 2;
    width: 40px;
    height: 74px;
}
 
.dth .wsxPic .arrow-left:hover{ 
     background: url("../images/pre_hover.jpg") no-repeat;
}  
.dth .wsxPic .arrow-right:hover{ 
     background: url("../images/next_hover.jpg") no-repeat;
}  
/*付款右侧*/
.pay_01{
	display: block;
	height: 345px;
	width: 256px;
	overflow: hidden;
	background-image: url(../images/index_07.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.pay_01_a{
	display: block;
	height: 115px;
	width: 240px;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.pay_01_a p{
	font-size: 14px;
	line-height: 26px;
	color: #005898;
	text-decoration: none;
	display: block;
	width: 240px;
	overflow: hidden;
	float: left;
	margin-left: 9px;
}
.pay_01_b{
	display: block;
	height: 115px;
	width: 240px;
	margin-top: 23px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.pay_01_b p{
	font-size: 14px;
	line-height: 26px;
	color: #005898;
	text-decoration: none;
	display: block;
	width: 240px;
	overflow: hidden;
	float: left;
	margin-left: 9px;
}
.pay_02{
	display: block;
	height: 345px;
	width: 157px;
	overflow: hidden;
}
.pay_02 img{ margin:0;}


/*第二列项目按钮*/
.iconcon{
	background-color: #eee;
	display: block;
	width: 100%;
	padding: 50px auto;
	overflow: hidden;
	margin-bottom:30px;
}
.iconcon .iconconbg{
	background: url(../images/iconbg_03.jpg) no-repeat center top;
	overflow: hidden;
	margin: 20px auto 20px;
	height:170px;
    width: 1000px;
	background-color:#fff;
}
.iconcon .iconconbg .icon{
	text-align: center;
	display: block;
	float: left;
	overflow: hidden;
	width: 94px;
    padding:5px 15px 20px 16px;
}
.iconcon .iconconbg .icon img{
	text-align: center;
	display: block;
	height: 63px;
	width: 63px;
    margin: 20px auto 10px;
	overflow: hidden;
}
.iconcon .iconconbg .icon p{
	font-size: 12px;
	line-height: 18px;
	color: #53688d;
	display: block;
	margin-right: 15px;
	margin-left: 15px;
	overflow: hidden;
}
.iconcon .iconconbg .icon p a,.iconcon .iconconbg .icon p a:active,.iconcon .iconconbg .icon p a:visited{
	color: #53688d;
	text-decoration: none;

}
.iconcon .iconconbg .icon p a:hover{
	color: #53688d;
	text-decoration: underline;
}
/*第三轮资讯*/
.zxh{
    width: 1000px;
    margin: 0 auto;
}
.zxh .zxcon{
    width: 560px;
    height: 270px;
    border: 1px solid #d5d5d5;
}
.zxh .zxcon .zxtit{
    height: 45px;
    background: #eee;
    border-top: 3px solid #7ab248;
}
.zxh .zxcon .zxtit h3{
    float: left;
    font-size: 20px;
    line-height: 45px;
    font-weight: 500;
    color: #397800;
    text-indent: 20px;
    height: 45px;
}
.zxh .zxcon .zxtit .more{
    font-size: 14px;
    line-height: 45px;
    color: #666666;
    display: block;
    float: right;
    height: 45px;
    margin-right: 10px;
}
.zxh .zxcon  .zxnews h3{
   font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #000000;
    margin-left: 15px;
    margin-top: 10px;
    overflow: hidden;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.zxh .zxcon  .zxnews p{
    font-size: 14px;
    line-height: 26px;
    font-weight: 200;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 530px;
    margin: 12px auto;
    overflow: hidden;
    padding-bottom: 6px;
    border-bottom: 1px dashed #CCCCCC;
}
.zxh .zxcon .zxnews .zxlist{
    width: 540px;
    margin: 0 auto;
}
.zxh .zxcon .zxnews .zxlist li{
	font-size: 14px;
    line-height: 33px;
    text-indent: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zxh .zxcon .zxnews .zxlist li:hover{
	color: #333333;
	text-decoration: underline;
}
.zxh .gsbanner{
	display: block;
	height: 270px;
	width: 218px;
	margin-left: 27px;
	overflow: hidden;
}
.zxh .wxwb{
     width: 168px;
    height: 270px;
    border: 1px solid #d5d5d5;
}
.zxh .wxwb .wxwbNav{
    height: 45px;
    background: #eee;
    border-top: 3px solid #7ab248;
}
.zxh .wxwb .wxwbNav li{
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    width: 50%;
    float: left;
}
.zxh .wxwb .wxwbNav li.active{
    color: #397800;
    background: #fff;
}
.zxh .wxwb .tpList{
	width: 135px;
	margin:35px auto;
}
.zxh .wxwb .tpList img{
    width: 135px;
    height: 170px;
}
.link{
	background: url(../images/linkbg_09.jpg) no-repeat  6px center;
	display: block;
	height: 130px;
	width: 880px;
	margin: 45px auto;
	overflow: hidden;
	border: 1px solid #d5d5d5;
	padding-left: 120px;
}
.link img{
    margin: 25px 3px 0px 5px;
}


