body,
h1,
h2,
h3,
h4,
p,
dl,
dd,
ul,
ol,
form,
input,
textarea,
th,
td,
select {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: middle;

}

table {
	/* border-collapse: collapse; */
	border: none;
}

input,
textarea {
	outline: none;
}

textarea {
	resize: none;
	overflow: auto;
}

/*body{font-family: "Hiragino Sans GB","Microsoft YaHei","PingHei","Lucida Grande", "Lucida Sans Unicode","Helvetica","Arial","Verdana","sans-serif"; }*/
body {
	text-align: justify;
	text-justify: inter-ideograph;
	font-family: "microsoft yahei";
	/* font-family: "Noto Sans SC"; */
	/* word-break: break-all; */
}

.clearf::after {
	content: '';
	display: block;
	clear: both;
}

.show {
	display: block !important;
}

.flex {
	display: flex !important;
}

.wrap {
	width: 1423px;
	margin: auto;
}

.ad img {
    width: 100%;
}

.main{
	width: 1180px;
	margin: auto;
	position: relative;
}
.side{
	position: fixed;
	margin-left: 1250px;
	bottom: 15%;
	z-index: 99;
}
.side img{
	display: block;
	cursor: pointer;
}
.side_qrcode_box{
	position: absolute;
	top: -170px;
	left: -40px;
	right: 0;
	width: 100px;
	text-align: center;
	background: #f2f2f2;
	border: 1px solid #ccc;
	font-size: 14px;
	color: #222222;
	padding: 6px;
	display: none;
	z-index: 99;
}
.tool_line{
	display: flex;
	justify-content: space-between;
	padding: 8px 0;
}
.tool_line a{
	display: inline-block;
	vertical-align: middle;
	color: #5c5d66;
	font-size: 12px;
}
.tool_line span:nth-of-type(1){
	color: #5c5d66;
	font-size: 12px;
}
.tool_line span:nth-of-type(2){
	color: #8a8c99;
	font-size: 12px;
}
.tool_line a img{
	margin-left: 12px;
	margin-right: 4px;
}
.wechat_qrcode_box{
	position: relative;
}
.wechat_qrcode_box div{
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	width: 100px;
	text-align: center;
	background: #f2f2f2;
	border: 1px solid #ccc;
	font-size: 14px;
	color: #222222;
	padding: 6px;
	display: none;
	z-index: 99;
}
.wechat_qrcode_box div img,.side_qrcode_box img{
	width: 100%;
	margin: 4px 0 !important;
	
}
/* ads */
.ad{
	display: none;
}
#index_ad_1{
	height: 100px;
}
#ad_3{
	height: 225px;
	margin-bottom: 20px;
}
#ad_4 a{
  display: inline-block;
	height: 225px;
	margin-bottom: 20px;
}
.banner{
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.banner_left{
	width: 580px;
	margin-top: 6px;
	/* height: 356px; */
}
/* .banner_left .img_box{
	position: relative;
} */
.sw1 .swiper-slide img{
	height: 326px !important;
}
.sw1p{
	top: 295px !important;
	/* bottom: 0 !important; */
	width: 100%;
	height: 0;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: #fa5656;
}
.swiper-pagination-bullet{
	background: #ffffff !important;
	opacity: .7 !important;
	width: 5px !important;
	height: 5px !important;
}
.swiper-pagination-bullet-active{
	background: #c7000b !important;
	opacity: 1 !important;
}
.banner_left h3{
	color: #2e2f33;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	margin-top: 14px;
}
#keyword{
    display: inline-flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
#keyword a{
	color: #495066;
	font-size: 12px;
	margin-right: 8px;
    white-space: nowrap;
    display: inline-block;
}	
.ctime{
	color: #c7c7c7;
	font-size: 12px;
}
.sw1 .swiper-slide{
	display: block;
}
.sw1 .swiper-slide img{
	width: 100%;
	height: 100%;
}
.rbtn,.lbtn{
	top: 190px !important;
	background: none;
	pointer-events: inherit !important;
}
.lbtn{
	left: 0;
}
.rbtn{
	right: 0;
}
.banner_right{
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	align-content: baseline;
	/* flex-direction: column; */
	justify-content: space-between;
	max-height: 570px;
	overflow-y: overlay;
}
.col{
	display: flex;
	flex-direction: column;
}
.banner_right_con{
	width: 258px;
	margin-bottom: 14px;
	margin-left: 40px;
}
.brc_title{
	color: #2e2f33;
	font-size: 15px;
	line-height: 24px;
}
.banner_right img{
	width: 128px;
	height: 80px;
  object-fit: cover;
  object-position: center;
  flex-shrink: 0;
}
.banner_right h6{
	display: flex;
	margin-top: 10px;
}
.banner_right #keyword{
	margin-left: 10px;
}
.banner_right .ctime{
	display: block;
	margin-bottom: 4px;
}
.br_more{
	display: block;
	margin-left: 40px;
	margin-top: 4px;
	background: #c7c7c7;
	align-self: flex-start;
	color: #ffffff;
	padding: 4px 18px 4px 12px;
	border-radius: 4px;
	font-size: 12px;
}
.center{
	display: flex;
	justify-content: space-between;
}
.center_left{
	width: 780px;
}
.center_right{
	width: 380px;
	margin-top: 28px;
	position: relative;
}
.section{
	padding: 0 12px 0 6px ;
	margin-top: 28px;
	border-top: 4px solid #e9e9e9;
}
.section_label{
	color: #ba0600;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	transition: all .5s;
	margin-right:16px;
}
.section_subtitle{
  font-size: 14px;
  color: #555;
}
.section_subtitle2{
	font-size:10px;color:#e5e5e5;margin-left: 8px;margin-right: 8px;
}
.section_box,.section_box2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.section_detail{
	display: flex;
	justify-content: space-between;
  align-items: center;
	padding: 14px 0 24px;
}
.section_detail div{
  display: flex;
  align-items: center;
}
.section_more{
	/* background: linear-gradient(to right,#f95455,#e02a30); */
	color: #c7c7c7;
	font-size: 12px;
}
.news .section_box a:not(.section_label),.news .section_box2 a:not(.section_label){
	width: 358px;
	color: #1a1a1a;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 38px;
	position: relative;
	height: 23px;
}
.news .section_box a:nth-last-child(1),.news .section_box a:nth-last-child(2){
	margin-bottom: 26px;
}
.news a span{
	position: absolute;
	right: -10px;
	top: 24px;
}
.section_left{
	width: 369px;
}
.section_left img{
	width: 100%;
	/* height: 226px; */
}
.section_left a h3{
	color: #1a1a1a;
	font-size: 16px;
	font-weight: bold;
	line-height: 27px;
	margin: 12px 0;
	word-break: break-word;
}
.section_right{
	width: 360px;
}
.section_right a{
	color: #1a1a1a;
	font-size: 14px;
	line-height: 21px;
	padding: 0 0 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid #e9e9e9;
	display: block;
}
.center_right_box{
	background: #f2f2f2;
    margin-bottom: 20px;
	 padding: 10px;
}
.crb_title a{
	font-weight: bold;
	color: #525566;
	text-decoration: none;
	line-height: 30px;
	font-size: 18px;
}
.border{
	width: 210px;
	height: 10px;
	border-radius: 3px;
	background: -webkit-linear-gradient(left, #d2d3d6,#f2f2f2);
	background: linear-gradient(left, #d2d3d6,#f2f2f2);
	display: inline-block;
}
.jump{
	color: #e5a15c !important;
	font-size: 12px !important;
	float: right;
}
.crb_con li{
	position: relative;
	margin-top: 10px;
    display: flex;
}
.crb_con a:not(.author){
    padding: 0 0 0 10px;
    text-decoration: none;
    color: #222222;
    font-size: 13px;
    line-height: 30px;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	display: block;
}
.author{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 13px;
	line-height: 30px;
	color: #9a9a9a;
}
.crb_con img{
	float: left;
	width: 50px;
	margin: 0 5px;
}
.footer{
	background: #ebe8e3;
	margin-top: 36px;
	padding: 10px 0 50px;
}
.footer_box{
	width: 1180px;
	margin: auto;
	position: relative;
}
.footer_l{
	float: left;
    margin-right: 20px;
    margin-top: 100px;
    margin-left: 20px;
}
.footer_r{
	border-left: 1px solid #A2A2A2;
    overflow: hidden;
    margin-top: 16px;
	
}
.footer_r a{
	text-decoration: none;
	font-size: 14px;
	color: #757575;
	display: inline-block;
	height: 14px;
    line-height: 12px;
    margin-top: 6px;
}
.footer_r .ti{
	font-size: 18px;
	font-weight: bold;
	color: #3A3A3A;
}
.footer_r_ul_box{
	display: flex;
}
.footer_r ul{
	border-right: 1px solid #A2A2A2;
	padding: 8px 40px 10px;
	margin-top: 0;
	height: 122px;
	margin-bottom: 18px;
}
.footer_r li{
	line-height: 25px;
}
.footer_r p{
	float: left;
    color: #757575;
    font-size: 13px;
    margin-left: 32px;
    margin-top: 5px;
}
@media only screen and (max-width:1423px) {
	.wrap{
		width: 100%;
	}
	.side{
		margin-left: 0;
		right: 40px;
	}
}