﻿.top_welcome{
	width:100%;
	height:30px;
	border-bottom:1px solid #eee;
}
.top_welcome ul li{
	font-size:12px;
	color:#999;
	line-height:30px;
	padding:0 5px;
}
.top_welcome ul li a{
	color:#999;
}
.top_welcome ul li a:hover{
	color:#f00;
}
.header{
	width:100%;
	margin:10px 0;
	justify-content: space-between;
}
.weblogo img{
	width:239px;
	height:66px
}

.header-qrcode{
	font-size:12px;
	color:#333;
	margin-top:10px;
	align-items: center;
	justify-content: flex-end;
}
.header-qrcode li{
	cursor: pointer;
}
.header-qrcode li img{
	width:20px;
	height:20px;
	margin:0 5px;
	
	
}
.header-qrcode li:hover .qrcode-img { display: block; }
.header-qrcode li .qrcode-img { width: 90px; height: 98px; position: absolute; text-align: center; padding-top: 7px; background: url(../image/footerflex.png) no-repeat; display:none; margin-top:-120px;}
.header-qrcode li .qrcode-img img{
	width:76px !important;
	height:76px !important;
}
.menu-nav{
	width:100%;
	height:56px;
	background-color: #0051a4;
}
.menu-nav ul li{
	line-height:56px;
	padding:0 20px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	cursor: pointer;
	background: url(../image/menu_line.jpg) no-repeat  right;
	font-family: "宋体";
}
.menu-nav ul li a{
	color:#fff;
}
.menu-nav ul li:hover{
	background-color: #0f3fb1;
}
.header-ad{
	margin:10px 0;
}
.swiper-wrapper{
	transition-duration: 0ms; transform: translate3d(0px, 0px, 0px);
}

