.cases-cover {
	margin: 60px auto 0;
}

.cases-cover-title {
	text-align: center;
}

.cases-cover-title h2 {
	font-size: 30px;
	margin-bottom: 20px;
}

.cases-cover-title p {
	color: #666666;
}

.cases-cover-cont1-ul {
	margin-top: 80px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.cases-cover-cont1-ul li {
	width: 22.858%;
}

.cases-cover-cont1-ul li a {
	display: block;
}

.cases-cover-cont1-ul li a img {
	width: 100%;
	border-radius: 10px;
}

.cases-cover-cont1-ul li h3 a {
	width: 100%;
	height: 60px;
	margin-top: 40px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	line-height: 60px;
	border-radius: 10px;
	background-color: #F5F5F5;
}

.cases-cover-cont1-ul li:hover h3 a {
	color: #FFFFFF;
	background: -webkit-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: -moz-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: -o-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
}

.cases-cover-partner-ul {
	margin-top: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.cases-cover-partner-ul li {
	width: 22.858%;
}

.cases-cover-partner-ul li a {
	display: block;
	height: 200px;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #E6E6E6;
	position: relative;
	text-align: center;
}
.cases-cover-partner-ul li a:hover{
	border: none;
	box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cases-cover-partner-ul li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.cases-cover-partner .cases-cover-title {
	margin-bottom: 60px;
}


/*cases-list*/

.cases-list {
	margin: 0 auto;
}
.cases-list .pro-list-nav-ul li,
.cases-list .pro-list-nav-ul li a{
	width: 160px;
}
.cases-list .in-case-ul {
	display: block;
	-webkit-flex-direction: initial;
	flex-direction: initial;
	justify-content: initial;
	-webkit-justify-content: initial;
}

.cases-list .in-case-ul li {
	width: 22.858%;
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
	transition: all .4s;
}
.cases-list .in-case-ul li:hover{
	box-shadow:0px 0px 20px 0px rgba(4,0,0,0.15);
}
.cases-list .in-case-ul li:nth-child(4n) {
	margin-right: 0;
}

.cases-list-page {
	text-align: center;
	margin: 60px auto 0;
}

.cases-list-page a {
	color: #666666;
	margin-right: 15px;
}

.cases-list-page b {
	color: #246ACE;
	margin-right:15px;
}


/*detail*/

.cases-detail {
	margin: 60px auto 100px;
}

.cases-detail-title h2 {
	font-size: 30px;
	display: inline-block;
}

.cases-detail-title .case-app {
	display: inline-block;
	margin-left: 20px;
	width: 60px;
	height: 18px;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	background: -webkit-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: -moz-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: -o-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	border-radius: 3px;
	text-align: center;
}

.cases-detail-para ul {
	margin-top: 100px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-around;
	-webkit-justify-content: space-around;
}

.cases-detail-para ul li {
	text-align: center;
	width: 120px;
}

.cases-detail-para ul li p {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	margin-bottom: 12px;
}

.cases-detail-para ul li i {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto 20px;
	border-radius: 50%;
	background-color: #F5F5F5;
	text-align: center;
	line-height: 100px;
}

.cases-detail-para ul li i:before {
	color: #246ACE;
	font-size: 34px;
}

.cases-detail-boxs {
	border-radius: 30px;
	margin-top: 100px;
	padding: 60px;
	background-color: #FAFAFA;
}

.cases-detail-img {
	margin-bottom: 60px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.cases-detail-img li {
	width: 46.876%;
	overflow: hidden;
}

.cases-detail-img li img {
	width: 100%;
	border-radius: 15px;
}

.cases-detail-js {
	margin-bottom: 40px;
}

.cases-detail-js h3,
.cases-detail-advan h3 {
	margin-bottom: 20px;
	font-size: 18px;
	background: -webkit-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: -moz-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: -o-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.cases-detail-js p,
.cases-detail-advan p,
.cases-detail-fk-l p {
	line-height: 28px;
	text-indent: 2em;
}

.cases-detail-fk {
	margin: 100px 0;
}

.cases-detail-fk-l {
	border-bottom: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	width: 82.858%;
	padding: 80px 0;
}

.cases-detail-fk-l i {
	display: inline-block;
	font-size: 60px;
	color: #e1e1e1;
	position: relative;
}

.cases-detail-fk-l p {
	width: 77.586%;
	margin: 0 5%;
	display: inline-block;
	text-indent: 2em;
}

.cases-detail-fk-l i.icon-shuangyinhao {
	top: -20px;
}

.cases-detail-fk-l i.icon-shuangyinhao-you {
	top: 20px;
}

.cases-detail-fk-r {
	width: 12.858%;
	text-align: center;
}

.cases-detail-fk-r img {
	margin-bottom: 30px;
}

.cases-detail-fk-r a {
	display: block;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	line-height: 40px;
	text-align: center;
}

.cases-detail-fk-r .btn-chat {
	margin-left: 0;
	margin-top: 20px;
}

.cases-detail-page ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}

.cases-detail-page ul li {
	width: 46.43%;
	padding: 21px;
	box-sizing: border-box;
	border: 1px solid #E6E6E6;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cases-detail-page ul li:nth-child(1){
	border-radius: 5px 0  0 5px;
}
.cases-detail-page ul li:nth-child(3){
	border-radius:0 5px 5px 0;
}
.cases-detail-page ul .cases-detail-page-li2 {
	width: 7.143%;
	border-left: 0;
	border-right: 0;
}

.cases-detail-page ul li a {
	color: #666666;
}

.cases-detail-page ul li:hover a {
	color: #246ACE;
}

.cases-detail-app {
	margin-top: 100px;
}

.cases-detail-app .related-solution-text {
	width: 50.66%;
}


/*新闻封面*/

.news-cover-cont1 {
	margin: 60px auto 100px;
}

.news-cover-cont1-ul {
	margin-top: 60px;
}

.news-cover-cont1-ul li {
	width: 22.858%;
	float: left;
	margin-right: 40px;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	border-radius: 10px;
	padding: 40px 20px;
	transition: all ease-in-out .3s;
}

.news-cover-cont1-ul li:nth-child(4n) {
	margin-right: 0;
}
.news-cover-cont1-ul li h3 {
	height: 48px;
	overflow : hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.news-cover-cont1-ul li h3 a {
	font-size: 18px;
	color: #333333;
}

.news-cover-cont1-ul li span {
	display: block;
	font-size: 14px;
	color: #999999;
	margin: 20px 0;
	line-height: 11px;
}

.news-cover-cont1-ul li a img {
	width: 100%;
	height: 173px;
	border-radius: 10px;
	margin-bottom: 30px;
}
.news-cover-cont1-ul li p {
	overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
}
.news-cover-cont1-ul li p a {
	display: block;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.news-cover-cont1-ul li:hover {
	cursor: pointer;
	border-color: transparent;
	background: #ffffff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	transition: all ease-in-out .3s;
}

.news-cover-cont1-ul li:hover h3 a {
	color: #246ACE;
}

.news-cover-cont2 {
	max-width: 1800px;
	margin: 0 auto 100px;
	padding: 100px 0;
	background-color: #FAFAFA;
}

.news-cover-cont2-wrap {
	margin: 0 auto;
}

.news-cover-cont2-ul {
	margin-top: 20px;
}

.news-cover-cont2-ul li {
	padding: 40px 0;
	width: 48.572%;
	float: left;
	border-bottom: 1px solid #E6E6E6;
}

.news-cover-cont2-ul li:hover {
	cursor: pointer;
}

.news-cover-cont2-ul li:hover h3 a {
	color: #246ACE;
}

.news-cover-cont2-ul li h3 a {
	font-size: 18px;
	color: #333333;
	font-weight: 400;
  text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
  display: block;
}

.news-cover-cont2-ul li span {
	display: block;
	color: #999999;
	margin: 15px 0;
}

.news-cover-cont2-ul li p a {
	display: block;
	color: #666666;
	line-height: 28px;
    height: 56px;
}

.news-cover-cont2-ul li:nth-child(2n) {
	float: right;
}

.news-cover-cont3-wrap {
	margin: 60px auto 100px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.news-cover-cont3-wrap .part-inner {
	margin-bottom: 60px;
}

.news-cover-cont3-ul,
.news-cover-cont4-ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.news-cover-cont3,
.news-cover-cont4,
.news-cover-cont3-ul li {
	width: 48.572%;
}

.news-cover-cont3-ul li {
	box-sizing: border-box;
	height: 327px;
	overflow: hidden;
	border-radius: 10px;
}

.news-cover-cont3-ul li a {
	display: block;
}

.news-cover-cont3-ul li a img {
	width: 100%;
}

.news-cover-cont3-div {
	padding: 40px 0;
	text-align: center;
	background-color: #FAFAFA;
}

.news-cover-cont3-div h3 a {
	font-size: 18px;
	color: #333333;
	margin-bottom: 15px;
}

.news-cover-cont3-div p {
	color: #666666;
}

.news-cover-cont3-div a i {
	display: block;
	width: 40px;
	height: 40px;
	margin: 40px auto 0;
	border-radius: 50%;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 40px;
}

.news-cover-cont3-ul li:hover .news-cover-cont3-div h3 a {
	color: #246ACE;
}

.news-cover-cont3-ul li:hover .news-cover-cont3-div a i {
	background-color: #246ACE;
	color: #FFFFFF;
}

.news-cover-cont4-ul li {
	width: 50%;
	height: 327px;
	overflow: hidden;
	background-color: #FAFAFA;
	box-sizing: border-box;
}

.news-cover-cont4-ul li a {
	display: block;
	color: #333333;
	font-size: 18px;
	font-weight:bold;
}

.news-cover-cont4-rt {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.news-cover-cont4-rt a {
	padding: 30px 20px;
	border-bottom: 1px solid #F0F0F0;
}

.news-cover-cont4-rt a span {
	display: block;
	color: #666666;
	margin-top: 12px;
	font-size: 14px;
	font-weight: initial;
}

.news-cover-cont4-rt a:hover {
	background: -webkit-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: -moz-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: -o-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	color: #FFFFFF;
}

.news-cover-cont4-rt a:hover span {
	color: #FFFFFF;
}

.news-cover-cont4-lt {
	border-radius: 10px 0px 0px 10px;
}

.news-cover-cont4-rt {
	border-radius: 0 10px 10px 0;
}
/*newslist*/

.news-list-nav ul li {
	border-radius: 5px;
}

.news-list ul li {
	margin-bottom: 100px;
}
.news-list ul li:nth-child(5),
.news-list ul li:nth-child(6),
.news-list ul li:nth-child(7),
.news-list ul li:nth-child(8){
	margin-bottom: 0;
}
.news-list-banner {
	margin: 80px 0 100px;
	height: 226px;
	overflow: hidden;
	background-color: #FAFAFA;
	border-radius: 10px;
}

.news-list-banner-lt {
	width: 25.715%;
}

.news-list-banner-rt {
	width: 74.286%;
	padding: 40px;
	box-sizing: border-box;
}

.news-list-banner a {
	display: block;
}

.news-list-banner-lt a img {
	width: 100%;
}

.news-list-banner-rt h2 a,
.hy-list-ul li h2 a {
	font-size: 24px;
	color: #333333;
}

.news-list-banner-rt span,
.hy-list-ul li span {
	display: block;
	font-size: 12px;
	color: #999999;
	margin: 15px 0;
}

.news-list-banner-rt p,
.hy-list-ul li p {
	font-size: 14px;
	color: #666666;
	margin-bottom: 25px;
}

.news-list-banner-rt .news-list-more {
	display: initial;
	padding: 8px 24px;
	color: #666666;
	border: 1px solid #E6E6E6;
	background-color: #FFFFFF;
	border-radius: 5px;
}

.news-list-banner:hover h2 a {
	color: #246ACE;
}

.news-list-banner:hover .news-list-more {
	color: #FFFFFF;
	background: -webkit-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: -moz-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: -o-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
}


/*zt-list*/

.zt-list-ul li {
	padding: 40px;
	float: left;
	width: 48.572%;
	height: 200px;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #F5F5F5;
	border-radius: 10px;
	margin-bottom: 60px;
	transition: all .4s;
}

.zt-list-ul li:nth-child(2n) {
	float: right;
}

.zt-list-lt {
	width: 53.334%;
}

.zt-list-lt a {
	display: block;
}

.zt-list-lt a img {
	width: 100%;
	border-radius: 5px;
}

.zt-list-rt {
	position: relative;
	width: 45%;
	padding-left: 40px;
	box-sizing: border-box;
}

.zt-list-rt-title h2 a {
	display: block;
	margin-top: 35px;
	font-size: 18px;
	color: #333333;
}

.zt-list-rt-title span {
	display: block;
	color: #666666;
	margin-top: 15px;
}

.zt-list-rt .zt-list-i {
	position: absolute;
	top: 50%;
	right: 0;
}

.zt-list-rt .zt-list-i i {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	transition: all .4s;
}

.zt-list-ul li:hover {
	background-color: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.15);
}

.zt-list-ul li:hover h2 a {
	color: #246ACE;
}

.zt-list-ul li:hover .zt-list-i i {
	background-color: #246ACE;
	color: #FFFFFF;
}

.zt-list .cases-list-page {
	margin-top: 0;
}


/*hangye*/

.hy-list-ul li {
	box-sizing: border-box;
	padding: 40px;
	background: #FAFAFA;
	border-radius: 10px;
	margin-bottom: 40px;
	transition: all .4s;
}

.hy-list-ul li:hover {
	background-color: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.15);
}

.hy-list-ul li:hover h2 a {
	color: #246ACE;
}

.hide {
	display: none;
}


/*常见问题*/

.pro-ques-ul {
	margin-top: 60px;
}

.bk-list-box ul li {
	width: 100%;
	float: left;
	margin-bottom: 80px;
}
.bk-list-box ul li:hover h3 a{
	color: #246ACE;
}
.bk-list-box ul li:last-child {
	margin-bottom: 0;
}

.pro-detail-ques {
	margin: 100px auto 0;
}

.pro-ques-li-title {
	margin-bottom: 25px;
}

.pro-ques-li-title i {
	font-size: 20px;
	color: #666666;
}

.pro-ques-li-title h3 {
	width: 80%;
	display: inline-block;
	margin-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pro-ques-li-title h3 a {
	font-size: 16px;
	color: #333333;
}

.pro-ques-li-inner {
	padding: 15px 30px 25px;
	background-color: #F5F5F5;
	border-radius: 10px;
}

.pro-ques-li-inner p {
	color: #666666;
	text-indent: 2em;
	margin-top: 20px;
	line-height: 22px;
}

.pro-ques-li-inner-h i {
	font-size: 20px;
	margin-right: 5px;
	color: #666666;
}


/*=============*/


/*常见问题内容页*/

.faq-detail,
.news-detail {
	margin: 0 auto 100px;
}

.faq-detail .pro-ques-li-title h2 a {
	font-size: 30px;
	color: #333333;
}

.faq-detail .pro-ques-li-title {
	margin-bottom: 60px;
}

.faq-detail .pro-ques-li-inner {
	background-color: #FFFFFF;
	padding: 0;
}

.faq-detail .cases-detail-page {
	margin: 100px auto 0;
}

.faq-detail-related {
	margin: 100px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.faq-case,
.faq-app {
	width: 48.572%;
	background: #FAFAFA;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 40px;
}

.faq-case-ul li {
	margin-top: 30px;
}

.faq-case-ul a {
	display: block;
	color: #666666;
}

.faq-case-ul a span {
	float: left;
}

.faq-case-ul a i {
	float: right;
}

.faq-case-ul li:hover a {
	color: #246ACE;
}


/*news-detail*/

.txtMarquee-top {
	width: 1400px;
	margin: 100px auto;
	overflow: hidden;
	position: relative;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
}

.txtMarquee-top .hd {
	width: 30px;
	float: right;
	margin-top: 7px;
	margin-right: 20px;
}

.txtMarquee-top .hd .prev,
.txtMarquee-top .hd .next {
	display: block;
	float: right;
	color: #333333;
}

.txtMarquee-top .hd .prev {
	margin-top: 10px;
}

.txtMarquee-top .bd ul li {
	height: 60px !important;
	box-sizing: border-box;
	overflow: hidden;
	padding: 20px 0 20px 20px;	
}

.txtMarquee-top .bd a {
	display: block;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}

.txtMarquee-top .bd .hot-news-title {
	width: 30%;
}

.txtMarquee-top .bd .hot-news-content {
	width: 68%;
	padding-left: 1%;
}

.news-detail-cont {
	margin-top: 60px;
}

.news-detail-cont-lt {
	width: 14.286%;
	float: left;
	text-align: center;
	background-color: #F5F5F5;
	border-radius: 10px;
}

.news-detail-tx {
	width: 88px;
	height: 88px;
	overflow: hidden;
	border-radius: 50%;
	margin: 50px auto 25px;
}

.news-detail-tx img {
	
}

.news-detail-time p i {
	display: inline-block;
	width: 30px;
	height: 1px;
	background: #D9D9D9;
	position: relative;
	top: -5px;
}

.news-detail-time p span {
	display: inline-block;
	margin: 0 10px;
}

.news-detail-time span {
	display: block;
}

.news-detail-time .date-m {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333333;
}

.news-detail-author {
	margin-top: 30px;
	color: #666666;
}

.news-detail-author span {
	display: block;
	color: #246ACE;
	margin-top: 10px;
}

.contact-author {
	display: block;
	width: 100px;
	height: 30px;
	margin: 30px auto;
	text-align: center;
	line-height: 30px;
	color: #ffffff;
	background: -webkit-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: -moz-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: -o-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	border-radius: 5px;
}

.news-detail-author img {
  width:110px;
	margin-bottom: 10px;
}
/*点赞*/
.ding-img{
	width: 30px;
	height: 30px;
	margin-left: 5px;
	cursor: pointer;
	float: left;
}
.dianzan{
	width: 90px;
	height: 60px;
	margin: 0 auto;
    display: none;
}
.dianzan tr{
	display: inline-block;
}
.dianzan-num{
	padding: 24px 0;
	margin-left: 15px;
	position: relative;
}
.read-num{
	color: #666666;
	margin-top: 50px;
	padding: 24px 0;
	text-align: center;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.news-detail-cont-rt{
	width:82.857%;
	float: right;
}
.news-detail-cont-rt h2{
	font-size: 30px;
	padding-bottom: 40px;
	margin: 20px 0 40px;
	border-bottom: 1px solid #E6E6E6;
}
.news-detail-cont-rt p{
	color: #666666;
	text-align: left;
	text-indent: 2em;
	margin-bottom: 24px;
	line-height: 28px;
}
.news-detail .cases-detail-page{
	margin-top: 20px;
}
