.pad_top {
    padding-top: 95px;
}
.pad_bot {
    padding-bottom: 95px;
}
.n_news{ width: 100%; overflow: hidden; padding-top: 3.75rem; padding-bottom:3.75rem;}
.n_news .m,.n_news_xq .m {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 50px;
    display: block;
}
.n_news ul{ margin: 0 -.9375rem; margin-top: -2rem; overflow: hidden;}
.n_news ul li{ padding: 0 .9375rem; margin-top:2rem; overflow: hidden;}
.n_news ul li a{ position: relative; z-index: 1; }
.n_news ul li .img{ width: 21.25rem; height: 13.75rem; float: left; margin-right: 2rem; flex-shrink: 0;}
.n_news ul li .img img{ object-fit: cover;}
.n_news ul li .txt1{ height: 13.75rem; display: flex; align-content: center; flex-wrap: wrap; position: relative;}
.n_news ul li .txt1:before{ content: ""; display: block; width: 100%; height: 1px; background: #e5e5e5; position: absolute; left: 0; bottom: 0;}
.n_news ul li .txt1:after{ content: ""; display: block; width: 0; height: 1px; background: #00796a; position: absolute; left: 0; bottom: 0; transition: 1s; -webkit-transition: 1s; -moz-transition: 1s; -ms-transition: 1s; -o-transition: 1s; }
.n_news ul li .txt1 span{ font-size: .75rem; font-family: Bahnschrift; color: #595959; display: block; width: 100%; margin-bottom: 1rem;}
.n_news ul li .txt1 span:before{ content: ""; display: inline-block; width: .9375rem; height: 2px; background: #71c32b; vertical-align: middle; margin-right: .5rem;}
.n_news ul li h2{ font-size: 1.125rem; color: #464646; font-weight: bold; margin-bottom: 1.25rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
.n_news ul li p{ font-size: .9375rem; color: #737373; line-height: 1.5rem; height: 3rem; overflow: hidden;}
.n_news ul li .btn_xx{ height: 2rem; line-height: 2rem; font-size: .875rem; color: #939498; margin-top: 1.25rem;transition: .5s;}
.n_news ul li .btn_xx svg.ico_see{ width: 1.25rem; height: 20px; display: inline-block; vertical-align: middle; margin-right: 1rem;}
.n_news ul li .btn_xx svg.icon{ width: 8px; height: 8px; display: inline-block; vertical-align: middle; margin-left: 5px;}
.n_news ul li .btn_xx svg path{ transition:.5s; -webkit-transition:.5s; -moz-transition:.5s; -ms-transition:.5s; -o-transition:.5s;}
.n_news ul li a:hover h2{ color:#025ea3;}
.n_news ul li a:hover .btn_xx{ color:#025ea3;}
.n_news ul li a:hover svg path{ fill:#025ea3;}
.n_news ul li a:hover .txt1:after{ width: 100%;}
.n_news ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.n_news ul li:hover .img img {
    transform: scale(1.05) rotate(.1deg);
    -webkit-transform: scale(1.05) rotate(.1deg);
    -moz-transform: scale(1.05) rotate(.1deg);
    -ms-transform: scale(1.05) rotate(.1deg);
    -o-transform: scale(1.05) rotate(.1deg);
}

.ar_fot{ border: 1px solid #e5e5e5; overflow: hidden; margin-top: 3rem;}
.ar_fot ul{ display: flex; align-items: center; justify-content: space-between; position: relative;}
.ar_fot ul li{ float: left; height: 4.25rem; line-height: 4.25rem; padding: 0 2rem;}
.ar_fot ul li:nth-child(2){ text-align: right;}
.ar_fot ul li a{ font-size: 1rem; display: flex; align-items: center; justify-content: space-between; color: #959595;}
.ar_fot ul li svg{ width: 1rem; height: 1rem; margin: 0 .5rem;}
.ar_fot ul:before{ content: ""; display: block; width: 2px; height: 15px; position: absolute; top: 50%; margin-top: -7.5px; left: 50%; background: #cccccc;}
svg{ display: inline-block; vertical-align: middle;}
.ar_fot a svg path{ fill:#888888}
.ar_fot a:hover{ color: #3d75c0;}
.ar_fot a:hover svg path{ fill: #3d75c0;}
.n_con {
    padding: 80px 0;
}

.n_news_xq .left {
	width: calc(100% - 385px);
	padding: 0 3.625rem 0 0;
	float: left;
}
.n_news_xq .right {
	width: 385px;
	float: right;
	background: #f6f7fa;
	position: sticky;
	top: 100px;
	padding: 55px 36px 20px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}
.n_news_xq .right .tt {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
}
.n_news_xq .ar_title {
	margin-bottom: 2rem;
	display: flex;
	justify-content: space-between;
	border-bottom: #e7ecec 1px solid;
	align-items: center;
	position: relative;
}
.n_news_xq .ar_title h3 {
	font-size: 1.675rem;
	color: #333333;
	line-height: 1.5;
margin-bottom: .375rem;
	font-weight: bold;
}
.n_news_xq .ar_title h6 {
	margin-bottom: 1rem
}
.n_news_xq .ar_title h6 span {
	position: relative;
font-size: .875rem;
	color: #9a9a9a;
	display: inline-block;
	line-height: 2.5rem;
	font-weight: normal;
	margin-right: 30px;
	vertical-align: top;
}
.n_news_xq .ar_title h6 span img {
	margin: -3px 0.45rem 0 0
}

.n_news_xq .ar_article {
 font-size:16px;
}


.right_search {
	margin-bottom: 34px;
}
.relative {
	position: relative;
}
.right_search .input {
	height: 54px;
	border: 1px solid #e0e1e8;
	width: 100%;
	background: none;
	padding: 0 20px;
	padding-right: 50px;
	font-size: 14px;
	color: #8a8a8c;
}
.right_search .btn_submit {
	position: absolute;
	border: 0 !important;
	outline: 0 !important;
	cursor: pointer;
	width: 40px;
	height: 100%;
	top: 0;
	right: 0;
	background: none;
	text-align: left;
}
.right_search .btn_submit:hover svg path {
	fill: #005bac;
}
.right_news {
}
.right_news ul {
	margin-top: -18px;
}
.right_news ul li {
	padding: 18px 0;
}
.right_news ul li+li {
	border-top: 1px solid #e3e5eb;
}
.right_news ul li a {
	display: block;
	overflow: hidden;
}
.right_news ul li .img {
	width: 155px;
	height: 100px;
	float: left;
	margin-right: 9px;
}
.right_news ul li .img img {
    width: 100%;
}
.right_news ul li .txt1 {
	padding-top: 15px;
}
.right_news ul li .txt1 .time {
	font-size: 14px;
	color: #808182;
	font-family: arial;
	margin-bottom: 12px;
}
.right_news ul li .txt1 p {
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	height: 44px;
	overflow: hidden;
}
@media(min-width:1200px) {
    .container{width:1325px}
}
/* Æ½°å768x1000begin */
@media screen and (max-width:768px) {

  


}
@media screen and (max-width:640px) {

.n_news .m, .n_news_xq .m {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    display: block;
}
.n_news ul li .img {
    width: 100%;
    height: 250px;
    float: left;
    margin-right: 0;
    flex-shrink: 0;
    margin-bottom: 20px;
}
.n_news ul li .txt1 {
    height: auto;
    display: block;
    align-content: center;
    flex-wrap: wrap;
    position: relative;
    /* margin: 20px auto; */
}
.n_con {
    padding: 20px 0;
}
    .n_news_xq .left {
width: 100%;
    padding: 0;
    }
    .n_news_xq .ar_title {
display: block;
margin-bottom: 0;
    }
.n_news_xq .ar_title h3 {
    font-size: 1.275rem;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 0.375rem;
    font-weight: normal;
}
        .n_news_xq .ar_title h6 span {
    float: right;
    margin-right: 0;
        }
    .social-share {
text-align: right;
    }
    .n_news_xq .right {
display: none;
    }

.n_news_xq .ar_article img{
    width: 100%;
    height: auto;
    border: 0;
    display: block;
}
.n_news_xq .ar_article {
 font-size:14px;
}

}