* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	word-wrap: break-word;
}

.clear::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a {
	color: #444444;
}

a:hover {
	color: #cc0000;
}

body {
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #555;
	line-height: 20px;
	background-color: #ffffff;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

#page #header {
	background-color: white;
}

#page #header .top_block {
	width: 1200px;
	height: 90px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#page #header .top_block .logo_block {
	width: 200px;
	/*height: 70px;*/
	margin-top: 10px;
	user-select: none;
}

#page #header .top_block .logo_block img {
	width: 100%;
	height: 100%;
}

#page #header .top_block .search_block {
	height: 36px;
}

#page #header .top_block .search_block form {
	display: flex;
	border-radius: 5px;
}

#page #header .top_block .search_block form .search {
	width: 270px;
	height: 32px;
	line-height: 32px;
	background-color: #f3f3f3;
	outline: none;
	border: 0;
	text-indent: 1em;
	color: #999999;
}

#page #header .top_block .search_block form .submit {
	border: 0;
	width: 60px;
	height: 32px;
	line-height: 32px;
	font-size: 15px;
	color: white;
	text-indent: 1em;
	background: #3894D5 url("../images/search.png") no-repeat center;
}

#page #header .nav {
	background: #3894D5;
}

#page #header .nav .main-nav-list {
	width: 1200px;
	margin: auto;
	height: 48px;
}

#page #header .nav .main-nav-list li {
	float: left;
}

#page #header .nav .main-nav-list li a {
	display: block;
	line-height: 48px;
	font-size: 18px;
	color: #fff;
	padding: 0 16px;
}

#page #header .nav .main-nav-list li:hover a,
#page #header .nav .main-nav-list li.active a {
	text-decoration: underline;
}

#page .header_ad {
	width: 1200px;
	height: 90px;
	margin: 5px auto;
	position: relative;
}

#page .header_ad .closead {
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	color: white;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.3);
	user-select: none;
}

#page .header_ad img {
	width: 100%;
	height: 100%;
}


/*pubStyle--s*/

.L-reader_tit {
	width: 100%;
	height: auto;
}

.L-reader_tit h2 {
	height: 32px;
	line-height: 32px;
	text-align: right;
	padding-right: 10px;
	overflow: hidden;
	font-weight: normal;
	font-size: 12px;
	background: #ebebeb;
}

.L-reader_tit h2 p {
	width: 80px;
	height: 32px;
	line-height: 32px;
	float: left;
	background: #00acee;
	color: #FFF;
	font-size: 16px;
	font-family: "微软雅黑";
	text-align: center;
	overflow: hidden;
}

.L-reader_tit h2 p a {
	color: #FFF;
}

.R-reader_tit {
	margin-top: 4px !important;
	/*height: 30px;*/
	text-align: right;
	padding-right: 10px;
	background: #ebebeb;
	border-top: 2px solid #00acee;
	word-wrap: break-word;
	overflow: hidden;
	white-space: nowrap;
}

.R-reader_tit p {
	width: auto;
	height: 36px;
	line-height: 36px;
	float: left;
	background: #00acee;
	font-weight: normal;
	font-size: 17px;
	font-family: "微软雅黑";
	text-align: center;
	color: #FFF;
	padding: 0 16px;
	margin-right: 6px;
	word-break: break-all;
}

.R-reader_tit p a {
	color: #FFF;
}

.R-reader_tit a {
	color: #0c6499;
	line-height: 36px;
}

.R-reader_tit.red {
	border-top: 2px solid #FF6600;
}

.R-reader_tit.red p {
	background: #FF6600;
}

.r_tit {
	line-height: 32px;
	border-bottom: 1px solid #00acee;
	overflow: hidden;
	text-align: left;
	margin: 6px auto 0;
	font-size: 18px;
	color: #0d6499;
}

.r_tit a.more {
	float: right;
	font-size: 12px;
}

.r_list li {
	line-height: 24px;
}

.r_list li a {
	font-size: 14px;
	text-decoration: none;
	overflow: hidden;
	width: 100%;
	white-space: normal;
	height: initial;
	display: inline-block;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #dddddd;
}

