@charset "utf-8";
/* CSS Document */

* {
    margin:0;
    padding:0;
    border:0;
	transition: 0.6s;
	-webkit-tap-highlight-color: rgba(0,0,0,0);/*解决移动端click闪屏*/
}

li {
    list-style:none;
}

img{
/*	display:block;*/
max-width: 640px;
}

i{
	font-style:normal;
}

a:link,a:visited {
    color:#222/*#122E67*/;
    text-decoration:none;
    /*transition:color 60ms;*/
	transition: 0s;
}
a:hover {
    color:#FE0000;
    text-decoration:none;
}

body{

/* 
	background:#fafafa url(../images/top-banner.jpg) center top no-repeat;
	background-size: auto 7px;
*/	
	font-size:16px;
    font-family:Microsoft YaHei,SimSun;
    color:#000;
    -webkit-text-size-adjust:none;
    background-color:#fff;
}

.fl {
    float:left;
}
.fr {
    float:right;
}

.banner-img img{width:100%;}

.main{
	max-width:1200px;
	margin: 0 auto;
	overflow: hidden;
	padding:0 12px;
}


.top-bar{
	background:#fe0000;
	line-height: 36px;
	height: 36px;
	margin-top: 0px;
}

.top-bar a{
	color:#fff;
	font-size:14px;
}

.logo{
	background:url(../images/logo-bg.png) center top no-repeat;
	background-size: auto 150px;
	height: 150px;
}

.logo img{
	margin-top: 45px;
	display: inline-block;
}

.mob-menu{/*移动端菜单按钮*/
	background:url(../images/menu.png) center top no-repeat;
	background-size: 80%;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	display: none;
	margin-top: 22px;
}

.nav{
	border-bottom:#fe0000 solid 2px;
	position: relative;
	overflow:hidden;
}

.nav .close{
	display:none;
	position: absolute;
	right:24px;
	top:-40px;
	width:40px; 
	height: 40px;
	background:url(../images/icon_close.png) no-repeat center;
	background-size:50%;
	text-indent: -9999px;
}

.nav li a{
    line-height:38px;
    width:8.3%;
    float:left;
    text-align:center;
}

.nav li .red-a{
	background:#fe0000;
	color:#fff;
}

.on{
	background:#fe0000;
	color:#fff;
}

	
.nav-bg{
	background:rgba(0,0,0,0);
	padding:10px;
}

@media screen and (max-width: 1024px) {
   
	body{background-size: auto 0px;}/*设置顶部背景大小*/
	
	.top-bar{margin-top: 0px;}
	
	.logo{background-size: auto 120px;height: 110px;}/*设置logo背景大小*/
	
	.logo img{margin-top: 25px;}/*设置logo位置*/
	
	.nav li a{width:12.5%;}/*设置导航单个宽度*/
}

@media screen and (max-width: 768px) {
	body{background:none;}
	.top-bar{margin-top:0;}
	.top-bar .fl{display:none}
	
	.nav-bg{position: fixed;top:116px;left: 0;z-index: 10;width: 100%;box-sizing: border-box;}
	.nav{display: none; border-bottom: 0;}
	.nav li a{width:25%}
	
	.mob-menu{display:block}
	
	.logo img{height:36px;	margin-top: 20px;}
	.logo{background-position:left top;	background-size: auto 80px;	height: 80px;}	
	
}
@media screen and (max-width:420px) {
	.nav li a{width:33.3%;}
}



/*新闻头条*/
.top-news{overflow:hidden;margin-top: 30px;margin-bottom: 40px;}
.time,.vote{width:172px;}
.hot-news{width:65%;margin: 0 auto;padding-left:20px;box-sizing: border-box;}

