* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
	border: 0;
	outline: 0;
}

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

.fl {
	float: left;
}

.fr {
	float: right;
}

a {
	color: #252525;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
}

body {
	font-size: 14px;
	color: #555;
	background-color: #ffffff;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt50 {
	margin-top: 50px;
}

#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: 190px;
	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: 250px;
	height: 40px;
	line-height: 40px;
	background-color: #f3f3f3;
	outline: none;
	border: 0;
	text-indent: 1em;
	color: #999999;
}

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

#page #header .nav {
	background: #D82323;
}

#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*/

.B-tit {
	margin-bottom: 20px;
	height: 50px;
	border-bottom: 1px solid #999;
}

.B-tit a {
	display: inline-block;
	background-color: white;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
}

.R-part-tit {
	display: block;
	height: 24px;
	line-height: 24px;
	background: url(../images/mo04.png) no-repeat 0 0;
	padding-left: 13px;
	font-sizE: 17px;
	font-family: "微软雅黑", "宋体";
	overflow: hidden;
}

.R-part-tit .title {
	background: #fff;
	padding: 0 7px;
	line-height: normal;
	margin-top: 3px;
	font-size: 17px;
	font-weight: bold;
	display: block;
	float: left;
}

.big_img {
	margin-top: 10px;
}

.big_img a {
	display: block;
	position: relative;
	width: 100%;
	height: 130px;
}

.big_img a img {
	width: 100%;
	height: 100%;
	display: block;
}

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

.news_list {
	width: 100%;
	margin-top: 10px;
}

.news_list li {
	line-height: 30px;
	overflow: hidden;
	padding-left: 15px;
	font-size: 15px;
	position: relative;
}

.news_list li:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 12px;
	width: 4px;
	height: 4px;
	background-color: #cccccc;
	border-radius: 50%;
}