.L-reader_list li {
	height: 30px;
	line-height: 30px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.L-reader_list li a {
	padding-left: 10px;
	font-size: 16px;
}

.R-reader_list li {
	font-size: 16px;
	font-family: "微软雅黑";
	color: #F1F1F1;
	height: 39px;
	line-height: 33px;
	overflow: hidden;
}

.R-reader_list li a {
	color: #444;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.R-reader_list.dot li {
	padding-left: 14px;
	background: url(../images/right-intro-list-li.jpg) no-repeat left 15px;
}

.reader-hot {
	margin: 15px 0;
}

.reader-hot h2 {
	line-height: 28px;
	font-weight: normal;
	font-size: 16px;
	font-family: "微软雅黑";
	display: inline-block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.reader-hot h2 a {
	color: #0e649a;
}

.reader-hot p {
	line-height: 22px;
	color: #878787;
	text-decoration: none;
	overflow: hidden;
	width: 100%;
	white-space: normal;
	height: 45px;
	display: inline-block;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.lImg_rText {
	overflow: hidden;
}

.lImg_rText a {
	display: inline-block;
	width: 120px;
	/*height: 80px;*/
	float: left;
	margin-right: 15px;
}
.lImg_rText a img {
	width: 100%;
	height:80px;
}
.lImg_rText .text {
	overflow: hidden;
}

.lImg_rText .text .tit {
	line-height: 30px;
	font-size: 16px;
}

.lImg_rText .text .tit a {
	color: #0d6499;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.lImg_rText .text .con {
	color: #878787;
	line-height: 22px;
	text-decoration: none;
	overflow: hidden;
	font-size: 15px;
	width: 100%;
	white-space: normal;
	display: inline-block;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.lImg_rText.List {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #dddddd;
}

.lImg_rText.notImg .text {
	width: 100%;
}

.Img_list a {
	display: block;
	width: 100%;
	height:300px;
	position: relative;
}

.Img_list a img {
	float: left;
	width: 100%;
	height: 300px;
}

.Img_list a p {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
}

.Aside_tit {
	height: 32px;
	line-height: 32px;
	border: 1px solid #eee;
	background: #f8f8f8;
	margin-top: 10px;
}

.Aside_tit h1 {
	display: block;
	font-weight: bold;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	color: #379be9;
	float: left;
}

.Aside_tit span {
	float: right;
}

.Aside_tit span a {
	display: block;
	float: right;
	color: #999;
	font-size: 13px;
	padding-right: 10px;
}


/*pubStyle--e*/

#article {
	width: 1200px;
	margin: 10px auto;
	overflow: hidden;
	/*焦点图*/
}

#article .breadcrumb {
	padding-top: 20px;
	padding-left: 5px;
	font-size: 17px;
	color: #0c7ff2;
	margin-bottom: 20px;
}

#article .breadcrumb i {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 5px;
}

#article .breadcrumb i img {
	width: 100%;
	height: 100%;
}

#article .breadcrumb a {
	color: #333333;
}

#article .Intro {
	width: 1198px;
	overflow: hidden;
	background: #f6f6f6;
	border: 1px solid #dfdfdf;
}

#article .Intro .IntroLeft {
	position: relative;
	float: left;
	width: 930px;
}

#article .Intro .IntroLeft .Hot_news {
	width: 930px;
	margin-bottom: 10px;
}

#article .Intro .IntroLeft .Hot_news .hot-icon {
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	left: -1px;
	top: -1px;
	z-index: 120;
	background: url(../images/news-hot11.png) no-repeat left top;
}

#article .Intro .IntroLeft .Hot_news h3 {
	width: 950px;
	height: 20px;
}

#article .Intro .IntroLeft .Hot_news h3 p {
	width: 68px;
	height: 20px;
	line-height: 20px;
	float: right;
	margin-right: 20px;
	display: inline;
	background: #06afee;
	overflow: hidden;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
}

#article .Intro .IntroLeft .Hot_news h3 p a {
	color: #FFF;
}

#article .Intro .IntroLeft .Hot_news h2 {
	margin-bottom: 5px;
	font-size: 28px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	font-weight: bold;
	font-family: "微软雅黑";
}

#article .Intro .IntroLeft .Hot_news h2 a {
	color: #0c6499;
}

#article .Intro .IntroLeft .Hot_news h4 {
	height: 26px;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
}

#article .Intro .IntroLeft .Hot_news h4 a {
	color: #0c6499;
	display: inline-block;
	width: 30%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#article .Intro .IntroLeft .li_left {
	width: 390px;
	float: left;
	overflow: hidden;
	margin-left: 22px;
	display: inline;
}

#article .Intro .IntroLeft .li_left .banner_b {
	width: 100%;
	background: #ffffff;
	position: relative;
	margin-top: 10px;
}