.top-news{
	margin:20px;
}
.top-news-main,.top-news-main a{
	width:100%;
	text-align: center;
	font-size:40px;
	color:#000;
	font-weight:bold;
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
	/*display: -webkit-box;*/
	/*-webkit-line-clamp:1;*/
	/*-webkit-box-orient: vertical;*/
}
.top-news-main a:hover{color:#ff0000;}
.top-news-list ul{
	justify-content: center;
	margin:15px 0;
}
.top-news-list ul li{
	font-size:14px;
	color:#333;
	padding:0 10px;
	border-right:1px solid #ccc;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient: vertical;
}
.ad-left{
	position: fixed;
	width:180px;
	top:150px;
	left:calc(50% - 600px);
}
.ad-right{
	position: fixed;
	width:180px;
	top:150px;
	right:calc(50% - 600px);
}
.ad-left img,.ad-right img{
	width:180px;
}
.thumbsSwiper{
	position: absolute;
	z-index:999;
	margin-top:-600px;
	width:300px;
	margin-left:900px;
	background-image: url(../image/swiperbg.png);
}
.thumbs-item{
	width:260px;
	height:79px;
	text-align:left;
	padding:20px;
	/*line-height:79px;*/
	color:#fff;
	font-size:16px;
	border-bottom:1px solid #333;
	.pox{
		height: 70px;/*给内部div设置了高度，该div才会垂直居中*/
		display: inline-block; /*一定要将div设置为inline-block*/
		vertical-align: middle;/*设置该元素在父元素中的位置*/
		background: yellow;
		line-height:20px;
	}
}
.roll-news{
	width:100%;
	height:40px;
	background: #f5f5f5;
	margin:10px 0;
}
.roll-news-title{
	width:150px;
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height:40px;
	background:#c8000a;
}
.roll-news-content {
	width:1050px;
	overflow: hidden;
}

.roll-news-content ul {
	white-space: nowrap;
}

.roll-news-content ul li {
	display: inline-block;
	line-height:40px;
	font-size:13px;
	color:#333;
	margin-right:30px;
}


/* .roll-news-content{
	width:1050px;
}

#container_small_tip{
	position:relative; 
	overflow:hidden; 
	width:100%; 
	height:40px;
	line-height:40px;  
}
#content_small_tip{
	position:absolute; 
	left:0; 
	top:0; 
	white-space:nowrap; 
	color: #EBEEF7;
}
#content_small_tip ul{
	margin:0 20px;
	list-style-type: square !important;
}
#content_small_tip ul li{
	line-height:40px;
	font-size:13px;
	color:#333;
	margin-right:30px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient: vertical;
}
#content_small_tip ul li a{color:#333;} */
.wp-title{
	font-size:16px;
	color:#ff0000;
	font-weight:bold;
	line-height:25px;
	margin:10px 0;
}
.wp-title a{
	color:#ff0000;
}
.wp-title a:hover{
	color:#000000;
}
.wp-new-item{
	font-size:14px;
	color:#333;
	line-height:21px;
	margin-bottom:10px;
	margin-right:20px;
	overflow: hidden;
	text-overflow: ellipsis;
	/*display: -webkit-box;*/
	white-space:nowrap;
	-webkit-line-clamp:1;
	-webkit-box-orient: vertical;
}
.ad-brand{border:1px solid #ccc;}
.ad-brand-title{
	background: #005dab;
	padding:10px 0px;
	width:30px;
	line-height:24px;
	text-align:center;
	color:#fff;
	font-size:14px;
}
.ad-brand-list{
	width:calc(100% - 45px);
	margin:8px;
}

.brandscroll {
	width:calc(100% - 55px);
	overflow: hidden;
}

.brandscroll ul {
	white-space: nowrap;
}

.brandscroll ul li {
	display: inline-block;
	margin: 8px;
}

.brandscroll ul img {
	width:200px;
	height:100px;
	vertical-align: top;
}
.hzhbscroll {
	width:100%;
	height:120px;
	overflow: hidden;
}

.hzhbscroll ul {
	white-space: nowrap;
}

.hzhbscroll ul li {
	display: inline-block;
	margin: 8px;
}

.hzhbscroll ul img {
	width:200px;
	height:100px;
	vertical-align: top;
	border:1px solid #ddd;
}
/* 
.ad-brand-list li{
	margin-right:10px;
}
.ad-brand-list li img{
	width:160px;
	height:65px;
} */
.wp-new-item-pic{
    margin-bottom:5px;
}
.wp-new-item-pic img{
	width:95%;
	height:150px;
}
.pic-title{
	position: relative;
	width:95%;
	height:25px;
	line-height:25px;
	text-align:center;
	margin-top:-25px;
	color:#fff;
	font-size:14px;
	background-image: url(../image/swiperbg.png);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient: vertical;
}
.video-box{
	width:850px;
	margin-right:10px;
	
}
.video-list{
	justify-content: space-between;
	flex-wrap: wrap;
}
.video-item{
	width:calc(33% - 5px);
	background-color: #f5f5f5;
	margin-bottom:10px;
}
.video-item img{width:100%;height:180px;}
.video-item span{display:block;padding:10px;line-height:25px;font-size:13px;color:#333;height:55px;}
.subject-box{
	width:340px;
}
.index-pic{
	width:100%;
}
.pic-left{width:310px;}
.img310-280{width:310px;height:280px}
.img310-180{width:310px;height:180px;}
.img240-180{width:240px;height:180px;}
.img560-280{width:560px;height:280px;}
.footer{
	width:100%;
	padding:30px 0;
	background: #202020;
}
.index-select{
	min-width:200px;
	text-align: center;
	text-align-last: center;
	height:30px;
	line-height:30px;
	margin-right:20px;
	font-size:14px;
}
.footer-link{
	width:900px;
	margin:auto;
	justify-content: center;
	flex-wrap: wrap!important;
}
.footer-link li{
	font-size:12px;
	color:#999;
	margin:5px;
}
.footer-link li a{
	color:#999;
}
.footer-link li a:hover{
	color:#f00;
}
.copy{
	font-size:12px;
	color:#999;
	line-height:20px;
}
.wall{width:100%!important;}
.mtb20{margin:20px 0;}
.position-now{
	width:100%;
	border-bottom:1px solid #ccc;
	font-size:14px;
	color:#999;
	line-height:30px;
	margin-bottom:15px;
	align-items: center;
}
.article-item{
	margin:10px 0;
	padding:10px 0 20px 0;
	border-bottom:1px solid #eee;
}
.article-title{
	font-size:20px;
	color:#000;
	line-height:35px;
	margin-bottom:10px;
}
.article-content{
	font-size:13px;
	color:#999;
	line-height:23px;
	/* text-indent: 30px; */
	margin:10px 0; 
}
.article-time{font-size:14px;line-height:25px;color:#999}
.article-pic{margin-right:20px;}
.pages > div {
	display: flex;
	justify-content: center;
	margin:50px 0;
}

.pages .first,.pages .end {
	color: #aaa;
	width: 50px;
	height: 38px;
	overflow: hidden;
}

.pages span, .pages a {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #edeff1;
	margin: 0 5px;
	transition: 0.3s;
}

.pages .prev, .pages .num, .pages .next, .current {
	color: #aaa;
	width: 38px;
	height: 38px;
	overflow: hidden;
}

.pages .current, .pages a:hover {
	background: #0168b7;
	border: 1px solid #0168b7;
	color: #fff;
}
.article-show{
	
}
.show-title{
	width:100%;
	font-size:36px;
	color:#000;
	font-weight:700;
	line-height:40px;
	margin-bottom:10px;
	text-align:center;

}
.show-subtitle{
	width:100%;
	font-size:20px;
	color:#000;
	line-height:20px;
	text-align:center;
	margin-bottom:10px;
}
.show-attr{
	width:100%;
	margin:20px 0;
	padding-bottom:15px;
	border-bottom:1px solid #eee;
	text-align:left;
}
.show-attr span{
	display:block;
	font-size:14px;
	color:#999;
	margin-right:15px;
}
.show-content{
	font-size:16px;
	color:#333;
	line-height:25px;
	margin:30px 0;
	text-align:justify;
	text-justify:inter-ideograph;
}
.show-content img{
	max-width:100%;
}
.videos{
	margin-bottom:30px;
}
.pic-content{position: relative;background-color: #000;font-size:13px;color:#fff;line-height:25px;padding:10px;max-height:60px;margin-top:-60px;z-index: 999;}
.vote-box{background:#f5f5f5;border-radius: 5px;padding:20px;}
.vote-title{font-size:18px;color:#000;font-weight:700;margin-bottom:20px;line-height:30px}
.vote-item{
	align-items: center;
	width:100%;
	margin-bottom:15px;

}
.vote-pic img{
	width:100px;
	height:75px;
	margin:0 10px;
	border-radius: 5px;
}
.vote-content{
	width:100%;
	font-size:14px;
	line-height:25px;
	color:#333;
}
.vote-content span{
	color:#999;
}
.subtn{
	width:80px;
	line-height:45px;
	padding:0px 15px;
	background: #1E9FFF;
	text-align:center;
	color:#fff;
	font-size:14px;
	border-radius: 5px;
	margin:auto;
}
.itemlist{
	width:200px;
	border:1px solid #ddd;
	background: #f5f5f5;
}
.itemlist ul{
	padding:10px;
}
.itemlist ul li{
	line-height:40px;
	font-size:14px;
	color:#333;
	border-bottom:1px solid #ddd;
	text-indent: 20px;
}
.itemlist .on{
	color:#f00!important;
}
.itemcontent{
	width: calc(100% - 250px);
}
.item-info{
	justify-content: space-between;
	align-items: center;
	border-bottom:1px solid #ddd;
}
.item-title{
	font-size:16px;
	color:#000;
	font-weight:700;
	line-height:50px;
}
.page-now{
	font-size:12px;
	color:#999;
}
.item-content{
	margin:20px 0;
	line-height:25px;
	font-size:14px;
	color:#333;
}

.soso{
	width:366px;
	border:1px solid #ddd;
}
.sosoinput{
	width:314px;
	height:33px;
	line-height:33px;
	font-size:14px;
	padding:0 5px;
	border:1px solid #fff;
}
.soso-subtn{
	width:35px; 
	height:33px; 
	background-position:center;
	border:none; 
	cursor:pointer; 
	background:#0051a3 url(../image/search.png) no-repeat 50%;
}
.soso-subtn:hover{ opacity:0.9;filter:alpha(opacity=90);}
.first-pic,.first-pic img{
	width:100%;
}
.other-pic img{
	width:95px;
	height:65px;
}

.workerinfo{
	width:600px;
	margin:20px auto;
}
.worker-pic{
	max-width:200px;
	margin:auto;
}
.worker-pic img{
	width:100%;
}
.worker-name{
	font-size:14px;
	color:#333;
	margin-bottom:10px;
	line-height:25px;
	text-align: center;
}
.start-bobao,.stop-bobao{cursor: pointer;}
.ttstext img{
    display:block;
    margin:auto;
}
