﻿* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.trans {
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
hr {
	border: none;
	outline: none;
}
h1, h2, h3, h3, h4, h5, h6 {
	font-weight: normal;
}
img {
	max-width: 100%;
}
body {
	font-family:"微软雅黑", "Microsoft Yahei";
}
.wp {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
a {
	color: #333;
}
a:hover {
	color: #e4392a;
}
/*头部*/
#bd {
	background-color: white;
	padding-top: 90px;
}
#hd {
	/*height: 101px;*/
	height: 90px;
	background: #fff;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, .3);
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index:9999;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.fixed {
	top: -101px !important;
}
#hd .logo {
	float: left;
	margin-right: 65px;
	/*height: 101px;*/
	height: 90px;
}
#hd .logo a {
	display: block;
	height: 100%;
	/*line-height: 101px;*/
	line-height: 90px;
}
#hd .logo a img {
	display: inline-block;
	vertical-align: middle;
}
#nav ul li {
	float: left;
	line-height: 90px;
	width: 100px;
	margin-right: 10px;
}
#nav ul li a {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	border-bottom: 3px solid #fff;
	height: 90px;
	text-decoration: none;
	
}
#nav ul li a:hover {
	border-bottom: 5px solid #0099ff;
}
#nav ul li .active {
	border-bottom: 5px solid #0099ff;
}
#hd .tel {
	/* background: url(../images/tel_bg.png) left center no-repeat; */
	line-height: 90px;
	float: right;
	padding-left: 37px;
	/* color: #e4392a; */
	font-size: 18px;
}
.topbar-login {
    /* margin-right: 43px; */
	padding: 0 10px;
}

