.container {
	width: 1200px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.top-nav {
	height: 30px;
	line-height: 30px;
	background: #efefef;
}

.top-nav .link {
	font-size: 14px;
	color: #0080FF;
	padding: 0 4px;
}

.head-top {
	/*height: 60px;*/
}

.head-top .logo {
	/* height: 80px; */
	width: 1200px;
	background: #fff;
	margin: 0 auto;
}

.head-top .header_search {
	width: 190px;
	height: 38px;
	padding: 0 10px;
	margin-left: 20px;
	border-radius: 5px;
	overflow: hidden;
	/* border: #015293 1px solid; */
	border-radius: 20px;
	background: #f0f0f0;
}

.head-top .nav-search-form {
	margin-left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.head-top .header_search .header_search_txt {
	width: 100%;
	height: 38px;
	line-height: 38px;
	border: 0;
	background: #f0f0f0;
	outline: none;
	height: 36px\0;
}

.head-top .header_search .header_search_btn {
	width: 50px;
	height: 38px;
	border: 0;
	cursor: pointer;
	padding: 0;
	-webkit-appearance: none;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.head-top .nav-search-form .input {
	width: 300px;
	height: 50px;
	padding: 0 10px;
	border-radius: 25px;
	border: 1px solid #BBBBBB;
}

.head-top .header_toolbar {
	height: 30px;
	line-height: 30px;
	margin-left: 20px;
	display: flex;
	align-content: center;
}

.head-top .header_toolbar li {
	height: 100%;
	font-size: 14px;
	cursor: pointer;
	margin: 0 10px;
}

.head-top .header_toolbar li>a {
	color: #999999;
}

.head-top .header_toolbar li.login {
	width: 70px;
	border-radius: 15px;
	text-align: center;
	border: 1px solid #1991FF;
}

.head-top .header_toolbar li.login>a {
	color: #1991FF;
}

.head-top .header_toolbar li.register {
	width: 80px;
	border-radius: 15px;
	text-align: center;
	background-color: #1991FF;
}

.head-top .header_toolbar li.register>a {
	color: #FFFFFF;
}


.head-top .menu-box {
	/*width: 800px;*/
	height: 45px;
	background: #1991FF;
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.16);
}
.head-top .menu-box ul{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.head-top .menu-box li {
	display: inline-block;
	height: 45px;
}

.head-top .menu-box li a {
	line-height:45px;
	display: inline-block;
	padding:0 15px;
	color: #fff;
}
.head-top .menu-box li:nth-of-type(1) a{
	/* padding-left: 0; */
}

.head-top .menu-box li a:hover {
	cursor: pointer;
}

#home-nav:hover {
	cursor: pointer;
}

.news-box {}

.index-box2 {
	display: flex;
	justify-content: space-between;
}

.news-title {
	font-size: 18px;
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 10px;
}

.news-title .title {
	font-size: 18px;
	color: #333333;
	/*padding: 0 20px;*/
	display: flex;
	flex-direction: column;
    height:38px;
   	text-align:center;
	margin-right: 40px;
}
.news-title .title img{
	height:8px;
}
.news-title .cntitle {
	height:30px;
    line-height:30px;
}
.news-title .en {
	height:7px;
    display:block;
    width:100%;
}

.news-title .active {
	color: #1991FF;
  	font-weight:bold;
    border-bottom: 1px solid #1991FF;
}



.news-box .news-title .title .line {
	width: 5px;
	height: 22px;
	background: #0080FF;
	display: inline-block;
	position: relative;
	top: 4px;
}

.news-box .news-title .link-more {
	color: #0080FF;
	font-size: 12px;
}

.news-box .news-con {
	padding: 20px;
}

.index-box2 .news-box {
	width: 100%;
}

.index-box1 {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}

.index-box1 .news-box {
	width: 720px;
}

.index-box1 .user-login {

	width: 380px;
}

.index-box1 .login-box {
 	height:400px;
	width: 350px;
	margin:15px;
	padding:20px;
	border:1px solid #e1e1e1;
	border-radius: 15px;
}



.index-box1 .user-login .form-wrap .form-col {
	margin: 10px 0;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 8px;
	padding: 5px;
}

.index-box1 .user-login .form-wrap {
	padding-top: 20px;
}

.index-box1 .user-login .form-wrap .form-col .ico img {
	width: 28px;
	height: 28px;
}

.index-box1 .user-login .form-wrap .form-col .input-text {
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	width: 300px;
}

.index-box1 .user-login .form-wrap .form-col .yzm-img {
	height: 32px;
	width: 80px;
}

.index-box1 .user-login .fw {
	color: #444;
	padding-bottom: 10px;
}

.index-box1 .user-login .form-btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.index-box1 .user-login .form-btn .btn {
	border: 0;
	height:52px;
	color: #fff;
	background: #0080FF;
	width: 100%;
	border-radius: 4px;
	margin-bottom: 5px;
}

.index-box1 .user-login .form-btn .register {
	background: #fff;
	color: #0080FF;
	text-align: center;
}

.index-box1 .user-login .logininfo .img {
	display: block;
	text-align: center;
	padding: 20px 0 10px;
}

.index-box1 .user-login .logininfo .userinfo {
	display: flex;
	padding: 5px 0 5px 5px;
	flex-wrap: wrap;
}
.index-box1 .user-login .logininfo .userinfo span:nth-of-type(1){
	width: 35%;
	text-align: right;
}
.index-box1 .user-login .logininfo .userinfo span:nth-of-type(2){
	width: 65%;
	flex: 1;
}
.index-box1 .user-login .logininfo .loginout {
	display: block;
	text-align: center;
	padding-top: 20px;
}

/**/
.people-btn-wrap{
	display:flex;
	justify-content: space-between;
	padding:10px 0px;
	margin-top:30px;
    
}
.people-btn-wrap .fuwushenqing,.people-btn-wrap .jinruxiangqing,.people-btn-wrap .tuichudenglu{
	padding:10px 15px;
	color:#fff;
	border-radius: 5px;
}
.people-btn-wrap .fuwushenqing{
	background-color:#bbbfbd;
	border: 1px solid #bbbfbd;
}
.people-btn-wrap .fuwushenqing:hover{
	cursor:default;
}
.people-btn-wrap .jinruxiangqing{
	background-color:rgba(64, 158, 255, 1);
	border: 1px solid rgba(64, 158, 255, 1);
}
.people-btn-wrap .tuichudenglu{
	background-color:rgba(240, 247, 255, 1);
	border:1px solid rgba(64, 158, 255, 1);
	color:rgba(64, 158, 255, 1);
}


/*服务功能平台数据*/

.index-box3 {
	display: flex;
	justify-content: space-between;
}

.index-box3 .title {


}

.index-box3 .title .line {
	width: 5px;
	height: 22px;
	background: #0080FF;
	display: inline-block;
}

.index-box3 .title .text {
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
}

.index-box3 .dynamic {
	width: 380px;
}

.index-box3 .service-w {
	width: 380px;
}

/*0825*/
.index-box4{
	margin:20px 0;
}
.index-box4 .frind-link-wr .line{
  padding: 0 10px;
  background:#fff;
}
/*0825*/
.ptfw .mb5{
	margin-bottom:5px;
}
.ptfw .box1{
	flex: 1;
	height: 88px;
	display: flex;
	padding-left: 20px;
	align-items: center;
}
.ptfw .box2{
	width: 189px;
	height: 85px;
	display: flex;
	padding-left: 20px;
	align-items: center;
}
.ptfw .box3{
	width:260px;
	height:92px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ptfw .bg1{
	background: #eaf4fe;
	
	border-radius: 8px;
}
.ptfw .bg1 .text{color:#1693ff;}
.ptfw .bg2{
	background: #fceeed;
	
	border-radius: 8px;
}
.ptfw .bg2 .text{color:#cb3b44;}
.ptfw .bg3{
	background: #eaf6f4;
	color:#199980;
	border-radius: 8px;
}
.ptfw .bg3 .text{color:#199980;}
.ptfw .left-box{

	
}

.ptfw .right-box .right-title{
	height: 48px;
	line-height: 48px;
	text-align: center;
}
.ptfw .right-box .wrap2{
	display: flex;
	justify-content: space-between;
}

.index-box3 .service-list .row {
	display: flex;
}

.index-box3 .service-list .row .col {
	margin: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 20px 0;
	cursor: pointer;
}

.index-box3 .service-list .row .col .img {
	width: 50px;
	height: 50px;
}

.index-box3 .service-list .row .col .text {
	color: #333;
	padding: 5px 0;
}

.index-box3 .service-list .row .col img {
	width: 50px;
	height: 50px;
}

.index-box3 .service-list .w50 {
	width: 50%;
}

.index-box3 .service-list .w25 {
	width: 25%;
}

.index-box3 .service-list .color1 {
	/* background: #39b2ec; */
	background-image: linear-gradient(#E7F2FF ,#ffffff);
}

.index-box3 .service-list .color2 {
	/* background: #eca939; */
	background-image: linear-gradient(#FFF5E5 ,#ffffff);
}

.index-box3 .service-list .color3 {
	/* background: #54cb54; */
	background-image: linear-gradient(#E8ECFF ,#ffffff);
}

.index-box3 .date-w {
	width: 380px;
}

.index-box3 .date-list {
	padding-top: 5px;
	float: left;
}

.index-box3 .date-list .date-item {
	width: 180px;
	float: left;
	margin: 0 5px 10px;
	text-align: center;
	height: 119px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	color: #666;
	/* background: #F0F8FF; */
	background:#F2F8FF;

}

.date-item .num {
	font-size: 30px;
	font-weight: bold;
}

.date-item .ico {
	font-size: 16px;
	font-weight: bold;
}

.date-item .text-w {
	font-size: 16px;
}
/*外部工具*/
.wmgj-wrap{
	color:#e6e6e6;
	height: 286px;
}
.wmgj-item{
	width: 126px;
	/*height:84px;*/
	float:left;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	display: flex;
	flex-direction: column;
	align-items:center;
	padding: 10px;
}
.wmgj-item .wmgj-link{
	width:119px;
	height:86px;
	display: flex;
	flex-direction: column;
	align-items:center;
}
.wmgj-item .wmgj-link .img{
	height: 40px;
    line-height: 40px;
    margin: 10px 0;
	display: block;
}
.wmgj-wrap .wmgj-item:nth-child(3n){
	border-right:0;
	border-bottom:1px solid #e6e6e6;
}
.wmgj-wrap .wmgj-item:nth-child(7),.wmgj-wrap .wmgj-item:nth-child(8),.wmgj-wrap .wmgj-item:nth-child(9){
	
	border-bottom:0;
}
/*底部*/

.footer {

	background: #ffffff;

}

.footer .about-box {
	width: 300px;
	padding-right: 40px;
}

.footer .about-box dt {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}

.footer .about-box dd {
	display: inline-block;
	width: 50%;
	padding: 2px 0;
	float: left;
}

.footer .about-box dd a {
	padding: 5px 0;
	color: #444;
}

.footer .about-box dd a:hover {
	color: #0080FF;
	text-decoration: underline;
}

.footer .link-box {
	width: 400px;
	padding-right: 40px;
}

.footer .link-box dt {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}

.footer .link-box dd {
	padding: 5px 0;
}

.footer .service-box img {
	width: 300px;
}

.footer .foot-con {
	padding-bottom: 20px;
	display: flex;
}

.footer .foot-con .flink-w {
	color:#fff;
}

.flink-w dt {
	font-size: 18px;
	padding-bottom: 10px;
}

.footer .foot-con .flink-w dd {
	font-size: 14px;
	padding-bottom: 6px;
	line-height: 22px;
}

.footer .foot-con .flink-w dd .dot {
	background: #0080FF;
	width: 4px;
	height: 4px;
	display: inline-block;
	border-radius: 50%;
	position: relative;
	margin-right: 5px;
	top: -2px;
}
.footer .center{
	text-align:center;
  	margin-top:34px;
}

.copy {
	padding: 20px 0;
	background: #0B1728;
	color: #fff;
}


.copy a {
	color: #efefef;
	font-size: 14px;
}

.copy p {

	font-size: 14px;
}
.foot-box{
	display:flex;
	justify-content: space-between;
}

.menu-box ul li {
	position: relative;
	float: left;
	-webkit-perspective: 60px;
	-moz-perspective: 60px;
	-ms-perspective: 60px;
	perspective: 60px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	z-index: 999;
}
.menu-box ul li:nth-child(2) {
	display: none;
}
.menu-box ul li.on,
.menu-box ul li:hover,
.menu-box ul .active {
	/*background: #ffffff;*/
	color: #FFFFFF;
}

.head-top .menu-box ul .active {
	/*background: #ffffff;*/
}

.head-top .menu-box ul .active>a {
	/* color: #fff; */
	color: #FFFFFF;
	font-weight: 700;
}

.menu-box ul li.on a,
.menu-box ul li:hover a {
	color: #FFFFFF;
}

.menu-box ul li a {
	display: block;
	padding: 0 25px;
	font-size: 16px;
	color: #fff;
}

.menu-box ul li:first-child a {
	background: none;
}


.menu-box ul li .childer,
.menu-box ul li .childer a {
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

.menu-box ul li .childer a:hover {
	cursor: pointer;
}

.menu-box ul li .childer {
	position: absolute;
	height: auto;
	top: 45px;
	left: 0;
	padding-bottom: 5px;
	background: #1991FF;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-transform-origin: 0px 0px;
	-moz-transform-origin: 0px 0px;
	-ms-transform-origin: 0px 0px;
	transform-origin: 0px 0px;
	-webkit-transform: rotateX(-75deg);
	-moz-transform: rotateX(-75deg);
	-ms-transform: rotateX(-75deg);
	transform: rotateX(-75deg);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 9999;
}

.menu-box ul li .childer a {
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	/*padding-left: 25px;*/
	border-left-width: 2px;
	border-right-width: 0;
	border-top-width: 0;
	border-bottom-width: 0;
	border-style: solid;
	border-color: transparent;
	overflow: hidden;
	width: 100%;
	font-size: 14px;
}

.menu-box ul li .childer a:hover {
	background: #fbfbfb;
	color: #0e94eb;

}

.menu-box ul li:hover .childer {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.news-box-wrap {
	height: 400px;
}

.index-newslist li a {
	width: 100%;
	height: 36px;
	line-height: 36px;
	display: flex;
	justify-content: space-between;
}

.index-newslist li a .title {
	font-size: 14px;
	width: 85%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
}

.index-newslist li a .title:hover {
	color: #0080FF;
}

.index-newslist li a .time {
	font-size: 12px;
	color: #666666
}

.newslist .more {
	color: #999999;
	cursor: pointer;
	font-size: 14px;
}

.newslist .news-list-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.newslist .news-list-header .news-title-box {
	display: flex;
}

.newslist .news-list-header .news-title-box li {
	width: 110px;
	height: 48px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	line-height: 48px;
	cursor: pointer;
}

.newslist .news-list-header .news-title-box li.active {
	font-weight: bold;
	color: #FFFFFF;
	background: url("../new_images/news_list_title_bg.png") no-repeat center center;
}

.news-left-big {
	width: 100%;
	height: 390px;
}

.news-left-big a {
	width: 100%;
	height: 390px;
	position: relative;
	display: inline-block;
}

.news-left-big .img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.news-left-big .img img {
	width: 100%;
	height: 100%;
}

.news-left-big .con {
	width: 100%;
	height:40px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height:40px;
	background: rgba(7, 7, 7, 0.4);
	color: #fff;
}

.news-left-big .con .ttitle {
	display: block;
	overflow: hidden;
	padding:0 10px;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
}

.news-left-big .con .ton {
	font-size: 14px;
	color: #efefef;
	display: block;
}

.news-left-big .con .time {
	display: block;
	font-size: 12px;
}

.news-right-list {
	width: 180px;
}

.news-right-list .news-item {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-bottom: 10px;
}

.news-right-list .news-item .img {
	width: 180px;
	height: 128px;
}

.news-right-list .news-item .img img {
	width: 180px;
	height: 128px;
}

.news-right-list .news-item .news-c {
	width: 270px;
}

.news-right-list .news-item .news-c .ttitle {
	margin-top: 8px;
	font-size: 16px;
	height: 48px;
	overflow: hidden;
	line-height: 22px;
	display: block;
}

.news-right-list .news-item .news-c .tcon {
	font-size: 12px;
	display: block;
}

.news-right-list .news-item .news-c .time {
	margin-top: 10px;
	font-size: 14px;
	text-align: right;
	width: 100%;
	display: inline-block;
}

.index-box2 .box-list {
	display: flex;
	justify-content: space-between;
	padding: 0 10px 10px;
}

.index-box2 .box-list .box-item {
	width: 32%;
}

.index-box2 .box-list .box-item .img {
	width: 100%;
	height: 240px;
	position: relative;
}

.index-box2 .box-list .box-item .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 240px;
}

.index-box2 .box-list .box-item .img .title-i {
	background: rgba(7, 7, 7, 0.4);
	color: #fff;
	height: 50px;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	height: 60px;
	line-height: 60px;
	font-size: 26px;
	margin-top: -30px;
}

/*滚动条样式*/
*::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

*::-webkit-scrollbar-thumb {
	border-radius: 10px;
	/*
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; */
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}

*::-webkit-scrollbar-track {
	border-radius: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.1);

}
    .swiper-container{
    	width:100%;
    	height:280px;
    }
    .swiper-slide，.swiper-slide img{
    	width:100%;
    	height:100%;
    }
.swiper-slide.top{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 90%;
}

.swiper-slide.top .title {
	color: #333333;
	font-size: 44px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	width: 100%;
	text-align: center;
}
.swiper-slide.top .short-title {
	color: #666666;
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	width: 100%;
	text-align: center;
}
   body {
           background-color:#fff;
           box-sizing:border-box;
      
           moz-box-sizing:border-box;
           webkit-box-sizing:border-box;
       }
   
       .news
       {
               /*align-items:center;*/
               flex-direction:row;
               display:flex;
               padding-right:0px;
               box-sizing:border-box;
               justify-content:center;
               padding-bottom:0px;
               flex-wrap:nowrap;
               width:100%;
               margin-bottom:0px;
               padding-top:0px;
               padding-left:0px;
               margin-top:0px;
   			background: #ffffff;
    min-height: 700px;
       }
       .news .body
       {
    width:100%;
               padding-bottom: 20px;
    /* flex-wrap: nowrap; */
    /* flex-direction: row; */
    /* display: flex; */
    padding-right: 0px;
    box-sizing: border-box;
    padding-top: 20px;
    padding-left: 0px;
    /* justify-content: center; */
    /* height: 100%; */
       }
       .news .body .left
       {
                 padding-bottom: 0px;
    flex-wrap: nowrap;
    flex-direction: column;
    display: flex;
    /* padding-right: 20px;*/
    width: 200px;
    box-sizing: border-box;
    padding-top: 20px;
    /* padding-left: 20px; */
    margin-bottom: 0px;
    /* height: 60px; */
    background: #ffffff;
    width: 100%;
    margin: 0 auto;
       }
       .news .body .left .title
       {
             border-bottom-color: #C0C4CC;
    color: #000000;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    font-size: 20px;
    font-weight: 650;
    /* border-bottom-style: dashed; */
    padding-top: 0px;
    /* border-bottom-width: 1px; */
    padding-left: 5px;
    margin-top: 0px;
    height: 22px;
    line-height: 22px;
    /* background: #409EFF; */
    border-left: 5px solid #409EFF;
    /* margin-left: 20px; */
    width: 1200px;
    margin: 0 auto 15px;
       }
    .lanmuWrapWrap{
       /* border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;*/
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.1600);
    }
    .lanmuWrap{
   display: flex;
    padding: 0;
    align-items: center;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
    }
     .lanmuWrap2{
   display: flex;
    padding: 20px 0;
    align-items: center;
    flex-wrap: wrap;
    }
    .paddingLeft{
    padding-left:10px;
    }
   	.news .body .left .sub-title-sel:hover, .news .body .left .sub-title:hover{
   		color:#409EFF;
     /* border: 2px solid #409EFF;*/
   	}
       .news .body .left .sub-title-sel
       {
               /*  background-color: #F2F6FC; */
    color: #409EFF;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    font-size: 14px;
    padding: 0 20px;
    height: 35px;
    line-height: 31px;
    /* border: 2px solid #409EFF; */
    border-radius: 35px;
    margin: 5px;
    font-weight: 650;
       }
       .news .body .left .sub-title
       {
       color: #5F5F5F;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    font-size: 14px;
    padding: 0 20px;
    /* padding-left: 10px; */
    margin-top: 0px;
    height: 35px;
    line-height: 31px;
   /* border: 2px solid #eeeeee;*/
    border-radius: 35px;
    margin: 5px;
     font-weight: 650;
       }
    .news .body .right
    {
            padding-bottom:0px;
            flex-wrap:nowrap;
            flex-direction:column;
            display:flex;
            padding-right:0px;
            width:1200px;
            margin-bottom:0px;
            box-sizing:border-box;
            padding-top:10px;
            padding-left:0px;
            margin-top:0px;
             /*height:100%;*/
			margin-left: 0px;
			background: #ffffff;
    		margin: 20px auto;
    }
    .news .body .right .ms-channel-path-wrap {
    		display: none;
    		align-items: center;
    		justify-content: space-between;
    		 border-bottom: 1px solid #f5f5f5;
    	}
    	.news .body .right .ms-channel-title{
    		font-size: 20px;
    height: 22px;
    line-height: 22px;
    /* border-bottom: 1px solid #999; */
     padding: 0px 5px;
    margin-left: 10px;
    border-left: 5px solid #409EFF;
    	}
      .news .body .right .ms-channel-title h1{
    font-weight: 650; 
    }
        .news .body .right .ms-channel-path
        {
           align-items: center;
               flex-direction: row;
               display: flex;
               padding-right: 30px;
               box-sizing: border-box;
               /* margin-left: auto; */
               /* margin-right: auto; */
               padding-bottom: 0px;
               flex-wrap: nowrap;
               /* width: 100%; */
               /* margin-bottom: 10px; */
               padding-top: 0px;
               padding-left: 0px;
               /* margin-top: 10px; */
               height: 50px;
        }
        .news .body .right .ms-channel-path span
        {
                color:#909399;
                flex-direction:row;
                word-wrap:break-word;
                display:inline-block;
                font-size:14px;
        }
        .news .body .right .ms-channel-path .ms-channel-path-index
        {
                cursor:pointer;
                color:#000;
                font-size:14px;
                text-decoration:none;
                margin-bottom:0px;
                margin-top:0px;
        }
        .news .body .right .ms-channel-path >i
        {
        }
        .news .body .right .ms-channel-path .ms-channel-path-link
        {
                cursor:pointer;
                color:#000;
                font-size:14px;
                text-decoration:none;
                margin-bottom:0px;
                margin-top:0px;
        }
    .news .body .right .news-body
    {
          flex-direction: column;
              display: flex;
              box-sizing: border-box;
              margin-left: 0px;
              margin-right: 0px;
              min-height: 500px;
                 /* padding: 20px; */
              flex-wrap: nowrap;
              width: 100%;
              margin-bottom: 0px;
              margin-top: 0px;
    }
    .news .body .right .news-body span
    {
            flex-direction:row;
            word-wrap:break-word;
            /*display:inline-block;*/
    }
.news .body .right .news-body a
{
	cursor: pointer !important;
	color: #1991FF;
}
@media (max-width: 768px){
        .news
        {
               /* align-items:center;
                flex-direction:row;
                display:flex;
                padding-right:0px;
                box-sizing:border-box;
                justify-content:center;
                padding-bottom:0px;
                flex-wrap:nowrap;
                width:100%;
                margin-bottom:0px;
                padding-top:0px;
                padding-left:0px;
                margin-top:0px;
  		*/      
  }
        .news .body
        {
                padding-bottom:20px;
                flex-wrap:nowrap;
                flex-direction:column;
                display:flex;
                padding-right:0px;
                width:90%;
                box-sizing:border-box;
                padding-top:20px;
                padding-left:0px;
        }

 .news .body .left {
  width: 100%;
 }
        .news .body .right
        {
                padding-bottom:0px;
                flex-wrap:nowrap;
                flex-direction:column;
                display:flex;
                padding-right:0px;
                width:100%;
                margin-bottom:0px;
                box-sizing:border-box;
                padding-top:0px;
                padding-left:0px;
                margin-top:0px;
        }
        .news .body .right .ms-channel-path
        {
                align-items:center;
                flex-direction:row;
                display:flex;
                box-sizing:border-box;
                margin-left:auto;
                margin-right:auto;
                flex-wrap:nowrap;
                width:100%;
                margin-bottom:10px;
                padding-top:0px;
                padding-left:0px;
                margin-top:10px;
                height:30px;
        }
        .news .body .right .ms-channel-path span
        {
                flex-direction:row;
                word-wrap:break-word;
                display:inline-block;
                font-size:14PX;
        }
        .news .body .right .ms-channel-path .ms-channel-path-index
        {
                cursor:pointer;
                color:#000;
                font-size:14PX;
                text-decoration:none;
                margin-bottom:0px;
                margin-top:0px;
        }
        .news .body .right .ms-channel-path .ms-channel-path-link
        {
                cursor:pointer;
                color:#000;
                font-size:14PX;
                text-decoration:none;
                margin-bottom:0px;
                margin-top:0px;
        }
        .news .body .right .big-title
        {
                flex-direction:row;
                word-wrap:break-word;
                display:inline-block;
                font-size:22PX;
                padding-left:0px;
        }
        .news .body .right .news-body
        {
                margin-right:0px;
                padding-bottom:0px;
                flex-wrap:nowrap;
                flex-direction:column;
                display:flex;
                width:100%;
                box-sizing:border-box;
                margin-bottom:0px;
                padding-top:0px;
                margin-top:0px;
                margin-left:0px;
        }

}