#article .Intro .IntroLeft .li_left .banner_b .swiper-container {
	width: 100%;
	height: 248px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#article .Intro .IntroLeft .li_left .banner_b .swiper-container img {
	width: 100%;
	height: 100%;
}

#article .Intro .IntroLeft .li_left .banner_b .swiper-container .desc {
	position: absolute;
	width: 100%;
	padding: 0 10px;
	bottom: 0;
	left: 0;
	height: 50px;
	line-height: 25px;
	text-align: center;
	color: white;
	font-size: 13px;
	overflow: hidden;
	background-size: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

#article .Intro .IntroLeft .li_left .banner_b .swiper-pagination {
	position: absolute;
	text-align: center;
	bottom: -33px;
	right: 0;
	left: 0;
	height: 30px;
}

#article .Intro .IntroLeft .li_left .banner_b .swiper-pagination-bullet {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #C9C9C9;
	margin: 0 3px;
	cursor: pointer;
	opacity: 1 !important;
}

#article .Intro .IntroLeft .li_left .banner_b .swiper-pagination-bullet-active {
	background: #589EC0;
}

#article .Intro .IntroLeft .li_right {
	margin-top: 6px;
	margin-left: 25px;
	width: 460px;
	overflow: hidden;
	float: left;
}

#article .Intro .IntroRight {
	float: right;
	width: 266px;
	border-left: 1px solid #dfdfdf;
	overflow: hidden;
	padding: 10px;
}

#article .Intro .IntroRight .r_img {
	margin: 10px 0 0;
}

#article .Intro .IntroRight .r_img img {
	width: 100%;
	height: 153px;
}

#article .Intro .IntroRight .r_img p {
	font-size: 15px;
	color: #000;
	line-height: 26px;
	font-weight: bold;
}

#article .Intro .IntroRight .reader-hot h2 a {
	font-weight: bold;
	color: #444444;
}

#article .Part {
	overflow: hidden;
	margin-top: 30px;
}

#article .Part .R-reader_tit {
	margin-bottom: 15px;
	height: 40px;
	line-height: 40px;
}

#article .Part .R-reader_tit p {
	height: 40px;
	line-height: 40px;
}

#article .Part .Left {
	width: 860px;
	float: left;
}

#article .Part .Left .L-l {
	width: 400px;
}

#article .Part .Left .L-r {
	width: 400px;
}

#article .Part .Right {
	float: right;
	width: 310px;
}

.list_container {
	width: 1200px;
	margin: auto;
}

.list_container .breadcurmb {
	margin-top: 15px;
	padding-left: 15px;
	background: #eee;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #eee;
}

.list_container .breadcurmb em {
	padding-right: 8px;
	font-weight: bold;
	font-style: normal;
}

.list_container .breadcurmb a {
	color: #666;
}

.list_container .left_part {
	width: 860px;
	background: #fff;
	margin-top: 20px;
	margin-bottom: 30px;
	position: sticky;
	top: 0;
}

.list_container .left_part .list_ul {
	overflow: hidden;
}

.list_container .left_part .list_ul li {
	border-top: 1px solid #eee;
	padding: 10px 0;
	overflow: hidden;
}

.list_container .left_part .list_ul li .channel_img {
	width: 200px;
	height: 140px;
	float: left;
	margin-right: 20px;
}

.list_container .left_part .list_ul li .channel_img img {
	display: block;
	width: 100%;
	height: 100%;
}

.list_container .left_part .list_ul li .channel_text {
	overflow: hidden;
}