.news_list li a {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.news_list.NotDot li a {
	padding-left: 0;
	background: none;
}

.news_list.F_bold li:first-child a {
	font-weight: bold;
}

.news_list.Spe li:nth-child(1) a,
.news_list.Spe li:nth-child(7) a,
.news_list.Spe li:nth-child(13) a {
	font-weight: bold;
	color: #D82323;
}

.news_list.Spe li:nth-child(6),
.news_list.Spe li:nth-child(12) {
	margin-bottom: 10px;
}

.news_list.T_bold li:nth-child(1),
.news_list.T_bold li:nth-child(5) {
	font-weight: bold;
}

.img-text {
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px #ccc dashed;
}

.img-text img {
	width: 90px;
	height: 58px;
	float: left;
	margin-right: 15px;
}

.img-text .text {
	font-size: 16px;
	line-height: 22px;
	margin: 6px 0;
	text-decoration: none;
	overflow: hidden;
	white-space: normal;
	height: initial;
	display: inline-block;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.g_ulimg {
	overflow: hidden;
	margin-top: 20px;
}

.g_ulimg li {
	width: 48%;
	float: left;
	margin-bottom: 10px;
}

.g_ulimg li:nth-child(2n) {
	float: right;
}

.g_ulimg li img {
	width: 100%;
	height: 120px;
}

.g_ulimg li p {
	padding-top: 5px;
	font-size: 14px;
	background: #ef758e;
	color: #fff;
	padding: 0 10px;
	line-height: 35px;
	box-sizing: border-box;
}


/*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 .mainList .mainLeft {
	float: left;
	width: 860px;
}

#article .mainList .mainLeft .Left {
	float: left;
	width: 380px;
}

#article .mainList .mainLeft .Left .banner_b {
	width: 380px;
	height: 230px;
	margin-top: 10px;
	position: relative;
}

#article .mainList .mainLeft .Left .banner_b .swiper-container {
	width: 100%;
	height: 230px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#article .mainList .mainLeft .Left .banner_b .swiper-container img {
	width: 100%;
	height: 100%;
}

#article .mainList .mainLeft .Left .banner_b .swiper-container .desc {
	position: absolute;
	padding: 0 10px;
	bottom: 0;
	left: 0;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: white;
	font-size: 20px;
	background-size: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	display: inline-block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#article .mainList .mainLeft .Left .banner_b .swiper-pagination {
	text-align: center;
	bottom: -30px;
	left: 0;
	right: 0;
}

#article .mainList .mainLeft .Left .banner_b .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	width: 28px;
	height: 6px;
	background: #ccc;
	margin: 0 3px;
	cursor: pointer;
	opacity: 1 !important;
	border-radius: initial;
}

#article .mainList .mainLeft .Left .banner_b .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #c01639;
}

#article .mainList .mainLeft .Left .L-part .L-tit {
	line-height: 28px;
	border-bottom: solid 2px #c01639;
	display: block;
}

#article .mainList .mainLeft .Left .L-part .L-tit a {
	font-size: 18px;
	font-weight: bold;
}

#article .mainList .mainLeft .Right {
	width: 450px;
	margin-left: 30px;
	float: left;
}

#article .mainList .mainLeft .Right .R-part .hotNews {
	clear: both;
	padding-top: 25px;
}

#article .mainList .mainLeft .Right .R-part .hotNews h1 {
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	margin-bottom: 15px;
}

#article .mainList .mainLeft .Right .R-part .hotNews h1 a {
	color: #000000;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#article .mainList .mainLeft .Right .R-part .hotNews .ul_text {
	font-size: 16px;
	height: auto;
	overflow: hidden;
	margin-bottom: 12px;
}

#article .mainList .mainLeft .Right .R-part .hotNews .ul_text li {
	overflow: hidden;
}

#article .mainList .mainLeft .Right .R-part .hotNews .ul_text li a {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#article .mainList .mainRight {
	margin-top: 10px;
	float: right;
	width: 310px;
}

#article .mainList .mainRight .mR-part {
	border: solid 1px #d7d2d4;
	border-top: solid 2px #c01639;
	padding: 0 10px;
}

#article .mainList .mainRight .mR-part .hd {
	height: 35px;
	line-height: 35px;
	display: block;
}

#article .mainList .mainRight .mR-part .hd .more {
	float: right;
	font-weight: normal;
	cursor: pointer;
	color: #003399;
}

#article .mainList .mainRight .mR-part .hd .more a {
	color: #003399;
}

#article .mainList .mainRight .mR-part .hd .title {
	font-size: 18px;
	font-family: "微软雅黑", "宋体";
	font-weight: normal;
}

#article .B_part .half {
	width: 380px;
	float: left;
}

#article .B_part .half.m30 {
	margin: 0 30px;
}

#article .B_part .half .Border {
	border: solid 1px #d7d2d4;
	border-top: solid 2px #c01639;
	padding: 0 10px 15px 10px;
	box-sizing: border-box;
}

#article .B_part .half .Border .hd {
	height: 35px;
	line-height: 35px;
	display: block;
}

#article .B_part .half .Border .hd .more {
	float: right;
	font-weight: normal;
	cursor: pointer;
	color: #003399;
}

#article .B_part .half .Border .hd .more a {
	color: #003399;
}

#article .B_part .half .Border .hd .title {
	font-size: 18px;
	font-family: "微软雅黑", "宋体";
	font-weight: normal;
}

#article .B_part .half .big_img a {
	display: block;
	height: 210px;
}

#article .T_part .half_part {
	width: 48%;
	float: left;
}

.part_tit {
	overflow: hidden;
	margin: 12px 0;
}

#article .T_part .half_part .part_tit span {
	color: #2a343d;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding-left: 10px;
	float: left;
}

#article .T_part .half_part .part_tit span::before {
	position: absolute;
	left: 0;
	bottom: 3px;
	content: '';
	width: 3px;
	height: 15px;
	background-color: #D82323;
}

#article .T_part .half_part .part_tit .more {
	line-height: 25px;
	color: #56a8da;
	float: right;
}

#article .T_part .half_part .Top_b {
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: #e4ebea 1px solid;
}

#article .T_part .half_part .Top_b img {
	float: left;
	width: 160px;
	height: 110px;
	margin-right: 15px;
}

#article .T_part .half_part .Top_b .text {
	overflow: hidden;
}

#article .T_part .half_part .Top_b .text .tit {
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 8px 0 5px 0;
}

.ul_list {
	overflow: hidden;
}

.ul_list li {
	width: 48%;
	float: left;
}

.ul_list li:nth-child(2n) {
	float: right;
}

#article .T_part .half_part .Top_b .text p {
	text-decoration: none;
	overflow: hidden;
	width: 100%;
	line-height: 22px;
	white-space: normal;
	height: initial;
	display: inline-block;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 15px;
	color: #939597;
}

#article .T_part .half_part .Top_b.notImg .text {
	width: 100%;
}

#article .T_part .half_part .part_item {
	width: 48%;
	float: left;
}

#article .T_part .half_part .part_item:last-child {
	float: right;
}

#article .T_part .half_part:last-child {
	float: right;
}

#article .Two_part .Left {
	float: left;
	width: 700px;
}

#article .Two_part .Left .H-tit a {
	font-weight: bold;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 20px;
	text-align: center;
}

#article .Two_part .Left .Two_ul ul {
	width: 48%;
}

#article .Two_part .Left .Two_ul ul:first-child {
	float: left;
	padding-right: 10px;
	border-right: dashed gainsboro 1px;
}

#article .Two_part .Left .Two_ul ul:last-child {
	float: right;
	padding-left: 10px;
}

#article .Two_part .Right {
	width: 450px;
	float: right;
}

#article .Two_part .Right .big_img a {
	height: 200px;
}

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

.list_container .breadcurmb {
	margin-top: 15px;
	padding-left: 15px;
	background: #eee;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

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

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

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

.list_container .left_part .list_ul {
	width: 100%;
}

.list_container .left_part .list_ul li {
	border-bottom: 1px solid #cacaca;
	padding: 10px 0;
}

.list_container .left_part .list_ul li .tit {
	line-height: 26px;
	color: #000;
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: bold;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list_container .left_part .list_ul li .exp {
	line-height: 22px;
	color: #888;
	font-size: 15px;
	text-align: justify;
	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: 2;
}

.list_container .left_part .list_ul li .sj {
	text-align: right;
	height: 25px;
	line-height: 25px;
	color: #bbb;
	font-size: 12px;
}

.list_container .left_part .list_ul li .sj span {
	padding-left: 20px;
}

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

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

.list_container .right_part .Aside_part .R-part-tit {
	margin-bottom: 20px;
}

.list_container .right_part .Aside_part .rank li {
	overflow: hidden;
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: 1px solid #eeeeee;
}

.list_container .right_part .Aside_part .rank li i {
	background: #a2a2a2;
	margin: 0 5px;
	padding: 0 4px;
	color: #ffffff;
	border-radius: 2px;
	font-style: normal;
	vertical-align: sub;
}

.list_container .right_part .Aside_part .rank li div {
	float: right;
	width: calc(100% - 32px);
}

.list_container .right_part .Aside_part .rank li div a {
	font-size: 15px;
	line-height: 22px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.list_container .right_part .Aside_part .rank li:nth-child(-n+3) i {
	background: #c0163a;
}

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

.show_container .left_part .show_con .meta {
	margin: 20px 0;
	font-size: 14px;
	color: #8b8b8b;
	padding-bottom: 10px;
	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: #444444;
}

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

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

.show_container .left_part .recommend_part .halfPart .big_img {
	margin-top: 0;
	margin-bottom: 15px;
}

.show_container .left_part .recommend_part .halfPart .big_img a {
	height: 180px;
}

.show_container .left_part .recommend_part .halfPart .hd {
	display: block;
	height: 40px;
	line-height: 40px;
}

.show_container .left_part .recommend_part .halfPart .hd .more {
	float: right;
	font-sizE: 12px;
	padding-right: 10px;
	font-weight: normal;
	font-family: "宋体";
}

.show_container .left_part .recommend_part .halfPart .hd .more a {
	color: #666666;
}

.show_container .left_part .recommend_part .halfPart .hd .title {
	font-weight: bold;
	font-size: 18px;
	font-family: "微软雅黑", "宋体";
	float: left;
}

.show_container .left_part .recommend_part .halfPart:first-child {
	border-right: 1px solid #ccc;
	padding-right: 10px;
}

.show_container .left_part .recommend_part .halfPart:last-child {
	padding-left: 10px;
	float: right;
}

#footer {
	background: #333333;
	color: #fff;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
	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: 29px;
}

#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;
	float: left;
	margin-bottom: 10px;
}

.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: 30px;
	overflow: hidden;
	border-radius: 3px;
	font-size: 0;
	line-height: normal;
	text-align: center;
}

.page_fenye span {
	background-color: #D82323;
	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: #D82323;
	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;
}

.g_ulimg li p {
	display: inline-block;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}