.time{background:#f0f0f0;}
.time dt{
	background:#fe0000;
	color:#fff;
	font-size:22px;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	width: 100%;
}

.time dd{
	text-align: center;
	line-height: 28px;
	padding:10px 0;
}

.hot-news dt a{
	display:block;
	font-size:26px;
	font-weight: bold;
	line-height: 48px;
	height: 62px;
	white-space:nowrap; /* 不换行 */
	text-overflow:ellipsis;
	overflow:hidden;
	text-align: center;
	color:#fe0000;
	width: 100%;
}

.hot-news dd{overflow:hidden;}
.hot-news dd a{
	float: left;
	display: block;
	width:48%;
	line-height: 30px;
	height: 30px;
	white-space:nowrap; /* 不换行 */
	overflow:hidden;
	text-overflow:ellipsis;	
	text-align: center;
}

.vote{
	width:170px;
	overflow: hidden;
}

.vote li{
	background-image: -webkit-linear-gradient(top, rgb(230,198,147) 0%, rgb(240,221,178) 100%);
	background-image: -o-linear-gradient(top, rgb(230,198,147) 0%, rgb(240,221,178) 100%);
	background-image: linear-gradient(to top, rgb(230,198,147) 0%, rgb(240,221,178) 100%);
}
.vote li a{
	height:58px;
	width:100%;
	display: block;
	text-indent: -9999px;
	background-size:auto 58px;
	background-position: center;
	background-repeat: no-repeat;
	
}
.vote li:first-child {margin-bottom:10px;}

@media screen and (max-width: 1024px) {
	.top-news{margin-top:0px;}
	.top-news .main{padding:0}
	.time {width:100%;overflow: hidden;}
	.time dt{width:140px;float: left;font-size:18px; }
	.time dd{float:right;text-align: right;font-size:14px;padding-right:10px;}
	
	
	.hot-news{width:100%;text-align: left;padding:0px;}
	.hot-news dt a{padding:0 10px;margin: 10px auto;box-sizing: border-box;font-size:20px;height: 44px;}
	.hot-news dd{width:100%;margin-bottom: 12px;}
	.hot-news dd a{margin-bottom: 8px;}
	
	.vote{width:100%;float: none}
	.vote li{float: left;margin: 0;width:49%;}
	.vote li:first-child{margin-right:2%}
}

@media screen and (max-width:768px) {
	.top-news{margin-bottom:16px;}
	.hot-news dt a{height: 44px;margin: 6px auto;}
	.hot-news dd{width:100%;margin-bottom: 8px;}
	.hot-news dd a{width:100%;text-align: left;padding:0 10px;margin-bottom: 4px;}
	
	.vote{height:44px;}
	.vote li a{height:44px;background-size:auto 44px;}
}

@media screen and (max-width:320px) {
	.time dd{display:none;}
}



/*轮播图*/
.scroll{
	width:48%;
	margin: 0 auto;
	box-sizing: border-box;	
	/*overflow: hidden;*/
	position:relative;
}

.items{
	width:100%;
	/*border:red solid 1px;*/
	overflow: hidden;
}

.items li{
	position:relative;
	/*float:left;*/
	width: 100%;
}

.items h3{
	position: absolute;
	bottom:0;
	left: 0;
	background:rgba(0,0,0,0.7);
	width: 100%;
	color:#fff;
	font-size:0.9rem;
	padding:0rem 3.8rem 0rem 3.5%;
	height: 2.4rem;
	line-height: 2.4rem;
	box-sizing: border-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.items img{
	width:100%;
	display: block;
}

.ctrl{
	overflow:hidden;
	position: absolute;
	right: 0.25rem;
	bottom:0.8rem;
}

.ctrl p{
	float:left;
	width: 0.625rem;
	height: 0.625rem;
	border-radius: 50%;
	background:#ccc;
	margin: 0 0.15rem;
	cursor: default;
}

.ctrl .red-p{
	background:#de0402;
}


.ongoing-news{
	width:50%;
	border:solid 1px #ddd;
	border-top:solid 3px #fe0000;
	overflow: hidden;
	box-sizing: border-box;
}

.ongoing-news h1,.ongoing-news dl,.ongoing-news ul{
	width:93%;
	margin: 0 auto;
}

.ongoing-news h1{	
	border-bottom:solid 1px #ddd;
	text-align: center;
	color:#fe0000;
	font-size:26px;
	padding:12px 0px;
}

.ongoing-news dt{
	font-size:18px;
	padding:12px 0px 8px;
	text-align: center;
	color:#fe0000;
	font-weight: bold;
	margin-top: 6px;
	white-space:nowrap; /* 不换行 */
	overflow:hidden;
	text-overflow:ellipsis;	
}

.ongoing-news dd{
	color:#7d7d7d;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-indent: 32px;
}

.ongoing-news ul{
	margin-top:10px;
}

.ongoing-news ul li{
	border-bottom:dashed 1px #ddd;	
	height: 20px;
	padding:10px 0;
	white-space:nowrap; /* 不换行 */
	overflow:hidden;
	text-overflow:ellipsis;	
}

.ongoing-news ul li:last-child{border-bottom:none}

@media screen and (max-width: 1024px) {
	.ongoing-news ul li:last-child,.ongoing-news ul li:first-child{display: none}	
}

@media screen and (max-width: 768px) {
	.scroll,.ongoing-news{width:100%; float: none}
	.scroll-bg{padding:0;}
	.ongoing-news ul li:last-child,.ongoing-news ul li:first-child{display:block}
	
	.ongoing-news h1{font-size:18px;padding:8px 0px;}
	.ongoing-news dt{font-size:16px;}
	.ongoing-news dd{font-size:14px;}
}


/*通知公告*/
.notice{
	max-width:1200px;
	padding:10px;
	margin: 20px auto;
	box-sizing: border-box;
	background:#f0f0f0 url(../images/tilte.png) top left no-repeat;
	background-size: auto 100%;
	overflow: hidden;
}

.notice ul{
	width:86%;
	overflow: hidden;
}

.notice ul li{
	width:50%;
	float:left;
	padding:8px 4px;
	box-sizing: border-box;
	white-space:nowrap; /* 不换行 */
	overflow:hidden;
	text-overflow:ellipsis
}

@media screen and (max-width: 1024px) {
	.notice{margin-bottom:0px;}
	.notice ul{	width:90%;}
	
}

@media screen and (max-width: 768px) {
	.notice{background-size:auto 40px;background-image: url(../images/tilte01.png)}
	.notice ul{	width:100%;margin-top: 36px;}
	.notice ul li{width:100%;float: none;}
	
	.notice{margin-bottom:20px;}
	.banner-bg{display:none;}
}


/*新闻列表*/

.list1,.list2,.list3,.list4,.list5{
	width:31.3%;
	float: left;
	margin:24px 1% 0px;
	background: #fff;
	border-radius: 8px;
	padding:10px 14px 14px;
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.13);
	box-sizing: border-box;
	overflow: hidden;	
}



.title{
	width:100%;
	border-bottom:2px solid #fe0000;
	color:#fe0000;
	font-size:20px;
	line-height: 20px;
	overflow: hidden;
	background:url(../images/line.jpg)  left  3px no-repeat;
	background-size: 4px auto;
	padding-left:10px;
	padding-bottom: 10px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 12px;
}

.title a{
	float:right;
	background:url(../images/more.png) no-repeat center;
	text-indent: -9999px;
}

.list1 li,.list2 li{
	border-bottom:dashed 1px #ddd;	
	height: 20px;
	padding:9px 0;
	white-space:nowrap; /* 不换行 */
	overflow:hidden;
	text-overflow:ellipsis;
}

.list1 li:last-child,.list2 li:last-child{border-bottom:none;padding-bottom: 6px;}

.list2 dl{
	overflow: hidden;
	margin-bottom: 5px
}

.list2 dt{
	width:34%;
	float: left;
}

.list2 img,.list3 img,.list4 img,.list5 img{
	width:100%;
        height:8%;
}

.list2 dd{
	width:63%;
	float: right;
}

.list2 dd h3,.list4 dd h3{
	font-size:16px;
	color:#fe0000;
	white-space:nowrap; /* 不换行 */
	overflow:hidden;
	text-overflow:ellipsis;
	padding:2px 0px;
}

.list2 dd p,.list4 dd p{
	font-size:14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color:#7d7d7d;
	line-height: 24px;
	text-indent: 28px;
	padding-top:2px;
}


.list3 dl,.list3 dt{
	width:100%;
}

.list3 dd{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 26px;
	margin-top: 10px
}

.list3 dd i{
	color:#fe0000;
}

.list4 dd h3{
	text-align:center;
	padding:8px 0 6px;
}
.list4 dd p{
	line-height: 20px;
}

.list5 dl{
	width: 100%;
	position: relative;
}

.list5 dt{
	width: 100%;
}

.list5 dd{
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	background:rgba(0,0,0,0.7);	
	padding:10px 14px;
	box-sizing: border-box;
}

.list5 dd p{
	font-size:14px;	
	color:#fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-indent: 28px;
	line-height: 22px;
}

.list5 ul{
	width:100%;
	overflow: hidden;
	margin-top: 12px;
}

.list5 ul li{
	width:31.3%;
	float: left;
}

.list5 ul li img{width:100%;}

@media screen and (max-width: 1024px) {
	.list1,.list2,.list3,.list4,.list5,.list6{
		width:48%;
		float: left;
		margin:24px 1% 0px;}
	
	.list2 dd p{	
		-webkit-line-clamp: 2;
		line-height: 24px;
		padding-top:2px;
	}
}

@media screen and (max-width: 768px) {
	.list1,.list2,.list3,.list4,.list5,.list6{
		width:100%;
		float:none;
		margin:14px 0px 0px;}
}

.link{
	width: 98%;
	background: #fff;
	margin:24px  auto 20px;
	border-radius: 8px;
	padding:10px 14px 14px;
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.13);
	box-sizing: border-box;
	overflow: hidden;
	clear: both;
}