.list_container .left_part .list_ul li .channel_text dt {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list_container .left_part .list_ul li .channel_text dd {
	line-height: 1.6em;
	margin-bottom: 10px;
	color: #777;
	font-size: 15px;
	text-decoration: none;
	overflow: hidden;

	white-space: normal;
	display: inline-block;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.list_container .left_part .list_ul li .channel_text .channel_text_bottom {
	margin-top: 15px;
	font-size: 12px;
	color: #777;
}

.list_container .left_part .list_ul li .channel_text .channel_text_bottom .channel-time {
	font-size: 13px;
	margin-top: 5px;
	color: #999;
	font-style: normal;
}

.list_container .left_part .list_ul li.notImg .channel_text {
	width: 100%;
}

.list_container .right_part {
	margin-top: 20px;
	width: 300px;
	position: sticky;
	top: 0;
}

.list_container .right_part .rp_1 {
	margin-bottom: 20px;
}

.list_container .right_part .rp_1 .big_img {
	margin: 10px 0 0;
}

.list_container .right_part .rp_1 .big_img img {
	width: 100%;
	height: 100px;
}

.show_container .left_part .show_con .show_tit {
	font-size: 22px;
	color: #000000;
}

.show_container .left_part .show_con .meta {
	margin: 20px 0;
	font-size: 14px;
	color: #8b8b8b;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}

.show_container .left_part .show_con .content {
	margin-bottom: 30px;
}

.show_container .left_part .show_con .content img {
	max-width: 600px;
	display: block;
	margin: auto;
}

.show_container .left_part .show_con .content p {
	text-align: justify;
	text-indent: 2em;
	margin-top: 19px;
	overflow: hidden;
	line-height: 35px;
	font-size: 18px;
	color: #333333;
}

.show_container .left_part .recommend_part {
	margin-top: 60px;
}

.show_container .left_part .recommend_part .halfPart {
	width: 48.5%;
	float: left;
}

.show_container .left_part .recommend_part .halfPart:last-child {
	float: right;
}

#footer {
	background: #3894D5;
	color: #fff;
	overflow: hidden;
	position: relative;
	padding: 15px 0;
}

#footer .container {
	margin: 0 auto;
	width: 1180px;
	position: relative;
}

#footer .container .friendsLink {
	width: 1200px;
	margin: 10px auto;
	align-items: baseline;
}

#footer .container .friendsLink h3 {
	color: white;
	font-size: 18px;
	margin-right: 20px;
	width: 135px;
}

#footer .container .friendsLink ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}

#footer .container .friendsLink ul li {
	font-size: 14px;
	float: left;
	margin-right: 15px;
	margin-bottom: 3px;
}

#footer .container .friendsLink ul li:hover {
	text-decoration: underline;
}

#footer .container .friendsLink ul li a {
	color: white;
}

#footer .container .banquan {
	margin: 10px 0;
	text-align: center;
	font-size: 14px;
}

#footer .container .banquan a {
	color: white;
}

.tags {
	color: white;
	font-size: 14px;
}

.tags a {
	display: inline-block;
	margin-left: 10px;
	font-size: 13px;
	color: white;
}

.turn_Page {
	margin-top: 30px;
	overflow: hidden;
}

.turn_Page p {
	font-size: 16px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000000;
}

.turn_Page p:last-child {
	text-align: right;
}

.turn_Page p span {
	font-size: 16px;
	color: #333333;
}

.turn_Page p span a {
	color: #333333;
}

.turn_Page p span:hover a {
	color: #C6252D;
}

.goTop {
	position: fixed;
	bottom: 200px;
	right: 200px;
	display: none;
	width: 60px;
	height: 60px;
	border-radius: 3px;
	background: url(../images/top.jpg) 0 0 no-repeat;
	text-indent: -999em;
}

.goTop:hover {
	background-position: -60px 0;
}

.closead {
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	color: white;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.3);
	user-select: none;
}

.page_fenye {
	margin-top: 10px;
	overflow: hidden;
	border-radius: 3px;
	font-size: 0;
	line-height: normal;
	text-align: center;
}

.page_fenye span {
	background-color: #3894D5;
	color: white;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 16px;
	font-size: 14px;
	margin: 0 2px;
}

.page_fenye a {
	margin: 0 2px;
	background-color: #e5e5e5;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 16px;
	color: #3c3e45;
	font-size: 14px;
}

.page_fenye a:hover {
	background-color: #3894D5;
	color: white;
}

.adversiment {
	position: relative;
	width: 300px;
	height: 300px;
	margin-bottom: 10px;
}

.adversiment a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.adversiment a img {
	width: 100%;
	height: 100%;
}

.adversiment a p {
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 50px;
	height: 20px;
	text-align: center;
	font-size: 12px;
	color: white;
	background-color: rgba(0, 0, 0, 0.4);
	line-height: 20px;
	border-radius: 0 5px 0 0;
}

.img_list ul {
	overflow: hidden;
	/*padding: 10px 0;*/
}

.img_list ul li a {
	display: inline-block;
	width: 49%;
	float: left;
	height: 160px;
	position: relative;
	margin: 10px 0;
}

.img_list ul li a img {
	width: 100%;
	height: 100%;
}

.img_list ul li:nth-child(2n) a {
	float: right;
}

.img_list ul li p {
	position: absolute;
	background: rgb(0, 0, 0, 0.6);
	color: #fff;
	line-height: 35px;
	padding: 0 10px;
	box-sizing: border-box;
	left: 0;
	bottom: 0;
	font-size: 15px;
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}

#article .Intro .IntroRight .r_img p {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}