.main{
    width: 1560px;
    margin: 0 auto;
}
body {
	line-height: 1;
}
body.f5{
    background-color: #f5f5f5;
}
.main::after {
	content: "";
	display: block;
	clear: both;
}
.iframe {
	height: 40px;
	overflow: hidden;
}
.iframe iframe {
	width: calc(100% + 18px);
	margin-left: -9px;
}
.advs {
	position: relative;
	display: block;
}
.advs i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
}
.advs img {
	display: block;
}
.Center {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%, -50%);
}
.Center-x {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.Center-y {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.ease {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
    font-family: 'hbzhan';  /* Project id 1875012 */
    src: url('//at.alicdn.com/t/c/font_1875012_ueaj37w1hg.woff2?t=1697871326081') format('woff2'),
         url('//at.alicdn.com/t/c/font_1875012_ueaj37w1hg.woff?t=1697871326081') format('woff'),
         url('//at.alicdn.com/t/c/font_1875012_ueaj37w1hg.ttf?t=1697871326081') format('truetype');
}
.hbzhan{
    font-family:"hbzhan" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-family: 'xwboo';  /* Project id 1932496 */
	src: url('//at.alicdn.com/t/c/font_1932496_xyfkyzwz3t9.woff2?t=1703134893773') format('woff2'),
		 url('//at.alicdn.com/t/c/font_1932496_xyfkyzwz3t9.woff?t=1703134893773') format('woff'),
		 url('//at.alicdn.com/t/c/font_1932496_xyfkyzwz3t9.ttf?t=1703134893773') format('truetype');
}
.xwboo{
    font-family:"xwboo" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-family: "阿里妈妈数黑体 Bold";
	font-weight: 700;
  	src:
  		url("https://public.mtnets.com/Font/AlimamaShuHeiTi-Bold.woff2") format("woff2"), 
  		url("https://public.mtnets.com/Font/AlimamaShuHeiTi-Bold.woff") format("woff");
}

/* header */
.header{
	height: 40px;
    background-color: #f5f5f5;
}
.header a{
	font-size: 14px;
	color: #666;
}
.header p{
	float: left;
}
.header p a{
	line-height: 40px;
	margin-left: 15px;
}
.header p a:first-child{
	margin: 0;
}
.header p a.login{
	height: 24px;
	line-height: 24px;
	margin: 8px 0 8px 30px;
	padding: 0 10px;
	border-radius: 3px;
	background-color: #ed5736;
    color: #fff;
	display: inline-block;
	vertical-align: top;
}
.header ul{
	float: right;
	font-size: 0;
}
.header li{
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	margin-left: 9px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.header li::after{
	height: 15px;
	width: 1px;
	background-color: #dddddd;
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.header li.mobile{
	padding-left: 0;
}
.header li.mobile a{
    color: #ed5736;
}
.header li.mobile i{
	margin-right: 5px;
}
.header li:first-child{
	padding-left: 0;
	margin-left: 0;
}
.header li:first-child::after,.header li.mobile::after{
	display: none;
}
.header a:hover{
	text-decoration: underline;
}
/* top */
.top{
    padding: 28px 0;
    background-color: #fff;
}
.top .logo{
    height: 82px;
    float: left;
}
.top .searchBox{
    margin: 16px 0 0 140px;
    height: 50px;
    width: 582px;
    border-radius: 2px;
    background-color: #f3f3f3;
    float: left;
}
.search {
	width: 100%;
	height: 100%;
}
.search input {
	width: calc(100% - 100px);
	height: 50px;
	float: left;
	text-indent: 12px;
	font-size: 15px;
	line-height: 40px;
	font-family: "microsoft yahei";
	color: #aaa;
    background-color: #f3f3f3;
	border: none;
}
.search button {
	width: 100px;
	height: 50px;
	border: none;
	background: transparent;
	cursor: pointer;
	outline: none;
	float: right;
	font-size: 18px;
	line-height: 50px;
	border-radius: 0 2px 2px 0;
	color: #fff;
    background-color: #ed5736;
	font-family: "microsoft yahei";
	text-align: center;
}
.top .rightAdv{
    margin-top: 1px;
    width: 380px;
    float: right;
}
.top .rightAdv a{
    padding-bottom: 21.052%;
    height: 0;
    overflow: hidden;
    display: block;
}
.top .rightAdv img{
    max-height: none;
    width: 100%;
}
/* nav */
.nav{
    height: 54px;
    line-height: 54px;
    background-color: #ed5736;
}
.nav a{
    padding:0 42px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
}
.nav a:hover,.nav a.focus{
    background-color: #ff9a22;
}
/* expertsDetail */
.expertsDetail{
    padding: 20px 0 52px;
    background: url(../../../../images/experts/version/2024/introduce-bg.png) no-repeat;
    background-size: 100% 100%;
}
.location {
    height: 20px;
    line-height: 20px;
	font-size: 15px;
	color: #fff;
}
.location i {
	font-size: 15px;
	margin-right: 4px;
}
.location a {
	color: #fff;
	margin: 0 5px;
}
.location i{
    color: #ed5736;
}
.location a:hover {
	color: #ff5403;
}
.detail-top{
    margin-top: 28px;
	padding-left: 10px;
}
.detail-top .logo{
    width: 140px;
    height: 140px;
    margin-right: 40px;
    position: relative;
    float: left;
}
.detail-top .logo a{
    border: 4px solid #fff;
    height: 100%;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}
.detail-top .logo img{
    width: 100%;
    height: 100%;
}
.detail-top .logo i{
    left: -10px;
    bottom: -12px;
    width: 160px;
    height: 80px;
    background: url(../../../../images/experts/version/2024/exchange-1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 1;
}
.detail-top .text{
    padding-top: 11px;
    width: calc(100% - 140px - 40px - 550px);
    float: left;
}
.detail-top .text p{
    height: 36px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
}
.detail-top .text p b{
    font-size: 32px;
}
.detail-top .text p a.gz-btn{
    padding: 0 31px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    border-radius: 26px;
    font-weight: 700;
    color: #fff;
    background-color: #5c6984;
    float: right;
}
.detail-top .detailed{
    margin-top: 15px;
    padding: 6px 0 24px;
    position: relative;
}
.detail-top .detailed i{
    position: absolute;
    left: -23px;
    top: 0;
    font-size: 24px;
    color: #ed5736;
    font-family: "阿里妈妈数黑体 Bold";
}
.detail-top .detailed::after{
    width: 40px;
    height: 4px;
    background-color: #ed5736;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
}
.detail-top .text span{
    line-height: 20px;
    height: 40px;
    font-size: 15px;
    color: #fff;
    display: block;
    overflow: hidden;
}
.detail-top .shareRight{
    width: 550px;
    float: right;
	text-align: center;
}
.fenxiang .Share-2{
    position: relative;
}
.fenxiang .Share-2 .Share-left {
	color: #fff;
    height: 50px;
    line-height: 50px;
	margin-bottom: 15px;
	display: block;
	position: relative;
}
.fenxiang .Share-2 .Share-left::before{
	height: 1px;
	width: 200px;
	left: 0;
	background: linear-gradient(to left, rgba(255,255,255,.6), rgba(255,255,255,0));
    position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
}
.fenxiang .Share-2 .Share-left::after{
	height: 1px;
	width: 200px;
	right: 0;
	background: linear-gradient(to right, rgba(255,255,255,.6), rgba(255,255,255,0));
    position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
}
.fenxiang .Share-2 li p i{
    width: 36px;
    height: 36px;
    background: url('https://public.mtnets.com/Images/public/share/share2022.png') no-repeat;
    background-size: 198px 36px;
}
.fenxiang .Share-2 li.Share-qq p i{
    background-position: -54px 0;
}
.fenxiang .Share-2 li.Share-qzone p i{
    background-position: -108px 0;
}
.fenxiang .Share-2 li.Share-wb p i{
    background-position: -162px 0;
}
.fenxiang .Share-2 .wx-bot {
	bottom: auto !important;
	top: 36px;
}
.shareRight>p{
    margin-top: 15px;
    font-size: 28px;
    color: #ed5736;
}
.shareRight>p i{
    width: 33px;
    height: 33px;
    margin-right: 8px;
    background: url(../../../../images/experts/version/2024/phone.png) no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: top;
}
.shareRight>p b{
    font-size: 16px;
    font-weight: normal;
}
/* content */
.content{
    margin-top: 32px;
    overflow: hidden;
}
.content .right{
    width: 372px;
    float: right;
}
.content .content-title{
    height: 28px;
    line-height: 28px;
}
.content .content-title i{
    width: 28px;
    height: 28px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}
.content .content-title b{
    font-size: 22px;
    color: #333;
}
.content .content-title a.more{
    line-height: 28px;
    font-size: 14px;
    color: #999;
    float: right;
}
.content .content-title a.more:hover{
    color: #ed5736;
}
/* live */
.content .right .live,
.content .right .hot{
    padding: 19px 24px 26px;
    background-color: #fff;
}
.content .right .live .content-title i{
    width: 23px;
    background: url(../../../../images/experts/version/2024/right-title-01.png) no-repeat;
    background-size: contain;
}
.content .right .live li{
    margin-top: 20px;
    position: relative;
}
.content .right .live .image{
    height: 180px;
	display: block;
}
.content .right .live .image img{
    width: 100%;
    height: 100%;
}
.content .right .live .image i{
    left: 10px;
    bottom: 50px;
    width: 42px;
    height: 42px;
    background: url(../../../../images/experts/version/2024/play.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
}
.content .right .live p{
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    font-size: 17px;
    background-image: -moz-linear-gradient( 90deg, rgb(102,102,102) 0%, rgba(0,0,0,.8) 0%, rgba(102,102,102,0.10196) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(102,102,102) 0%, rgba(0,0,0,.8) 0%, rgba(102,102,102,0.10196) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(102,102,102) 0%, rgba(0,0,0,.8) 0%, rgba(102,102,102,0.10196) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}
.content .right .live p a{
    color: #fff;
}
.content .right .live p a:hover{
    text-decoration: underline;
}
/* hot */
.content .right .hot{
    margin-top: 24px;
}
.content .right .hot .content-title i{
    background: url(../../../../images/experts/version/2024/right-title-02.png) no-repeat;
    background-size: contain;
}
.content .right .hot li{
    margin-top: 20px;
    overflow: hidden;
}
.content .right .hot .image{
    width: 135px;
    height: 75px;
    margin-right: 10px;
    float: left;
}
.content .right .hot .image img{
    width: 100%;
    height: 100%;
}
.content .right .hot .text{
    overflow: hidden;
}
.content .right .hot .text p{
    line-height: 24px;
    height: 48px;
    font-size: 16px;
    overflow: hidden;
}
.content .right .hot .text p a{
    color: #333;
}
.content .right .hot .text p a:hover{
    color: #ed5736;
}
.content .right .hot .text span{
    margin-top: 10px;
    line-height: 16px;
    height: 16px;
    font-size: 14px;
    color: #999;
    display: block;
    overflow: hidden;
}
.content .right .hot .text span i{
    padding: 0 5px;
}
.content .left{
    width: 1156px;
    float: left;
}
/* introduce */
.introduce{
    padding: 22px 26px 28px;
    background: url(../../../../images/experts/version/2024/content-left-bg.png) no-repeat;
    background-size: 100% 100%;
}
.introduce .content-title i{
    background: url(../../../../images/experts/version/2024/left-title-01.png) no-repeat;
    background-size: 100% 100%;
}
.introduce-bot{
	margin-top: 10px;
	overflow: hidden;
}
.introduce-bot span{
    max-height: 112px;
    line-height: 28px;
	font-size: 16px;
    color: #666;
	overflow: hidden;
	display: block;
}
.introduce-bot .unfold{
	margin-top: 8px;
	overflow: hidden;
}
.introduce-bot .unfold a{
	float: right;
	padding: 0 20px;
	line-height: 30px;
	font-size: 16px;
	background: #ed5736;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
}
.introduce-bot .unfold i {
	display: inline-block;
	margin-left: 5px;
	font-size: 14px;
	vertical-align: middle;
	color: #fff;
}
.introduce-bot .unfold i.invert {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
}
.introduce-bot span.noneHeight{
	max-height: none;
}
/* curriculum */
.curriculum{
    margin-top: 24px;
    padding: 22px 26px 29px;
    background: url(../../../../images/experts/version/2024/content-left-bg.png) no-repeat;
    background-size: 100% 100%;
}
.curriculum .content-title i{
    background: url(../../../../images/experts/version/2024/left-title-02.png) no-repeat;
    background-size: 100% 100%;
}
.curriculum li{
    margin-top: 24px;
    overflow: hidden;
}
.curriculum li .image{
    width: 268px;
    height: 150px;
    margin-right: 18px;
    float: left;
}
.curriculum li .image img{
    width: 100%;
    height: 100%;
}
.curriculum li .text{
    overflow: hidden;
}
.curriculum li .text p{
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
}
.curriculum li .text p a{
    color: #333;
}
.curriculum li .text p a:hover{
    color: #ed5736;
}
.curriculum li .text span{
    margin-top: 10px;
    line-height: 22px;
    height: 44px;
    font-size: 15px;
    color: #999;
    display: block;
}
.curriculum li .text .time{
    margin-top: 35px;
    padding-left: 2px;
    line-height: 22px;
    font-size: 15px;
    color: #999;
    overflow: hidden;
}
.curriculum li .text .time i{
    font-size: 15px;
    margin-right: 5px;
}
/* article */
.article{
    margin-top: 24px;
    padding: 22px 26px 38px;
    background: url(../../../../images/experts/version/2024/content-left-bg.png) no-repeat;
    background-size: 100% 100%;
}
.article .content-title i{
    background: url(../../../../images/experts/version/2024/left-title-03.png) no-repeat;
    background-size: 100% 100%;
}
.article ul{
    padding-top: 8px;
}
.article li{
    padding: 20px 0;
    border-bottom: 1px solid #f6f6f6;
}
.article li p{
    height: 28px;
    line-height: 28px;
}
.article li p i{
    padding: 0 8px;
    margin-right: 16px;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    color: #ed5736;
    background-color: #fdeeeb;
    font-style: normal;
    display: inline-block;
    vertical-align: top;
}
.article li p a{
    font-size: 22px;
    color: #333;
}
.article li p a:hover{
    color: #ed5736;
}
.article li span{
    margin-top: 16px;
    line-height: 22px;
    height: 44px;
    font-size: 15px;
    color: #999;
    display: block;
}
/* bottom */
.bot{
	margin-top: 55px;
	padding: 38px 0 45px;
	background-color: #282828;
	position: relative;
	overflow: hidden;
}
.bot::after{
	position: absolute;
	content: "";
	right: 108px;
	top: 55px;
	width: 420px;
	height: 416px;
	background: url(../../../../images/Company/version/2024/footer.png) no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}
.bot .main{
	padding: 0 30px;
	box-sizing: border-box;
	position: relative;
	z-index: 9;
}
/* link */
.link{
	overflow: hidden;
}
.link-top{
	position: relative;
	padding-bottom: 6px;
}
.link-top p a{
	height: 36px;
	line-height: 36px;
	padding: 0 11px;
	font-size: 16px;
	color: #868686;
	background-color: #3c3c3c;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.link-top p a::after{
	display: none;
	position: absolute;
	content: "";
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width:6px 6px 0 6px;
	border-color: #7c7c7c transparent transparent transparent;
}
.link-top p a:nth-child(1){
	margin-right: 15px;
}
.link-top p a.focus{
	color: #e6e6e6;
	background-color: #7c7c7c;
}
.link-top a.focus::after{
	display: inline-block;
}
.link-top .a-link{
	line-height: 36px;
	font-size: 14px;
	color: #e6e6e6;
	top: 0;
	right: 0;
	position: absolute;
}
.link-top .a-link i{
	margin-right: 3px;
}
.link-top .a-link:hover{
	color: #ed5736;
}
.link-item{
	margin-left: -15px;
	font-size: 0;
	display: none;
}
.link-item a{
	margin-top: 12px;
	height: 18px;
	line-height: 18px;
	margin-left: 15px;
	font-size: 14px;
	color: #868686;
	display: inline-block;
	vertical-align: top;
}
.link-item a:hover{
	color: #e6e6e6;
}
.link-bot{
	margin-top: 12px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #868686;
}
.link-bot span{
	width: 72px;
	float: left;
}
.link-bot p{
	overflow: hidden;
}
.link-bot p a{
	padding: 0 9px;
	margin-right: 14px;
	color: #868686;
	background-color: #444444;
	display: inline-block;
	vertical-align: top;
}
.link-bot p a:hover{
	color: #e6e6e6;
	background-color: #7c7c7c;
}
/* footer */
.footer{
	padding: 27px 0 0;
	overflow: hidden;
}
.footer .left{
	width: 67%;
	float: left;
}
.footer .left p {
	font-size: 16px;
	line-height: 32px;
	color: #e7e7e7;
}
.footer .left p a {
	color: #e7e7e7;
	padding: 0 16px;
	display: inline-block;
	line-height: 1;
	border-right: 1px solid #444444;
}
.footer .left p a:first-child {
	padding-left: 0;
}
.footer .left p a:last-child{
	border:none;
}
.footer .left p a:hover{
	color: #ed5736;
}
.footer .left span {
	font-size: 14px;
	line-height: 32px;
	color: #838383;
	display: block;
}
.footer .left span em{
	margin-right: 20px;
	font-style: normal;
}
.footer .left span img {
	margin: 7px 6px 0 0;
	vertical-align: top;
}
.footer ul.footImg {
	margin-top: 8px;
	height: 40px;
	overflow: hidden;
	background: url("../../../../images/Company/version/2024/Publicbg.png") no-repeat 0 0;
}

.footer ul.footImg li {
	width: 110px;
	float: left;
}
.footer ul.footImg li a {
	height: 40px;
	display: block;
}
.footer .right{
	overflow: hidden;
}
.footer .right li {
	width: 148px;
	margin-left: 88px;
	background-color: #484848;
	border: 8px solid #484848;
	box-sizing: border-box;
	float: left;
}
.footer .right li .code {
	width: 132px;
	height: 132px;
	padding: 5px;
	background-color: #fff;
}
.footer .right li .code img{
	width: 100%;
	height: 100%;
}
.footer .right li p{
	margin-top: 8px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #e6e6e6;
	text-align: center;
}
.foot{
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	background-color: #222222;
	text-align: center;
}
.foot a{
	color: #868686;
}
.foot img{
	margin: 15px 8px 0 0;
	display: inline-block;
	vertical-align: top;
}

/* media */
@media only screen and (max-width: 1024px){
    .main{width:  1000px;}
    body{min-width:  1000px;}
    .header a {
		font-size: 12px;
	}
	.header li {
		padding-left: 8px;
		margin-left: 7px;
	}
	.header li.mobile i {
		margin-right: 3px;
		font-size: 13px;
	}
	.top {
		padding: 18px 0;
	}
	.top .logo {
		height: 53px;
	}
	.top .searchBox {
		margin: 10px 0 0 90px;
		height: 32px;
		width: 374px;
	}
	.search button {
		width: 64px;
		height: 32px;
		font-size: 14px;
		line-height: 32px;
	}
	.search input {
		width: calc(100% - 64px);
		height: 32px;
		text-indent: 8px;
		font-size: 12px;
		line-height: 40px;
	}
	.top .rightAdv {
		margin-top: 0px;
		width: 244px;
	}
	.nav {
		height: 34px;
		line-height: 34px;
	}
	.nav a {
		padding: 0 26px;
		font-size: 13px;
	}
	.expertsDetail {
		padding: 12px 0 28px;
	}
	.location {
		height: 16px;
		line-height: 16px;
		font-size: 13px;
	}
	.location i {
		font-size: 13px;
		margin-right: 3px;
	}
	.location a {
		margin: 0 4px;
	}
	.detail-top {
		margin-top: 19px;
		padding-left: 7px;
	}
	.detail-top .logo {
		width: 102px;
		height: 102px;
		margin-right: 28px;
	}
	.detail-top .logo i {
		left: -7px;
		bottom: -8px;
		width: 116px;
		height: 60px;
	}
	.detail-top .text {
		padding-top: 6px;
		width: calc(100% - 102px - 28px - 290px);
	}
	.detail-top .text p {
		height: 28px;
		font-size: 13px;
	}
	.detail-top .text p b {
		font-size: 23px;
	}
	.detail-top .text p a.gz-btn {
		padding: 0 20px;
		height: 28px;
		line-height: 28px;
		font-size: 13px;
		border-radius: 26px;
	}
	.detail-top .text span {
		line-height: 16px;
		height: 32px;
		font-size: 12px;
	}
	.detail-top .detailed {
		margin-top: 11px;
		padding: 3px 0 16px;
	}
	.detail-top .detailed i {
		left: -15px;
		font-size: 16px;
	}
	.detail-top .detailed::after {
		width: 30px;
		height: 3px;
	}
	.fenxiang .Share-2 .Share-left {
		font-size: 12px;
	}
	.fenxiang .Share-2 li {
		margin-right: 8px;
	}
	.shareRight > p i {
		width: 22px;
		height: 22px;
		margin-right: 6px;
	}
	.shareRight > p {
		margin-top: 14px;
		font-size: 22px;
	}
	.shareRight > p b {
		font-size: 12px;
	}
	.detail-top .shareRight {
		width: 290px;
	}
	.fenxiang .Share-2 .Share-left::before{
		width: 90px;
	}
	.fenxiang .Share-2 .Share-left::after{
		width: 90px;
	}
	.fenxiang .Share-2 .Share-left {
		height: 34px;
		line-height: 34px;
		margin-bottom: 10px;
		font-size: 12px;
	}
	.content {
		margin-top: 24px;
	}
	.content .right {
		width: 272px;
	}
	.content .content-title {
		height: 20px;
		line-height: 20px;
	}
	.content .content-title i {
		width: 20px;
		height: 20px;
		margin-right: 5px;
	}
	.content .right .live .content-title i {
		width: 17px;
		background: url(../../../../images/experts/version/2024/right-title-01.png) no-repeat;
		background-size: contain;
	}
	.content .content-title b {
		font-size: 17px;
	}
	.content .content-title a.more {
		line-height: 20px;
		font-size: 12px;
	}
	.content .right .live, .content .right .hot {
		padding: 15px 17px 20px;
	}
	.content .right .live li {
		margin-top: 14px;
	}
	.content .right .live .image {
		height: 132px;
	}
	.content .right .live p {
		height: 30px;
		line-height: 30px;
		padding: 0 5px;
		font-size: 13px;
	}
	.content .right .live .image i {
		left: 8px;
		bottom: 35px;
		width: 30px;
		height: 30px;
	}
	.content .right .hot {
		margin-top: 18px;
	}
	.content .right .hot .image {
		width: 99px;
		height: 55px;
		margin-right: 6px;
	}
	.content .right .hot .text p {
		line-height: 16px;
		height: 32px;
		font-size: 12px;
	}
	.content .right .hot .text span {
		margin-top: 6px;
		line-height: 14px;
		height: 14px;
		font-size: 12px;
	}
	.content .right .hot .text span i {
		padding: 0 1px;
	}
	.content .right .hot li {
		margin-top: 14px;
	}
	.content .left {
		width: 712px;
	}
	.introduce {
		padding: 16px 17px 21px;
	}
	.introduce-bot {
		margin-top: 8px;
	}
	.introduce-bot span{
		max-height: 80px;
		line-height: 20px;
		font-size: 13px;
	}
	.curriculum {
		margin-top: 18px;
		padding: 17px 17px 21px;
	}
	.curriculum li .image {
		width: 195px;
		height: 109px;
		margin-right: 13px;
	}
	.curriculum li .text p {
		height: 28px;
		line-height: 28px;
		font-size: 16px;
	}
	.curriculum li .text span {
		line-height: 16px;
		height: 32px;
		font-size: 12px;
	}
	.curriculum li .text .time {
		margin-top: 18px;
		padding-left: 2px;
		line-height: 18px;
		font-size: 12px;
	}
	.curriculum li .text .time i {
		font-size: 12px;
		margin-right: 3px;
	}
	.curriculum li {
		margin-top: 18px;
	}
	.article {
		margin-top: 18px;
		padding: 17px 17px 27px;
	}
	.article ul {
		padding-top: 4px;
	}
	.article li p i {
		padding: 0 4px;
		margin-right: 8px;
		height: 22px;
		line-height: 22px;
		font-size: 12px;
	}
	.article li p {
		height: 22px;
		line-height: 22px;
	}
	.article li p a {
		font-size: 16px;
	}
	.article li span {
		margin-top: 10px;
		line-height: 16px;
		height: 32px;
		font-size: 12px;
	}
	.article li {
		padding: 15px 0;
	}
    .bot {
		margin-top: 40px;
		padding: 28px 0 32px;
	}
	.bot .main {
		padding: 0 21px;
	}
	.link-top {
		padding-bottom: 4px;
	}
	.link-top p a {
		height: 26px;
		line-height: 26px;
		padding: 0 8px;
		font-size: 13px;
	}
	.link-top p a:nth-child(1) {
		margin-right: 10px;
	}
	.link-top p a::after {
		bottom: -4px;
		border-width: 4px 4px 0 4px;
	}
	.link-top .a-link {
		line-height: 26px;
		font-size: 12px;
	}
	.link-top .a-link i {
		margin-right: 3px;
		font-size: 13px;
	}
	.link-item {
		margin-left: -10px;
	}
	.link-item a {
		margin-top: 8px;
		height: 16px;
		line-height: 16px;
		margin-left: 10px;
		font-size: 12px;
	}
	.link-bot {
		margin-top: 10px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}
	.link-bot span {
		width: 64px;
	}
	.link-bot p a {
		padding: 0 6px;
		margin-right: 8px;
	}
	.footer {
		padding: 24px 0 0;
	}
	.footer .left p {
		font-size: 12px;
		line-height: 24px;
	}
	.footer .left p a {
		padding: 0 10px;
	}
	.footer .left span {
		font-size: 12px;
		line-height: 24px;
	}
	.footer .left span em {
		font-style: normal;
		margin-right: 8px;
	}
	.footer .left span img {
		margin: 5px 4px 0 0px;
		width: 12px;
	}
	.footer .left {
		width: 74%;
	}
	.footer .right li .code {
		width: 98px;
		height: 98px;
		padding: 3px;
	}
	.footer .right li p {
		margin-top: 6px;
		height: 18px;
		line-height: 18px;
		font-size: 12px;
	}
	.footer .right li {
		width: 106px;
		margin-left: 18px;
		border: 4px solid #484848;
	}
	.bot::after {
		right: 78px;
		top: 35px;
		width: 320px;
		height: 316px;
	}
	.introduce-bot .unfold a {
		padding: 0 8px;
		line-height: 24px;
		font-size: 12px;
	}
	.introduce-bot .unfold i {
		font-size: 10px;
	}

}
@media only screen and (min-width: 1025px) and (max-width: 1199px){
    .main{width:  1138px;}
    body{min-width:  1138px;}
    .header a {
		font-size: 12px;
	}
	.top {
		padding: 21px 0;
	}
	.top .logo {
		height: 60px;
	}
	.top .searchBox {
		margin: 11px 0 0 100px;
		height: 36px;
		width: 425px;
	}
	.search button {
		width: 72px;
		height: 36px;
		font-size: 15px;
		line-height: 36px;
	}
	.search input {
		width: calc(100% - 72px);
		height: 36px;
		text-indent: 8px;
		font-size: 12px;
	}
	.top .rightAdv {
		margin-top: 0px;
		width: 276px;
	}
	.nav {
		height: 38px;
		line-height: 38px;
	}
	.nav a {
		padding: 0 30px;
		font-size: 14px;
	}
	.expertsDetail {
		padding: 15px 0 38px;
	}
	.location {
		height: 16px;
		line-height: 16px;
		font-size: 13px;
	}
	.location i {
		font-size: 13px;
		margin-right: 3px;
	}
	.location a {
		margin: 0 4px;
	}
	.detail-top {
		margin-top: 19px;
		padding-left: 7px;
	}
	.detail-top .logo {
		width: 102px;
		height: 102px;
		margin-right: 28px;
	}
	.detail-top .logo i {
		left: -7px;
		bottom: -8px;
		width: 116px;
		height: 60px;
	}
	.detail-top .text {
		padding-top: 6px;
		width: calc(100% - 102px - 28px - 290px);
	}
	.detail-top .text p {
		height: 28px;
		font-size: 13px;
	}
	.detail-top .text p b {
		font-size: 23px;
	}
	.detail-top .text p a.gz-btn {
		padding: 0 20px;
		height: 28px;
		line-height: 28px;
		font-size: 13px;
		border-radius: 26px;
	}
	.detail-top .text span {
		line-height: 16px;
		height: 32px;
		font-size: 12px;
	}
	.detail-top .detailed {
		margin-top: 11px;
		padding: 3px 0 16px;
	}
	.detail-top .detailed i {
		left: -15px;
		font-size: 16px;
	}
	.detail-top .detailed::after {
		width: 30px;
		height: 3px;
	}
	.fenxiang .Share-2 .Share-left {
		font-size: 12px;
	}
	.fenxiang .Share-2 li {
		margin-right: 8px;
	}
	.shareRight > p i {
		width: 22px;
		height: 22px;
		margin-right: 6px;
	}
	.shareRight > p {
		margin-top: 14px;
		font-size: 22px;
	}
	.shareRight > p b {
		font-size: 12px;
	}
	.detail-top .shareRight {
		width: 290px;
	}
	.fenxiang .Share-2 .Share-left::before{
		width: 90px;
	}
	.fenxiang .Share-2 .Share-left::after{
		width: 90px;
	}
	.fenxiang .Share-2 .Share-left {
		height: 34px;
		line-height: 34px;
		margin-bottom: 10px;
		font-size: 12px;
	}
	.content {
		margin-top: 24px;
	}
	.content .right {
		width: 272px;
	}
	.content .content-title {
		height: 20px;
		line-height: 20px;
	}
	.content .content-title i {
		width: 20px;
		height: 20px;
		margin-right: 5px;
	}
	.content .right .live .content-title i {
		width: 17px;
		background: url(../../../../images/experts/version/2024/right-title-01.png) no-repeat;
		background-size: contain;
	}
	.content .content-title b {
		font-size: 17px;
	}
	.content .content-title a.more {
		line-height: 20px;
		font-size: 12px;
	}
	.content .right .live, .content .right .hot {
		padding: 15px 17px 20px;
	}
	.content .right .live li {
		margin-top: 14px;
	}
	.content .right .live .image {
		height: 132px;
	}
	.content .right .live p {
		height: 30px;
		line-height: 30px;
		padding: 0 5px;
		font-size: 13px;
	}
	.content .right .live .image i {
		left: 8px;
		bottom: 35px;
		width: 30px;
		height: 30px;
	}
	.content .right .hot {
		margin-top: 18px;
	}
	.content .right .hot .image {
		width: 99px;
		height: 55px;
		margin-right: 6px;
	}
	.content .right .hot .text p {
		line-height: 16px;
		height: 32px;
		font-size: 12px;
	}
	.content .right .hot .text span {
		margin-top: 6px;
		line-height: 14px;
		height: 14px;
		font-size: 12px;
	}
	.content .right .hot .text span i {
		padding: 0 1px;
	}
	.content .right .hot li {
		margin-top: 14px;
	}
	.content .left {
		width: 842px;
	}
	.introduce {
		padding: 16px 17px 21px;
	}
	.introduce-bot {
		margin-top: 8px;
	}
	.introduce-bot span {
		max-height: 80px;
		line-height: 20px;
		font-size: 13px;
	}
	.curriculum {
		margin-top: 18px;
		padding: 17px 17px 21px;
	}
	.curriculum li .image {
		width: 195px;
		height: 109px;
		margin-right: 13px;
	}
	.curriculum li .text p {
		height: 28px;
		line-height: 28px;
		font-size: 16px;
	}
	.curriculum li .text span {
		line-height: 16px;
		height: 32px;
		font-size: 12px;
	}
	.curriculum li .text .time {
		margin-top: 18px;
		padding-left: 2px;
		line-height: 18px;
		font-size: 12px;
	}
	.curriculum li .text .time i {
		font-size: 12px;
		margin-right: 3px;
	}
	.curriculum li {
		margin-top: 18px;
	}
	.article {
		margin-top: 18px;
		padding: 17px 17px 27px;
	}
	.article ul {
		padding-top: 4px;
	}
	.article li p i {
		padding: 0 4px;
		margin-right: 8px;
		height: 22px;
		line-height: 22px;
		font-size: 12px;
	}
	.article li p {
		height: 22px;
		line-height: 22px;
	}
	.article li p a {
		font-size: 16px;
	}
	.article li span {
		margin-top: 10px;
		line-height: 16px;
		height: 32px;
		font-size: 12px;
	}
	.article li {
		padding: 15px 0;
	}
    .bot {
		margin-top: 35px;
		padding: 28px 0 32px;
	}
	.bot .main {
		padding: 0 21px;
	}
	.link-top {
		padding-bottom: 4px;
	}
	.link-top p a {
		height: 26px;
		line-height: 26px;
		padding: 0 8px;
		font-size: 13px;
	}
	.link-top p a:nth-child(1) {
		margin-right: 10px;
	}
	.link-top p a::after {
		bottom: -4px;
		border-width: 4px 4px 0 4px;
	}
	.link-top .a-link {
		line-height: 26px;
		font-size: 12px;
	}
	.link-top .a-link i {
		margin-right: 3px;
		font-size: 13px;
	}
	.link-item {
		margin-left: -10px;
	}
	.link-item a {
		margin-top: 8px;
		height: 16px;
		line-height: 16px;
		margin-left: 10px;
		font-size: 12px;
	}
	.link-bot {
		margin-top: 10px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}
	.link-bot span {
		width: 64px;
	}
	.link-bot p a {
		padding: 0 6px;
		margin-right: 8px;
	}
	.footer {
		padding: 24px 0 0;
	}
	.footer .left p {
		font-size: 12px;
		line-height: 24px;
	}
	.footer .left p a {
		padding: 0 10px;
	}
	.footer .left span {
		font-size: 12px;
		line-height: 24px;
	}
	.footer .left span img {
		margin: 5px 10px 0 2px;
		width: 12px;
	}
	.footer .left {
		width: 74%;
	}
	.footer .right li .code {
		width: 104px;
		height: 104px;
		padding: 3px;
	}
	.footer .right li p {
		margin-top: 6px;
		height: 18px;
		line-height: 18px;
		font-size: 12px;
	}
	.footer .right li {
		width: 114px;
		margin-left: 18px;
		border: 5px solid #484848;
	}
	.bot::after {
		right: 78px;
		top: 35px;
		width: 320px;
		height: 316px;
	}
	.introduce-bot .unfold a {
		padding: 0 8px;
		line-height: 24px;
		font-size: 12px;
	}
	.introduce-bot .unfold i {
		font-size: 10px;
	}

}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .main{width:  1328px;}
    body{min-width:  1328px;}
    .top {
		padding: 24px 0;
	}
	.top .logo {
		height: 70px;
	}
	.top .searchBox {
		margin: 14px 0 0 118px;
		height: 42px;
		width: 495px;
	}
	.search input {
		width: calc(100% - 100px);
		height: 42px;
		text-indent: 10px;
		font-size: 13px;
	}
	.search button {
		width: 85px;
		height: 42px;
		font-size: 15px;
		line-height: 42px;
	}
	.top .rightAdv {
		margin-top: 1px;
		width: 323px;
	}
	.nav {
		height: 46px;
		line-height: 46px;
	}
	.nav a {
		padding: 0 36px;
		font-size: 15px;
	}
	.expertsDetail {
		padding: 16px 0 44px;
	}
	.location {
		height: 18px;
		line-height: 18px;
		font-size: 14px;
	}
	.location i {
		font-size: 14px;
		margin-right: 4px;
	}
	.location a {
		margin: 0 4px;
	}
	.detail-top {
		margin-top: 23px;
		padding-left: 8px;
	}
	.detail-top .logo {
		width: 120px;
		height: 120px;
		margin-right: 34px;
	}
	.detail-top .logo i {
		left: -8px;
		bottom: -9px;
		width: 136px;
		height: 69px;
	}
	.detail-top .text {
		padding-top: 9px;
		width: calc(100% - 120px - 34px - 370px);
		float: left;
	}
	.detail-top .text p {
		height: 30px;
		font-size: 14px;
	}
	.detail-top .text p b {
		font-size: 26px;
	}
	.detail-top .text p a.gz-btn {
		padding: 0 24px;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
		border-radius: 26px;
	}
	.detail-top .detailed {
		margin-top: 14px;
		padding: 4px 0 20px;
	}
	.detail-top .text span {
		line-height: 18px;
		height: 36px;
		font-size: 13px;
	}
	.detail-top .detailed i {
		left: -18px;
		font-size: 19px;
	}
	.detail-top .detailed::after {
		width: 32px;
		height: 4px;
	}
	.detail-top .shareRight {
		width: 370px;
	}
	.fenxiang .Share-2 .Share-left::before{
		width: 120px;
	}
	.fenxiang .Share-2 .Share-left::after{
		width: 120px;
	}
	.fenxiang .Share-2 .Share-left {
		height: 40px;
		line-height: 40px;
		margin-bottom: 10px;
		font-size: 13px;
	}
	.fenxiang .Share-2 li {
		margin-right: 12px;
	}
	.shareRight > p i {
		width: 26px;
		height: 26px;
		margin-right: 4px;
	}
	.shareRight > p {
		margin-top: 12px;
		font-size: 23px;
	}
	.shareRight > p b {
		font-size: 14px;
	}
	.content {
		margin-top: 26px;
	}
	.content .right {
		width: 317px;
	}
	.content .content-title {
		height: 24px;
		line-height: 24px;
	}
	.content .content-title b {
		font-size: 18px;
	}
	.content .content-title i {
		width: 24px;
		height: 24px;
		margin-right: 6px;
	}
	.content .right .live .content-title i {
		width: 20px;
	}
	.content .content-title a.more {
		line-height: 24px;
		font-size: 13px;
	}
	.content .right .live li {
		margin-top: 16px;
	}
	.content .right .live .image {
		height: 154px;
	}
	.content .right .live p {
		height: 34px;
		line-height: 34px;
		padding: 0 8px;
		font-size: 14px;
	}
	.content .right .live .image i {
		left: 8px;
		bottom: 40px;
		width: 32px;
		height: 32px;
	}
	.content .right .live, .content .right .hot {
		padding: 18px 21px 23px;
	}
	.content .right .hot {
		margin-top: 20px;
	}
	.content .right .hot li {
		margin-top: 16px;
	}
	.content .right .hot .image {
		width: 116px;
		height: 64px;
		margin-right: 7px;
	}
	.content .right .hot .text p {
		line-height: 20px;
		height: 40px;
		font-size: 14px;
	}
	.content .right .hot .text span {
		margin-top: 7px;
		line-height: 14px;
		height: 14px;
		font-size: 12px;
	}
	.content .right .hot .text span i {
		padding: 0 2px;
	}
	.content .left {
		width: 984px;
	}
	.introduce {
		padding: 20px 22px 22px;
	}
	.introduce-bot {
		margin-top: 8px;
	}
	.introduce-bot span {
		max-height: 96px;
		line-height: 24px;
		font-size: 14px;
	}
	.curriculum {
		margin-top: 18px;
		padding: 20px 22px 22px;
	}
	.curriculum li .image {
		width: 228px;
		height: 127px;
		margin-right: 14px;
	}
	.curriculum li .text p {
		height: 32px;
		line-height: 32px;
		font-size: 17px;
	}
	.curriculum li .text span {
		margin-top: 8px;
		line-height: 18px;
		height: 36px;
		font-size: 13px;
	}
	.curriculum li .text .time {
		margin-top: 27px;
		padding-left: 2px;
		line-height: 18px;
		font-size: 13px;
	}
	.curriculum li .text .time i {
		font-size: 12px;
		margin-right: 4px;
	}
	.curriculum li {
		margin-top: 20px;
	}

	.article li p {
		height: 26px;
		line-height: 26px;
	}
	.article li p a {
		font-size: 19px;
		color: #333;
	}
	.article li p i {
		padding: 0 6px;
		margin-right: 12px;
		height: 26px;
		line-height: 26px;
		font-size: 14px;
	}
	.article li span {
		margin-top: 14px;
		line-height: 18px;
		height: 38px;
		font-size: 13px;
	}
	.article li {
		padding: 16px 0;
	}
	.article {
		margin-top: 20px;
		padding: 20px 22px 32px;
	}
    .bot {
		margin-top: 48px;
		padding: 32px 0 38px;
	}
	.link-top p a {
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		font-size: 14px;
	}
	.link-top p a:nth-child(1) {
		margin-right: 12px;
	}
	.link-top p a::after {
		bottom: -5px;
		border-width: 5px 5px 0 5px;
	}
	.link-top {
		padding-bottom: 5px;
	}
	.link-top .a-link {
		line-height: 30px;
		font-size: 13px;
	}
	.link-top .a-link i {
		margin-right: 3px;
		font-size: 14px;
	}
	.link-item {
		margin-left: -12px;
	}
	.link-item a {
		margin-top: 10px;
		height: 16px;
		line-height: 16px;
		margin-left: 12px;
		font-size: 13px;
	}
	.link-bot {
		margin-top: 10px;
		font-size: 13px;
	}
	.footer .left {
		width: 76%;
	}
	.footer .left p {
		font-size: 14px;
		line-height: 28px;
	}
	.footer .left p a {
		padding: 0 12px;
	}
	.footer .right li {
		width: 130px;
		margin-left: 18px;
		border: 6px solid #484848;
	}
	.footer .right li .code {
		width: 120px;
		height: 120px;
		padding: 5px;
	}
	.footer .left span {
		font-size: 13px;
		line-height: 30px;
	}
	.bot::after {
		right: 68px;
		top: 45px;
		width: 380px;
		height: 374px;
	}
	.introduce-bot .unfold a {
		padding: 0 10px;
		line-height: 26px;
		font-size: 13px;
	}
	.introduce-bot .unfold i {
		font-size: 12px;
	}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px){
    .main{width:  1400px;}
    body{min-width:  1400px;}
    .top {
		padding: 25px 0;
	}
	.top .logo {
		height: 74px;
	}
	.top .searchBox {
		margin: 15px 0 0 125px;
		height: 44px;
		width: 522px;
	}
	.search button {
		width: 90px;
		height: 44px;
		font-size: 16px;
		line-height: 44px;
	}
	.search input {
		width: calc(100% - 90px);
		height: 44px;
		text-indent: 10px;
		font-size: 14px;
	}
	.top .rightAdv {
		margin-top: 1px;
		width: 341px;
	}
	.nav {
		height: 48px;
		line-height: 48px;
	}
	.nav a {
		padding: 0 38px;
		font-size: 16px;
	}
	.expertsDetail {
		padding: 17px 0 47px;
	}
	.location {
		font-size: 14px;
	}
	.detail-top {
		margin-top: 24px;
	}
	.detail-top .logo {
		width: 126px;
		height: 126px;
		margin-right: 36px;
	}
	.detail-top .text {
		padding-top: 8px;
		width: calc(100% - 126px - 36px - 440px);
		float: left;
	}
	.detail-top .text p {
		height: 36px;
		font-size: 15px;
	}
	.detail-top .text p b {
		font-size: 29px;
	}
	.detail-top .text p a.gz-btn {
		padding: 0 30px;
		font-size: 15px;
	}
	.detail-top .text span {
		line-height: 18px;
		height: 36px;
		font-size: 14px;
	}
	.detail-top .detailed {
		margin-top: 12px;
		padding: 6px 0 22px;
	}
	.detail-top .detailed i {
		left: -19px;
		font-size: 22px;
	}
	.detail-top{
		padding-left: 9px;
	}
	.detail-top .logo i {
		left: -9px;
		bottom: -10px;
		width: 143px;
		height: 73px;
	}
	.detail-top .shareRight {
		width: 440px;
	}
	.fenxiang .Share-2 .Share-left::before{
		width: 150px;
	}
	.fenxiang .Share-2 .Share-left::after{
		width: 150px;
	}
	.shareRight > p {
		margin-top: 14px;
		font-size: 26px;
	}
	.shareRight > p i {
		width: 30px;
		height: 30px;
		margin-right: 6px;
	}
	.shareRight > p b {
		font-size: 15px;
	}
	.content {
		margin-top: 28px;
	}
	.content .right {
		width: 334px;
	}
	.content .left {
		width: 1038px;
	}
	.content .content-title {
		height: 26px;
		line-height: 26px;
	}
	.content .content-title i {
		width: 26px;
		height: 26px;
		margin-right: 8px;
	}
	.content .content-title b {
		font-size: 20px;
	}
	.content .content-title a.more {
		line-height: 26px;
		font-size: 14px;
	}
	.content .right .live .content-title i {
		width: 22px;
	}
	.content .right .live, .content .right .hot {
		padding: 19px 22px 23px;
	}
	.content .right .live li {
		margin-top: 18px;
	}
	.content .right .live .image {
		height: 162px;
	}
	.content .right .live p {
		height: 38px;
		line-height: 38px;
		padding: 0 8px;
		font-size: 14px;
	}
	.content .right .live .image i {
		left: 10px;
		bottom: 40px;
		width: 38px;
		height: 38px;
	}
	.content .right .hot li {
		margin-top: 18px;
	}
	.content .right .hot .image {
		width: 122px;
		height: 68px;
		margin-right: 8px;
	}
	.content .right .hot .text p {
		line-height: 20px;
		height: 40px;
		font-size: 15px;
	}
	.content .right .hot .text span {
		margin-top: 9px;
		font-size: 13px;
	}
	.content .right .hot .text span i {
		padding: 0 4px;
	}
	.content .right .hot {
		margin-top: 22px;
	}
	.introduce {
		padding: 20px 24px 22px;
	}
	.introduce-bot {
		margin-top: 8px;
	}
	.introduce-bot span {
		max-height: 104px;
		line-height: 26px;
		font-size: 15px;
	}
	.curriculum {
		margin-top: 22px;
		padding: 20px 24px 25px;
	}
	.curriculum li .image {
		width: 240px;
		height: 135px;
		margin-right: 15px;
	}
	.curriculum li .text p {
		height: 34px;
		line-height: 34px;
		font-size: 18px;
	}
	.curriculum li .text span {
		margin-top: 8px;
		line-height: 20px;
		height: 40px;
		font-size: 14px;
	}
	.curriculum li .text .time {
		margin-top: 31px;
		padding-left: 2px;
		line-height: 20px;
		font-size: 14px;
	}
	.curriculum li .text .time i {
		font-size: 13px;
		margin-right: 5px;
	}
	.curriculum li {
		margin-top: 22px;
	}
	.article {
		margin-top: 22px;
		padding: 20px 24px 31px;
	}
	.article li p {
		height: 26px;
		line-height: 26px;
	}
	.article li p i {
		padding: 0 7px;
		margin-right: 14px;
		height: 26px;
		line-height: 26px;
		font-size: 14px;
	}
	.article li p a {
		font-size: 19px;
	}
	.article li span {
		margin-top: 14px;
		line-height: 20px;
		height: 40px;
		font-size: 14px;
	}
	.article li {
		padding: 18px 0 19px;
	}
    .bot {
		margin-top: 52px;
		padding: 34px 0 40px;
	}
	.bot::after {
		right: 88px;
		top: 55px;
		width: 400px;
		height: 396px;
	}
	.link-top p a {
		height: 32px;
		line-height: 32px;
		padding: 0 10px;
		font-size: 15px;
	}
	.footer {
		padding: 22px 0 0;
	}
	.footer .left p a {
		padding: 0 14px;
	}
	.footer .left p {
		font-size: 15px;
		line-height: 30px;
	}
	.footer .left {
		width: 74%;
	}
	.footer .right li {
		margin-left: 18px;
	}
	.introduce-bot .unfold a {
		padding: 0 12px;
		line-height: 28px;
		font-size: 14px;
	}
	.introduce-bot .unfold i {
		font-size: 12px;
	}
}
@media only screen and (min-width: 1600px){
    .main{width:  1560px;}
    body{min-width:  1560px;}





}














