﻿
.wrap{
	width: 1180px;
	margin: 0 auto;
	background-color: #fff;
	padding-left: 20px;
	border-radius:0 0 5px 5px;
}
.news{
	padding-top: 10px;
	/*padding-left:25px;*/
	margin-bottom: 30px;
}
.news-fl{
	width:615px;
	height: 440px;
	padding-left:25px;
	/*border: 1px #ccc solid;*/
}
/*轮播图样式*/
.wheel-pic{
	width: 590px;
	height:380px ;
	background-color: #ccc;
	margin-top:25px;
}
.banner{ width: 100%; height: 100%; position: relative; overflow: hidden;}
.banner * { margin: 0; padding: 0; list-style-type: none; text-decoration: none; }
.banner .list{ width: 1000%; height: 100%; position: absolute; left: -100%; overflow: hidden; }
.banner .list.active{ transition: 1s; }
.banner .list li{ width: 10%; height: 100%; position: relative; float: left; }
.banner .list li img{ width: 100%; height: 100%; border: none; display: block; transition: 1s; }
.banner .list li img:hover{ transform: scale(1.02); }
.banner .list li p{ position: absolute; bottom: 0; line-height: 35px; background: rgba(0,0,0,.8); width: 100%; box-sizing: border-box; padding-right: 120px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #fff; font-size: 14px; text-indent: 10px; }
.banner .listIndex{ position: absolute; right: 10px; bottom: 13px; height: 10px; z-index: 10;}
.banner .listIndex li{ width: 10px; height: 100%; background: #999; display: inline-block; margin-right: 8px; cursor: pointer; vertical-align: top; }
.banner .listIndex li.active{ background: #FFF; }
/*轮播图样式结束*/
.news-but a{
	display: block;
	width: 260px;
	height: 45px;
	background-color: #ccc;
	color: #000;
	float: left;
	margin-right: 5px;
	margin-top: 15px;
	line-height: 45px;
	padding-left: 30px;
}
.news-but a:hover{
	color:#74ACD6;
}
.news-but span{
	color: #3b6ea1;
	margin-right: 14px;
}
.news-fr{
	width: 450px;
	/*border: 1px #ccc solid;*/
	height: 440px;
	/*margin-left: 26px;*/
	padding-left:40px;
}


.news-top-cs li{
	float: left;
	width: 130px;
	height: 35px;
	background-color:#f2f2f2;
	color: #000;
	margin: 24px 0  30px 0;
	font-size:12px ;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
}	
#goban{
        float: left;
    margin: 24px 0 30px 0;
    font-size: 12px;
    line-height: 35px;
    text-align: center;
    width: 130px;
    background-color: #3b6ea1;
    cursor: pointer;
}
#goban a{
     color:#fff;
    font-weight: 600;
}
.news-top-cs .ac{
	background-color:#3b6ea1;
	color: #fff;
}
.news-top-cs .ac a{
color:#fff;
}
.news-bot-cs li{
	width: 440px;
	height: 39px;
	line-height: 39px;
	font-size: 16px;
	color: #000;
	border-bottom: 1px #ccc dashed;
}
.news-bot-cs a:hover{
	color: #74ACD6;	
}
.news-bot-cs a{
	display: block;
	width: 334px;
	line-height: 40px;
	font-size: 16px;
	color: #000;	
	float: left;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
}
.news-bot-cs span{
	color: #ccc;
float: right;
}
.column{
	width: 1128px;
	height: 400px;
	/*border: 1px #ccc solid;*/
	padding-left:30px ;
	margin-bottom: 30px;
}
.column-top{
	margin: 30px 0 39px 0;
}
.column-top ul a{
	color: #000;
	background-color:#f2f2f2;
	text-align: center;
	display: block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
	border-radius: 5px;
} 
.column-top ul a:hover{
	background-color: #74ACD6;
	color: #fff;
}
.column h2{
	
	font-size: 26px;
	height: 35px;
	line-height: 35px;
	font-weight: 900;
	margin-right: 40px;
}
.column h2 a{
        color: #3b6ea1;
}
.column-top p{
	display: block;
	width: 115px;
	height: 35px;
	color: #ccc;
	line-height: 35px;
	text-align: center;	
}
.column-top p a{
	color: #ccc;
}
.column-top p a:hover{
	color:#74ACD6;
}
.column-top p span{
	margin-left: 5px;
}

.column-style {
	width: 524px;
	height: 342px;
	/*background-color: #0077AA;*/
	margin-right: 30px;
}
.column-style .col-fr{
	width: 320px;
}
.column-style img{
	width: 183px;
	height: 105px;
	margin-right:20px;
}
.column-style h3{
	height: 28px;
	line-height: 28px;
	font-size: 18px;
}
.column-style a{
	color: #000;
}
.column-style a:hover{
	color: #74ACD6;
}
.column-style h4{
	color: #3b6ea1;
	font-size: 12px;
}
.column-style p{
	color: #ccc;
	font-size: 14px;
}
.column-box-top{
	height: 105px;
	margin-bottom:30px ;
}
.column-box-bot li{
	height: 45px;
	line-height: 45px;
	font-size: 16px;
        display:flex;
}
.column-box-bot li a{
     flex:1;
     white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.column-box-bot span{
	float: right;
}
/*跑马灯*/
.news-nav{
	width: 1160px;
	height: 274px;
	/*border: 1px #ccc solid;*/
	margin-bottom: 30px;
}
.news-nav-pic{	
	overflow: hidden;
	position: relative;
	width: 1160px;
}
.img-list{
	height: 200px;
	margin-top:35px;
}
.news-nav-pic img{
	width: 360px;
	height: 200px;
	border: 1px #ccc solid;
	float: left;
	transition: all .5s linear;
}
.news-nav-pic img:hover{
	transform: scale(1.05);
}
.news-nav-pic .img-auto{
	margin: 0 35px;
} 
/*跑马灯结束*/
/*信息公开*/
.in-fl{
	width: 300px;
	height: 310px;
	border: 1px #ccc solid;
	padding-top: 30px;
	padding-left: 30px;
	margin-right:11px ;
	border-radius: 5px;
}
.in-fl a{
	display: block;
	width: 230px;
	height: 48px;
	background-color:#3b6ea1;
	color: #fff;
	padding-left: 25px;
	padding-right: 10px;
	line-height: 45px;
	margin-bottom: 10px;
	font-size: 12px;
	border-radius: 5px;
}
.in-fl a:hover{
	background-color: #74ACD6;
}
.in-fl span{
	float: right;
}
.in-fr{
	width: 755px;
	height: 306px;
	border: 1px #ccc solid;
	padding-top: 34px;
	padding-right: 60px;
	border-radius: 5px;
	
}
.in-nav{
	height: 35px;
	margin-bottom: 17px;
}
.in-nav h4{
	float: left;
	font-size:26px;
	font-weight: 800;
	margin-left:30px ;
	margin-right: 25px;
	height: 35px;
	line-height: 35px;
}
.in-nav h4 a{
	color: #3b6ea1;

}
.in-nav li{
	float: left;
	width:110px ;
	height: 35px;
	font-size: 12px;
	text-align: center;
	line-height: 35px;
	background-color: #f2f2f2;
	color: #000000;
	margin-right: 30px;
	margin-left: 40px;
}

.in-nav .ac{
	background-color: #74ACD6;
	
}
.in-nav .ac a{
        color: #fff;

}
.in-wrap{
	margin-left: 45px;
}
.in-wrap li{
	height: 39px;
	font-size: 14px;
	line-height: 39px;
}
.in-wrap a{
	color: #000;
}
.in-wrap a:hover{
	color:#74ACD6;
}
.in-wrap span{
	color: #ccc;
	float: right;
}
.wrap-in{
	margin-bottom:30px ;
}

/*互动交流*/
.hd-fl{
	/*width: 300px;*/
	/*height: 240px;
	border: 1px #ccc solid;
	padding-top: 30px;
	padding-left: 30px;
	margin-left:11px ;*/
	border-radius: 5px;
	
}
.hd-fl li:nth-child(2){
	margin: 0 37px;
}

.hd-fl a{
	display: block;
	width: 325px;
	height: 48px;
	background-color:#3b6ea1;
	color: #fff;
	padding-left: 25px;
	padding-right: 10px;
	line-height: 45px;
	margin-bottom: 10px;
	font-size: 12px;
	border-radius: 5px;
}
.hd-fl a:hover{
	background-color: #74ACD6;
}
.hd-fl span{
	float: right;
}
.hd-fl li{
	float: left;
}

/*.hd-fr{
	width: 755px;
	height: 306px;
	height: 236px;
	border: 1px #ccc solid;
	padding-top: 34px;
	padding-right: 60px;
	border-radius: 5px;
	
}*/

/*.hd-nav{
	height: 35px;
	margin-bottom: 17px;
}
.hd-nav h4{
	float: left;
	font-size:26px;
	color: #3e9f6c;
	font-weight: 800;
	margin-left:30px ;
	margin-right: 25px;
	height: 35px;
	line-height: 35px;
}
.hd-nav li{
	float: left;
	width:110px ;
	height: 35px;
	font-size: 12px;
	text-align: center;
	line-height: 35px;
	background-color: #f2f2f2;
	color: #000000;
	margin-right: 30px;
	margin-left: 40px;
}

.hd-nav .ac{
	background-color: #3e9f6c;
	color: #fff;
}
.hd-wrap{
	margin-left: 45px;
}
.hd-wrap li{
	height: 39px;
	font-size: 14px;
	line-height: 39px;
}
.hd-wrap a{
	color: #000;
}
.hd-wrap a:hover{
	color: #3E9F6C;
}
.hd-wrap span{
	color: #ccc;
	float: right;
}*/
/*.wrap-hd{
	margin-bottom:30px ;
}*/

.block{
	display: block;
}
.no{
	display: none;
}
/*互动交流结束*/
/*指南图样式*/
.map-pic{
	width: 1160px;
	height: 80px;
	margin-bottom: 30px;
	/*border-radius: 5px;*/
}
.map-pic img{
    width: 100%;
    height: 100%;
    object-fit:cover;
	border-radius: 5px;
}
/*指南图样式结束*/


/*侧边栏开始*/
.scroll-bot{
	width: 70px;
	position: fixed;
	bottom: 10px;
    right: 35px;
	z-index: 999;
	text-align: center;
	margin-left: 750px;
}
.scroll-bot a{
	display: block;
	width: 70px;
	height: 70px;
	background-color: #3b6ea1;
	border-radius: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	color: #fff;
}
.scroll-bot a:hover{
	background-color: #74ACD6;
}

.scroll-bot p{
	line-height: 35px;
	font-size: 14px;
}
.scroll-bot span{
	font-size: 26px;
}
/*侧边栏结束*/
/*试运营*/
.fixationBox{
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 999;
}
.fixationBox a{
    float: right;
    font-size: 14px;
    color: #666;
    
    cursor: pointer;
}


/*试运营end/