.link a{
	float:left;
	margin:8px 20px 8px 0;	
}

footer{margin-top:20px;padding:20px 0;}
footer a{color:#fff!important;font-size:14px;}
footer .main{box-sizing:border-box;padding:0 24px;}

.ft2{display:none;}
.ft2 a{display:block;}

@media screen and (max-width: 1024px) {
	.list1,.list2,.list3,.list4,.list5,.list6,.link{
		width:48%;
		float: left;
		margin:24px 1% 0px;
	}
	
	.link{clear:none}
}

@media screen and (max-width: 768px) {
	.list1,.list2,.list3,.list4,.list5,.list6,.link{
		width:100%;
		float:none;
		margin:14px 0px 0px;}
	
	.ft2{display:block;}
	.ft1{display:none;}
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}  
.pagination>li {
    display: inline;
	margin:0;
	padding:0;
	border:none;
}  
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
	font-size:12px;
}
.pagination>li>a, .pagination>li>span {
    box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
    margin: 5px;
    color: #727272;
	border-radius: 4px;
}
.pagination>li>a:focus, .pagination>li>span:focus, .pagination>li> .active, .pagination>li> .active:hover {
    color: #9F7012;
    background-color: #fdeaa6;
    border-color: #f7bf4f;
}
.pagination>li>a:hover{
	color: #9F7012;
    background-color: #fdeaa6;
    border-color: #f7bf4f;
}

.pagelist a{border: 1px solid #C9C9C9;background-color: #fff;color: #555;display: inline-block;height: 30px;line-height: 30px;padding: 0 10px;font-size: 12px;white-space: nowrap;text-align: center;border-radius: 2px;cursor: pointer;outline: 0;-webkit-appearance: none;-webkit-transition: all .3s;box-sizing: border-box;vertical-align: middle;font-style: inherit;font-weight: inherit;}
.pagelist a+a{margin-left:5px}
.pagelist a.active,.pagelist a:hover{background-color: #1c86d1;color:#fff;border: 1px solid #1c86d1;}