.tagbar{
	width: 100%;
	background: #f5f7fa;
	padding-bottom: 50px;
}
.tagbar .taglist{
	width: 1300px;
	margin: 10px auto 0;
	background: #fff;
	border-radius: 12px;
	padding: 0px 50px 50px;
}

.tagbar .taglist ul{
	
}
.tagbar .taglist ul li{
	float: left;
	width: 216px;
	margin-top: 32px;
}

.tagbar .taglist ul li a{
	display: block;
	color: #6679a9;
}

.tagbar .taglist ul li a:before{
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #e4e6e8;
	margin-top: 14px;
	margin-right: 10px;
}
.tagbar .taglist ul li:hover a{
	color: #163bb1;
}

.tagbar .taglist ul li:hover a:before{
	background: #163bb1;
}


.tagbar .tagsxq{
	background-image: linear-gradient(to right, #bdd7fc, #e7f1fe);
	width: 100%;
	padding: 20px 0;
}

.tagbar .tagsxq .cont{
	width: 1400px;
	margin: 0 auto;
	
}

.tagbar .tagsxq .cont h1{
	font-size: 16px;
	display: inline-block;
	height: 28px;
	font-weight: 600;
}

.tagbar .tagsxq .cont .line1{
	width: 40px;
	height: 5px;
	background: #265bf6;
	border-radius: 6px;
	margin-top: 5px;
}

.tagbar .tagsxq .cont p{
	margin-top: 10px;
	height: 24px;
	overflow: hidden;
}




.tagbar .newspart2{
	width: 1340px;
	margin: 15px auto 0;
}

.tagbar .newspart2 .ytnewslist{
	width: 920px;
	float: left;
	box-shadow: 0 0 20px rgba(33, 84, 245, .3);
	background: #fff;
	margin-top: 25px;
	padding: 30px 40px;
	border-radius: 12px;
}

.tagbar .newspart2 .ytnewslist .ytnewsnav1{
	height: 40px;
	width: 920px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tagbar .newspart2 .ytnewslist .ytnewsnav1 ul{
	margin-left: -30px;
}
.tagbar .newspart2 .ytnewslist .ytnewsnav1 ul li{
	float: left;
	margin-left: 30px;
	width: 65px;
}
.tagbar .newspart2 .ytnewslist .ytnewsnav1 ul li a{
	display: block;
	font-size: 15px;
	color: #222;
	font-weight: 600;
	height: 36px;
	text-align: center;
	
}
.tagbar .newspart2 .ytnewslist .ytnewsnav1 ul li .line{
	width: 0px;
	height: 4px;
	transition: 0.5s;
	background: #265bf6;
	border-radius: 12px;
	margin: 0 auto;
}

.tagbar .newspart2 .ytnewslist .ytnewsnav1 ul li:hover .line,.tagbar .newspart2 .ytnewslist .ytnewsnav1 ul .on .line{
	width: 65px;
	transition: 0.5s;
}
.tagbar .newspart2 .ytnewslist .ytnewsnav1 ul li:hover a,.tagbar .newspart2 .ytnewslist .ytnewsnav1 ul .on a{
	color: #265bf6;
	transition: 0.5s;
}

.tagbar .newspart2 .ytnewslist .list{
	
}
.tagbar .newspart2 .ytnewslist .list ul li{
	height: 180px;
	width: 920px;
	padding: 30px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tagbar .newspart2 .ytnewslist .list ul li .photo{
	width: 290px;
	height: 180px;
	float: left;
	overflow: hidden;
	cursor: pointer;
	border-radius: 5px;
	
}
.tagbar .newspart2 .ytnewslist .list ul li .photo img{
	width: 290px;
	height: 180px;
	display: block;
	border-radius: 5px;
	transition: 0.5s;
	
}
.tagbar .newspart2 .ytnewslist .list ul li .photo img:hover{
	transform: scale(1.15);
	transition: 0.5s;
}

.tagbar .newspart2 .ytnewslist .list ul li .text{
	width: 610px;
	float: right;
	height: 180px;
}
.tagbar .newspart2 .ytnewslist .list ul li .text h3{
	font-size: 16px;
	font-weight: bold;
	color: #222;
	height: 30px;
	padding-top: 5px;
}

.tagbar .newspart2 .ytnewslist .list ul li .text .textbar{
	width: 610px;
	height: 26px;
	margin-top: 5px;
}

.tagbar .newspart2 .ytnewslist .list ul li .text .textbar span{
	display: block;
	float: left;
	width: 30%;
	font-size: 14px;
	color: #777;
}

.tagbar .newspart2 .ytnewslist .list ul li .text p{
	color: #555;
	font-size: 15px;
	text-indent: 28px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	margin-top: 5px;
}


.tagbar .newspart2 .ytnewslist .list ul li .tags{
	width: 590px;
	height: 24px;
	background: url(../images/mb1taghov.png) left center no-repeat;
	background-size: 20px 20px;
	margin-top: 12px;
	transition: 0.5s;
}
.tagbar .newspart2 .ytnewslist .list ul li .tags dl{
	
}
.tagbar .newspart2 .ytnewslist .list ul li .tags dl dt{
	float: left;
	
}
.tagbar .newspart2 .ytnewslist .list ul li .tags dl dt a{
	display: block;
	margin-left: 30px;
	font-size: 14px;
	color: #777;
	height: 24px;
	line-height: 24px;
}
.tagbar .newspart2 .ytnewslist .list ul li .tags dl dt a:hover{
	color: #3d8dfb;
	transition: 0.5s;
}

.tagbar .newspart2 .ytnewslist .list ul li .tags:hover{
	background: url(../images/mb1tag.png) left center no-repeat;
	background-size: 20px 20px;
	transition: 0.5s;
}


.tagbar .newspart2 .ytnewsnav2{
	width: 320px;
	float: right;
}





.hotpro{
	margin-top: 25px;
	width: 320px;
	height: 530px;
	background-image: -webkit-linear-gradient(-90deg, #c0c9fd 0, #fff 100%);
	border-radius: 8px;
}
.hotpro h2{
	display: block;
	color: #2154f5;
	font-size: 20px;
	padding-left: 15px;
	padding-top: 15px;

}
.hotpro .list{
	width: 300px;
	margin: 0 auto;
}
.hotpro .list ul{
	
}
.hotpro .list ul li{
	width: 280px;
	height: 60px;
	border-radius: 8px;
	background: #fff;
	margin-top: 15px;
	padding: 10px;
}





.hotpro .list ul li .nrbar1{
	width: 280px;
}

.hotpro .list ul li .nrbar1 .mdg{
	float: left;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding-top: 5px;

	
}
.hotpro .list ul li .nrbar1 .mdg span{
	display: inline-block;
	padding: 0 20px;
}

.hotpro .list ul li .nrbar1 .jiage{
	display: inline-block;
	width: 100px;
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #eb151d;

	text-align: right;
	
}
.hotpro .list ul li .nrbar1 .jiage span{
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #eb151d;
	/* font-style: italic; */
	padding: ;
}

.hotpro .list ul li .nrbar2{
	width: 280px;
	height: 50px;
	margin-top: 10px;
}

.hotpro .list ul li .nrbar2 p{
	color: #999;
	font-size: 12px;
	display: inline-block;
}

.hotpro .list ul li .nrbar2 .date{
	float: left;
	text-align: left;
}
.hotpro .list ul li .nrbar2 .zhekou{
	float: right;
	text-align: right;
}

.hotnews{
	width: 290px;
	padding: 15px;
	box-shadow: 0 0 20px rgba(33, 84, 245, .3);
	border-radius: 8px;
	height: 450px;
	margin-top: 25px;
	background: #fff;
}
.hotnews h2{
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	text-indent: 28px;
	background: url(../images/hot.png) left center no-repeat;
	background-size: 20px 20px;
	
}

.hotnews ul{
	
}
.hotnews ul li{
	margin-top: 16px;
}
.hotnews ul li:nth-child(1) a:before{
	content: "1";
	margin-right: 5px;
	color: #FF6257;
	font-size: 16px;
}
.hotnews ul li:nth-child(2) a:before{
	content: "2";
	margin-right: 5px;
	color: #f78a29;
	font-size: 16px;
}
.hotnews ul li:nth-child(3) a:before{
	content: "3";
	margin-right: 5px;
	color: #faca06;
	font-size: 16px;
}
.hotnews ul li:nth-child(4) a:before{
	content: "4";
	margin-right: 5px;
	color: #aaa;
	font-size: 16px;
}
.hotnews ul li:nth-child(5) a:before{
	content: "5";
	margin-right: 5px;
	color: #aaa;
	font-size: 16px;
}
.hotnews ul li:nth-child(6) a:before{
	content: "6";
	margin-right: 5px;
	color: #aaa;
	font-size: 16px;
}
.hotnews ul li:nth-child(7) a:before{
	content: "7";
	margin-right: 5px;
	color: #aaa;
	font-size: 16px;
}
.hotnews ul li:nth-child(8) a:before{
	content: "8";
	margin-right: 5px;
	color: #aaa;
	font-size: 16px;
}
.hotnews ul li:nth-child(9) a:before{
	content: "9";
	margin-right: 5px;
	color: #aaa;
	font-size: 16px;
}
.hotnews ul li:nth-child(10) a:before{
	content: "10";
	margin-right: 5px;
	color: #aaa;
	font-size: 16px;
}
.hotnews ul li a{
	font-size: 14px;
	display: block;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	color: #777;
}
.hottags{
	width: 290px;
	padding: 15px;
	box-shadow: 0 0 20px rgba(33, 84, 245, .3);
	border-radius: 8px;
	margin-top: 25px;
	background: #fff;
	padding-bottom: 40px;
}

.hottags h2{
	font-size: 20px;
	height: 24px;
	line-height: 24px;
	text-indent: 14px;
	border-left: 4px solid #265bf6;
}
.hottags ul{
	margin-left: -15px;
	margin-top: 15px;
}
.hottags ul li{
	float: left;
	border: 1px solid rgba(0,0,0,0.2);
	margin-left: 10px;
	margin-top: 8px;
	border-radius: 6px;
}
.hottags ul li a{
	display: block;
	padding: 0 10px;
	line-height: 22px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.4);
}
.hottags ul li:hover a{
	color: #265bf6;
}
.hottags ul li:hover{
	border-color: #265bf6;
}

.cecontent{
	width: 320px;
	height: 147px;
	background: url(../images/bj5.png) center no-repeat;
	border-radius: 8px;
	overflow: hidden;
	margin-top: 30px;
}

.cecontent ul{
	padding-top: 18px;
}

.cecontent ul li{
	float: left;
	margin-left: 40px;
}

.cecontent ul li img{
	padding: 5px;
	background: #fff;
	display: block;
	width: 85px;
	height: 85px;
	border-radius: 5px;
}

.cecontent ul li span{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	width: 95px;
	text-align: center;
	margin-top: 6px;
}

.tagbar .newspart2 .tagscont{
	height: 60px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.tagbar .newspart2 .tagscont span{
	display: block;
	font-size: 16px;
	font-weight: 600;
}

.tagbar .newspart2 .tagscont p{
	text-indent: 12px;
	margin-top: 5px;
}