.topbar-login, .topbar-register {
    float: right;
    height: 90px;
    line-height: 90px;	
}
.topbar-register a{
	border-left: 2px solid #333333ab;
	height: 40px;
	padding: 0 10px;
}
/*手机头部*/
#m-hd {
	display: none;
}
#m-hd {
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	padding: 0;
	position: fixed;
	width: 100%;
	z-index: 999999;
}
#m-hd img {
	height: 40px;
	padding: 10px 0 0 10px;
}
.m-login {
	position: absolute;
	top: 0;
	right: 45px;
	width: 50px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	line-height: 45px;
	cursor: pointer;
	background: url(../images/menu_02.png) center center no-repeat;
	-webkit-background-size: 50px;
	background-size: 20px;
	height: 50px;
}
.hm-login{
	position: absolute;
    top: 0;
    right: 55px;
    color: #040404;
    text-align: center;
    font-size: 16px;
    line-height: 48px;
    cursor: pointer;
}
.m-trigger {
	position: absolute;
	top: 0;
	right: 10px;
	width: 50px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	line-height: 45px;
	cursor: pointer;
	background: url(../images/menu_add.png) center center no-repeat;
	-webkit-background-size: 50px;
	background-size: 25px;
	height: 50px;
}
.m-nav {
	/* z-index: 60;
	position: absolute;
	top: 50px;
	width: 100%;
	left: 0;
	background: url(../images/alpha_black_70.png) repeat;
	text-align: center;
	display: none; */
	z-index: 60;
    position: fixed;
    float: right;
    top: 50px;
    right: 0px;
    height: calc(100% -50px);
    width: 70%;
    height: 100%;  
    background: url(../images/alpha_black_70.png) repeat;
    text-align: center;
    background-color: #00000099;
	display: none;
}
.m-nav li {
	/* border-bottom: 1px solid #565656; */
}
.m-nav a {
	display: block;
	line-height: 40px;
	color: #fff;
    font-size: 16px;
    text-align: left;
    padding: 5px 0;
    margin: 0 20px;
    border-bottom: 1px solid #565656;
	
}
.m-nav a:hover, .m-nav a:active {
	color: #e4392a;
}
.m-sub {
	text-align: left;
	display: none;
	width:100%;
}
.m-sub a {
	border-bottom: none;
	font-size: 13px;
}
/*底部*/
#fd {
	/* background: url(../images/fd_bg.png) center top no-repeat; */
	background-color: #191938;
	padding-top: 75px;
}
.index-fd {
	/* margin-top: 50px; */
}
#fd .fd-top {
	overflow: hidden;
	color: #fff;
	padding-bottom: 45px;
}
#fd dl {
	float: left;
	width: 20%;
}
#fd dl dt {
	font-size: 16px;
	padding-bottom: 20px;
}
#fd .ul-fd li {
	line-height: 26px;
}
#fd .ul-fd li a {
	color: #a8a8af;
}
#fd .ul-fd li a:hover {
	text-decoration: underline;
}
#fd .weixin, #fd .sina {
	background: url(../images/fd_icon1.png) no-repeat;
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 25px;
}
#fd .weixin-pic {
	position: absolute;
	left: -150px;
	top: 0;
	display: none;
}
#fd .tel {
	font-weight: normal;
	font-size: 24px;
	padding-bottom: 15px;
}
#fd h5 {
	font-size: 16px;
	color: #a8a8af;
}
#fd .sina {
	background-image: url(../images/fd_icon2.png);
}
#fd .fd-copy {
	height: 40px;
	line-height: 40px;
	color: #a3a3a9;
	background-color: #000022;
}
/* side */
.side {
	position:fixed;
	width:50px;
	height:275px;
	right:0;
	top:250px;
	z-index:100;
}
.side ul li {
	width:50px;
	height:50px;
	float:left;
	position:relative;
	margin-bottom: 2px;
}
.side ul li .sidebox {
	position:absolute;
	width:50px;
	height:50px;
	border-radius:5px 0 0 5px;
	top:0;
	right:0;
	transition:all 0.3s;
	background:#000022;
	color:#fff;
	font:16px/50px "微软雅黑";
	overflow:hidden;
}
.side ul li a:hover .sidebox {
	width: 175px;
}
.side ul li .sidetop {
	width:50px;
	height:50px;
	line-height:50px;
	display:inline-block;
	background:#000;
	opacity:0.8;
	filter:Alpha(opacity=80);
	transition:all 0.3s;
}
.side ul li .sidetop:hover {
	background:#e4392a;
}
.side ul li img {
	float:right;
}
.side2 {
	position: fixed;
	width: 40px;
	right: 10px;
	z-index: 100;
	top: 500px;
	height: 80px;
}
.side2 ul li {
	width: 40px;
	height: 40px;
}
.side2 ul li a {
	display: block;
	background-color: #e4392a;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
}
.side2 ul li a img {
	vertical-align: middle;
	display: inline-block;
}
.side2 ul li a:hover {
	background-color: #000022;
}
.side2 ul li .weixin {
	position: absolute;
	left: -154px;
	bottom: 0;
	display: none;
}
.side2 ul li .weixin em {
	background: url(../images/arr3.png) no-repeat;
	width: 5px;
	height: 17px;
	display: block;
	position: absolute;
	right: -5px;
	top: 50%;
	margin-top: 3px;
}
.side2 ul li .weixin img {
	display: block;
}
/*banner*/
#banner .flexslider {
	background: none;
}
#banner .slides li .pic {
	display: block;
	padding-top: 36.4%;
	/* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
    background-position: center bottom;
	position: relative;
}
#banner .slides li .ban-txt {
	width: 760px;
	position: absolute;
	left: 50%;
	margin-left: -380px;
	top: 50%;
	height: 205px;
	margin-top: -102px;
	text-align: center;
}
#banner .slides li.s1 .ban-txt {
	background:url(../images/ban_k.png) no-repeat;
}
#banner .flexslider .slides img {
	max-width: 100%;
	width: auto;
	display: inline-block;
	vertical-align: middle;
}
#banner .slides li .ban-txt h5 {
	font-size: 22px;
	color: #fff;
	margin-top: -5px;
}
#banner .slides li .ban-txt h2 {
	height: 118px;
	line-height: 118px;
	margin-top: 5px;
	font-size: 71px;
	color: #fff;
}
#banner .slides li .ban-txt h3 {
	padding-top: 25px;
	font-size: 24px;
	color: #e4392a;
}
#banner .flex-control-paging li a {
	width: 40px;
	height: 3px;
	border-radius: 0;
	background-color: rgba(255,255,255,0.7);
}
#banner .flex-control-paging li a.flex-active {
	background-color: #e4392a;
}
#banner .flex-control-nav {
	bottom: 80px;
}
#banner .flex-direction-nav a {
	background: url(../images/ban_prev.png) no-repeat;
    width: 50px;
    height: 50px;
    opacity: 1;
    padding: 36px;
    text-align: center;
    background-color: #00000033;
    background-position: center;
    border-radius: 40px;
}
#banner .flex-direction-nav a:hover {
    background-color: #00000099;
}
#banner .flex-direction-nav .flex-prev {
	left: 50%;
	margin-left: -570px;
}
#banner .flex-direction-nav .flex-next {
	background-image: url(../images/ban_next.png);
	right: 50%;
	margin-right: -570px;
}
#banner .slides li.s2 .ban-txt {
	width: 840px;
	margin-left: -420px;
}
#banner .slides li.s2 .ban-txt h2 {
	font-size: 58px;
	line-height: 56px;
	height: 56px;
	margin-bottom: 10px;
}
#banner .slides li.s2 .ban-txt h3 {
	font-size: 50px;
	text-transform: uppercase;
	padding-top: 0;
}
#banner .slides li.s2 .ban-txt h4 {
	font-size: 16px;
	color: #fff;
}
#banner .slides li.s2 .ban-txt h6 {
	font-size: 14px;
	border-top: 1px solid #d3d3d7;
	width: 149px;
	margin: 0 auto;
	color: #fff;
	line-height: 35px;
	margin-top: 15px;
}
#banner .slides li.s3 .ban-txt h2 {
	font-size: 45px;
	height: 45px;
	line-height: 45px;
}
#banner .slides li.s3 .ban-txt h3 {
	font-size: 69px;
	text-transform: uppercase;
	padding-top: 0;
	border-bottom: 1px solid #e4392a;
}
#banner .slides li.s3 .ban-txt h4 {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	margin-top: 20px;
}
#banner {
	position: relative;
}
.banner-bg {
	background: url(../images/ban_bg.png) center top no-repeat;
	height: 54px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -30px;
	z-index: 60;
}
.tit-i {
	text-align: center;
	padding: 75px 0;
	line-height: 36px;
	overflow: hidden;
}
.tit-i .uti{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #0099FF;
	line-height: 35px;
	text-transform: uppercase;
}
.tit-i .tifb{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
}
.tit-i .etil{
	width: 288px;
	height: 1px;
	background: #DDDDDD;
}
.tit-i .eti{
	font-size: 36px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #333333;
	line-height: 36px;
	padding: 5px 20px;
}
.tit-i .tib{
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #999999;
	line-height: 35px;
}


.tit-i h3 {
	font-size: 30px;
	color: #002;
	margin-bottom: 10px;
}
.tit-i h5 {
	font-size: 20px;
	color: #cacace;
	text-transform: uppercase;
	font-family: Arial;
}
.tit-i h5 span {
	color: #e4392a;
}
.tit-i em {
	width: 45px;
	border-bottom: 1px solid #7f7f90;
	display: inline-block;
}
/*首页*/
.ttitle{
	text-align: center;
	font-size: 28px;
    padding: 40px 0;
}
.ssitem{
	text-align: center;
	margin-top: 20px;
}
.ssibox:hover{
	box-shadow: 0 0 20px #999;
}
.ssibox{
	width: 100%;
	/* height: 400px; */
	background-color: #f0f0f0;
	box-shadow: 0 0 5px #eee;
	/* padding-bottom: 10px; */
	margin-bottom: 20px;
}
.ssibox .r1{
	width: 100%;
	height: 250px;
	background-color:cadetblue;
	
}
.ssibox .r1 img{
	width: 100%;
	height: 100%;
}
.ssibox .r2{
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	margin:8px 10px;
	/*min-height: 37px;*/
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ssibox .r3{
	font-size: 14px;
	text-align: left;
	padding:  0px 10px;
	min-height: 38px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ssibox .r4{
	display: grid;
	grid-template-columns: 30% 70%;
	font-size: 14px;
	margin: 5px 10px;
         
}
.ssibox .r4 .r41{
	text-align: left;
	line-height: 42px;
}
.ssibox .r4 .r42{
	display: grid;
	grid-template-rows: 50% 50%;
}   
.ssibox .rn5{
	display: grid;
	grid-template-columns: 30% 70%;
	font-size: 14px;
	margin: 5px 10px;
} 
.ssibox .rn5 .r51{
	text-align: left;
	line-height: 42px;
	color: green;
} 
.ssibox .rn5 .r52{
	display: grid;
	grid-template-rows: 50% 50%;
}
.ssibox .rn6{  
	width: 90%;
	padding: 10px;
	margin: 10px 5%;
	color: #fff;
	background-color: #0099FF;
	border: none;
	font-size: 25px;
} 
.ssibox .r7{  
	display: flex;
	flex-direction: column;
} 
.ssibox .r7 .r71{ 
	font-size: 16px; 
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 3px 10px;
} 
.ssibox .r7 .r72{  
	font-size: 16px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 3px 10px;
} 
.xwbox .r1{
	background-color: cadetblue;
	width: 100%;
	height: 300px;
}
.xwbox .r2{
	padding: 13px;
	background-color: #f9f9f9;
	width: 100%;      
}
.xwbox .r2 .r21{
	font-size: 16px;
	font-weight: 700;
	color: black;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.xwbox .r2 .r22{
	font-size: 14px;
	margin: 3px 0;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.xwbox .r2 .r23{
	font-size: 14px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	
	
}
.xwbox .r2 .r23 .r23l{
	color: #999;
}
.xwbox .r2 .r23 .r23r{
	color: #999;
}
.xwbox .r2:hover{
	box-shadow: 0 0 2px #999;
}
.xwlist a{
    text-decoration: none;
}
.xwlist{
    background-color: #f9f9f9;
	margin-bottom: 50px;
}
.xwlist .xwtitle{       
	display: flex;
	flex-direction: row;
	justify-content: space-between;      
	padding: 18px 10px 15px 10px;  
	border-bottom: 1px solid #eee;
	background-color: #333;
}
.xwlist .xwtitle .ltitle{
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}
.xwlist .xwtitle .more{
	font-size: 16px;
	line-height: 35px;
	color: #fff;
}
.xwlist .item{            
	padding: 9px 20px; 
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-bottom: 1px solid #f0f0f0;
}
.xwlist .item .il .ilt{
	font-size: 15px;
	font-weight: 700;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.xwlist .item .il .ild{
	font-size: 14px; 
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;                   
}
.xwlist .item .ir{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 14px;
}
.xwlist .item .ir .irt{
	color: #999;
	font-size: 14px;
}
.xwlist .item .ir .ird{
	color: #999;
	font-size: 14px;
}
.xwlist .item .ir{
	padding: 5px;
}
.xwlist .item:hover{
	box-shadow: 0 0 2px #999;
}
.xwlist{        
	display: flex;
	flex-direction: column;
	justify-content: start;        
}

.zpibox:hover{
	box-shadow: 0 0 20px #999;
}

.zpibox{
	width: 100%;
	/* height: 400px; */
	background-color: #f0f0f0;
	box-shadow: 0 0 5px #eee;
	/* padding-bottom: 10px; */
	margin-bottom: 20px;
}

.zpibox .r1{
	width: 100%;
	height: 150px;
	background-color:cadetblue;	
}
.zpibox .r1 img{
	width: 100%;
	height: 100%;
}
.zpibox .r2{
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	padding: 4px 10px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.zpibox .r3{
	font-size: 14px;
	/* font-weight: 700; */
	text-align: left;
	padding: 0 10px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.zpibox .r4{
	font-size: 14px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;	
	padding: 4px	 10px;
}
.ntitile{
	font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding: 50px 0 10px 0;
}
.nothet{
	font-size: 18px;
    padding: 20px;
    border-bottom: 1px solid #ccc;
}
.ncontent{
	padding: 20px;
	font-size: 18px;
	min-height: 240px;
}
.news-list{
	display: flex;
	flex-direction: row;
	margin-top:69px	
}

.news-right{
	margin-left: 20px;
	width: 100%;	
}
    
  .news-one:hover{
	background-color: #f5f5f5;
  }
  
  .news-img{
	float: left;
	width: 320px;
	height: 250px;
	background: #717F93;
  }
  
  .news-tagimg{
	margin-left: 30px;
  }
  
  .news-sourse{
	float: right;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #717F93;
  }
  
  .news-details{
	float: right;
	width: 100%;
  }
  
  .news-details p:nth-child(2){
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #333333;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  .news-details img{
	margin-top: 13px;
  }
  
  .news-details p:nth-child(4){	
	line-height: 29px;
	margin-top: 20px;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #717F93;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  .news-details .divider{
	margin-top: 20px;
	border-top: 1px dashed #A9B2BF;
  }
  
  .news-details .news-time{
	/* display: inline-block; */
	margin-top: 10px;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #717F93;
  }
  
  .news-details a{
	margin-top: 10px;
	float:right;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #0099FF;
  }
  .news-type{
	color: #14a1ff;
	background-color: #e5f5ff;
	border: 1px solid #e5f5ff;
	width: 60px;
	border-radius: 43px;
	text-align: center;
	padding: 4px 0;
	font-weight: 700;
	margin-top: 5px;
  }
  .news .news-learnmore{
	display: block;
	margin: 104px 0 0 610px;
	background-color: #FFFFFF;
	width: 181px;
	height: 48px;
	border: 1px solid #A9B2BF;
	border-radius: 24px;
	font-size: 18px;
	text-align: center;
	line-height: 48px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #0099FF;
  }
  
  .el-pagination{
	/* margin: 150px 0 0 462px; */
	text-align: center;
	margin-top: 130px;
  }
  @media screen and (min-width: 412px) {
  	/* 登录注册 */
	.control-label{
		display: none;
	}
	.modal-title{
	font-family: PingFang-SC-Bold;
	font-size: 18px;
	font-weight: 700;
	margin-left: 230px;
	margin-top: 20px;
	}
	.minput{
		margin-left: 230px;
		margin-top: 10px;
	}
	.modal-tap{
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
	}
	.modal-dialog{
		z-index: 99999;
		position: absolute;
		width: 100%;
		top: 60px;
		height: calc(100vh - 60px);
		min-width: 450px;
	}
	.modal-content{
		margin-top: 0;
		border-radius: 0;
		height: 100%;
	}
	.modal-tapl{
		margin-left: 230px;
	}
	.modal-tapl a{
		font-family: MicrosoftYaHei;
		font-size: 24px;
		text-decoration: none;
		padding: 10px 0;
	}
	.modal-tapr{
		margin-left: 230px;
		display: none;
	}
	.modal-tapr a{
		font-family: MicrosoftYaHei;
		font-size: 24px;
		text-decoration: none;	
		padding: 10px 0;
	}
	.modal-tap-active{
		color:#2C78EC;
		border-bottom: 6px solid #2C78EC;
	}
	.modal-tap-active:hover{
		color:#2C78EC;
		border-bottom: 6px solid #2C78EC;
	}
	.regf{
		display: none;
		display: flex;
		flex-direction: row;
	}
	.msgp{
		float: right;margin-top: -37px;right: 39px;
	}
	.loginf,.regf{
		padding-top: 20px;
	}
	.control-label{
		font-size: 18px;
	}
	.modal-header{
		border: none;
	}
	.modal-body{
		padding-top: 0;
	}
	.modal-footer {
		padding: 0;
		border-top: none;
	}
	.sbtn{
		width: 100%;
		height: 45px;
    	font-size: 24px;
	}	
}
@media screen and (max-width: 411px) {
    .pppddd{
		margin-top: 10px;
	}
	.wd100{
		width: 100%;
	}
	.msgp{
		float: right;margin-top: -37px;right: -14px;
	}
	.xwbox .r1 {
		background-color: cadetblue;
		width: 100%;
		height: 150px;
	}
	.xwlist .item {
		padding: 10px 10px;
		display: flex;
		flex-direction: column;	
		border-bottom: 1px solid #f0f0f0;
	}
	.xwlist .item .ir {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.swiper-button-prev,.swiper-button-next,.swiper-pagination-bullet{
		display: none;
	}
	.news-list{
		flex-direction: column;
		background-color: #f0f0f0;
		align-items: center;
		margin-top: 20px;
	}
	.news-details p:nth-child(2) {
		font-size: 18px;	
	}
	.news-left,.news-img{
		width: 100%;
	}
	.news-right{
		margin-left: 0;
		padding: 5px;
	}
	.news-details p:nth-child(4) {
		margin-top: 10px;
		font-size: 16px;
		line-height: 20px;
	}
	.news-details .news-time{
		font-size: 14px;
	}
	.divider{		
		margin: 10px 0;
		margin-top: 0;
	}
	.news-type{
		display: none;
	}
	.news-details a{
		font-size: 14px;
		margin-top: 0;		
	}
	.ntn{
		display: none;
	}
	.ntitile{
		font-size: 18px;
	}
	.text-right{
		/* text-align: left; */
		margin-top: -20px;
	}
	.nothet{
		font-size: 14px;
		padding: 5px 20px;
	}
	/* 登录注册 */
	.modal-content{
		margin-top: 45%;
	}
	.modal-tap{
		display: flex;
		flex-direction: row;
		justify-content: space-around;
	}
	.modal-tapl{

	}
	.modal-tapl a{
		font-family: MicrosoftYaHei;
		font-size: 24px;
		text-decoration: none;
		padding: 10px 0;
	}
	.modal-tapr{
		display: block;
	}
	.modal-tapr a{
		font-family: MicrosoftYaHei;
		font-size: 24px;
		text-decoration: none;	
		padding: 10px 0;
	}
	.modal-tap-active{
		color:#2C78EC;
		border-bottom: 6px solid #2C78EC;
	}
	.modal-tap-active:hover{
		color:#2C78EC;
		border-bottom: 6px solid #2C78EC;
	}
	.loginf,.regf{
		/* padding-top: 20px; */
	}
	.control-label{
		font-size: 18px;
	}
	.modal-header{
		border: none;
	}
	.modal-body{
		padding-top: 0;
	}
	.modal-footer {
		padding: 0;
		border-top: none;
	}
	.sbtn{
		width: 100%;
		height: 45px;
    	font-size: 24px;
	}
	.modal-dialog{
		z-index: 99999;
		position: absolute;
		width: 95%;
		top: 5%;
	}
	.modal-title{
		display: none;
	}
	.webshow{
		display: none;
	}
}
a:hover{
	color:#565656;
}