﻿*{
	margin: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
}
html,body{
	font-family: Arial, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", serif;
	color: #252525;
	*font-family: "microsoft yahei";
}
body{
	min-width: 1316px;
}
a{
	text-decoration: none;
	display: inline-block;
}
img{
	border: none;
	vertical-align: top;
}
ul,li{
	list-style-type: none;
}
input,textarea,button{
	border: none;
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
	font-family: arial,"microsoft yahei";
	*font-family: "microsoft yahei";
}
button{
	cursor: pointer;
}
select{
	border: none;
	outline: none;
	border-radius: 0;
	font-family: arial,"microsoft yahei";
	*font-family: "microsoft yahei";
}
::-webkit-scrollbar-track-piece {
	background-color:#f5f5f5;
	border-left:1px solid #d2d2d2;
}
::-webkit-scrollbar {
	width: 13px;
	height: 13px;
}
::-webkit-scrollbar-thumb {
	background-color: #c2c2c2;
	background-clip: padding-box;
	border: 1px solid #979797;
	min-height: 28px;
}
::-webkit-scrollbar-thumb:hover {
	border: 1px solid #636363;
	background-color: #929292;
}
::-webkit-input-placeholder{
	color: #a9a9a9;
	font-size: 14px;
	line-height: 18px;
}
::-moz-input-placeholder{
	color: #a9a9a9;
	font-size: 14px;
	line-height: 18px;
}
::-ms-input-placeholder{
	color: #a9a9a9;
	font-size: 14px;
	line-height: 18px;
}
.clear::after{
	content: "";
	display: block;
	clear: both;
}
.clear{
	zoom: 1;
}
.noborder.noborder.noborder.noborder{
	border: none;
}
.hh{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}
.blue.blue.blue{
	color: #069;
}
.over{
	overflow: hidden;
}
/*nav*/
.nav{
	width: 100%;
	min-width: 1300px;
	height: 109px;
	position: fixed;
	background: #fff;
	border-bottom: 1px #e0e0e0 solid;
	top: 0;
	left: 0;
	z-index: 3000;
	-webkit-transition: top .5s;
	-moz-transition: top .5s;
	-ms-transition: top .5s;
	-o-transition: top .5s;
	transition: top .5s;
}
.nav-top{
	background: #333;
	height: 42px;
}
.nav-down{
	top: -42px;
}
.nav-l{
	margin-left: 50px;
	margin-top: 11px;
	float: left;
}
.nav-l > li,.nav-r > li{
	font-size: 14px;
	float: left;
	margin-right: 32px;
	line-height: 20px;
	position: relative;
}
.nav-l > li a,.nav-r > li a{
	color: #fff;
}
.nav-l > li a:hover,.nav-r > li a:hover{
	color: #119adf;
}
.nav h2{
	font-size: inherit;
	font-weight: normal;
}
.nav h2 > span{
	color: #fff;
}
.nSecond{
	position: absolute;
	padding-top: 11px;
	top: 20px;
	left: -55px;
	display: none;
}
.nSecond-warp{
	position: relative;
	/*width: 135px;*/
	white-space: nowrap;
	padding: 15px 0;
	position: relative;
	text-align: center;
	background: #fff;
	border: 1px #eee solid;
	color: #252525;
	box-shadow: 0px 1px 2px 0px rgba(238, 238, 238, 0.3);
}
.nSecond-warp::after{
	width: 10px;
	height: 10px;
	content: "";
	position: absolute;
	top: -6px;
	left: 50%;
	margin-left: -5px;
	border-left: 1px #eee solid;
	border-top: 1px #eee solid;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.nSecond-warp li{
	font-size: 14px;
	line-height: 30px;
}
.nSecond-warp li a{
	color: #252525;
}
.nSecond-warp li a.nBlue{
	/*color: #069;*/
	color: #c30d23;
}
.nSecond-warp li a:hover{
	/*color: #069;*/
	color: #c30d23;
}
.sEvent{
	/*width: 350px;*/
	text-align: left;
}
.sEvent::after{
	left: 62px;
	margin-left: 0;
}
.sEvent li{
	padding: 0 30px;
	line-height: 24px;
	margin-bottom: 10px;
}
.sEvent li:nth-last-child(1){
	margin-bottom: 0;
}
.sEvent li span{
	display: block;
	font-size: 12px;
	line-height: 20px;
}
.sEvent li span i{
	padding: 0 10px;
}
.nav-lThis.nav-lThis a{
	color: #b6b5b5;
}
.nav-r{
	float: right;
	margin-top: 11px;
	margin-right: 20px;
}
.nav-r > li > h2 i{
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.navIcon-search{
	background: url(img/icon.png) -15px -301px no-repeat;
}
.navIcon-wechat{
	background: url(img/icon.png) -66px -301px no-repeat;
}
.navIcon-login{
	background: url(img/icon.png) -127px -301px no-repeat;
}
.navIcon-register{
	background: url(img/icon.png) -186px -301px no-repeat;
}
.menuSearch:hover .navIcon-search{
	background: url(img/icon.png) -15px -333px no-repeat;
}
.menu-wechat:hover .navIcon-wechat{
	background: url(img/icon.png) -66px -333px no-repeat;
}
.menuLogin:hover .navIcon-login{
	background: url(img/icon.png) -127px -333px no-repeat;
}
.menuRegister:hover .navIcon-register{
	background: url(img/icon.png) -186px -333px no-repeat;
}
.menuContribution h2 a{
	width: 55px;
	line-height: 24px;
	background: #069;
	display: inline-block;
	text-align: center;
}
.menuContribution h2 a:hover{
	background: #119adf;
	color: #fff;
}
.userPhoto{
    width: 28px;
    height: 28px;
    border-radius: 100%;
    margin-top: -4px;
    cursor: pointer;
}
.menu-userWrap{
    position: absolute;
    padding-top: 15px;
    top: 16px;
    left: -26px;
    z-index: 20;
    display: none;
}
.menu-userCont{
    width: 70px;
    padding: 5px;
    background: #fff;
    border: 1px #eee solid;
    position: relative;
    box-shadow: 0px 1px 2px 0px rgba(238, 238, 238, 0.3);
}
.menu-userCont::after{
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -5px;
    border-left: 1px #eee solid;
    border-top: 1px #eee solid;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-userCont li{
    font-size: 12px;
    line-height: 24px;
    text-align: center;
}
.menu-userCont li a{
    color: #666;
}
.menu-userCont li a:hover{
    color: #069;
}
.menu-user:hover .menu-userWrap{
    display: block;
}
.nav-bottom{
	padding-top: 18px;
	width: 1555px;
	width: 1488px;
	margin: 0 auto;
}
.logo{
	width: 88px;
	float: left;
}
.logo img{
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
.menu-l{
	width: 1055px;
	float: left;
	margin: 8px 0 0 42px;
}
.menu-r{
	float: right;
	margin-top: 8px;
}
.menu-ab{
	width: 270px;
	float: none;
	margin: 8px auto 0;
}
.menu-l > li,.menu-r > li{
	float: left;
	font-size: 14px;
	line-height: 22px;
	margin-right: 21px;
}
.menu-ab > li{
	margin-right: 47px;
	font-size: 14px;
}
.menu-l > li a,.menu-r > li a{
	color: #252525;
}
.menu-l > li a:hover,.menu-r > li a:hover{
	color: #069;
}
.menu-l > li:nth-last-child(1),.menu-ab > li:nth-last-child(1),.menu-home + .menu-r > li:nth-last-child(1){
	margin-right: 0;
}
.menu-home{
	width: 780px;
}
.menu-home.menu-l > li,.menu-home + .menu-r > li{
	margin-right: 30px;
	font-size: 14px;
}
.menu-this.menu-this{
	color: #069;
}
.menu-more.menu-more{
	width: 45px;
	margin-right: 0 !important;
	position: relative;
}
.more-icon::after{
	width: 8px;
	height: 8px;
	border-bottom: 1px #666 solid;
	border-right: 1px #666 solid;
	content: "";
	margin-top: -5px;
	margin-left: 5px;
	vertical-align: middle;
	display: inline-block;
	-webkit-transform-origin: 6px 6px;
	-moz-transform-origin: 6px 6px;
	-ms-transform-origin: 6px 6px;
	-o-transform-origin: 6px 6px;
	transform-origin: 6px 6px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.menu-more:hover .more-icon::after{
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}
.menu-mWrap{
	width: 125px;
	position: absolute;
	text-align: center;
	padding-top: 26px;
	top: 15px;
	left: -45px;
	z-index: 20;
	display: none;
}
.menu-other{
	padding: 10px;
	background: #fff;
	border: 1px #eee solid;
	position: relative;
}
.menu-other::after{
	width: 10px;
	height: 10px;
	content: "";
	position: absolute;
	top: -6px;
	left: 55px;
	border-left: 1px #eee solid;
	border-top: 1px #eee solid;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.menu-other > li{
	font-size: 14px;
	line-height: 30px;
}
.menu-r .menu-search{
	margin-right: 0;
}
.menu-sIcon{
	width: 24px;
	height: 24px;
	margin-right: 4px;
	background: url(img/icon.png) -14px -232px no-repeat;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.menu-wechat{
	position: relative;
}
.menu-search:hover .menu-sIcon,.sIconThis{
	background: url(img/icon.png) -14px -266px no-repeat;
}
.menu-wx{
	position: absolute;
	padding-top: 15px;
	top: 16px;
	left: -87px;
	z-index: 20;
	display: none;
}
.menu-wxImg{
	width: 210px;
	height: 120px;
	padding: 10px;
	background: #fff;
	border: 1px #eee solid;
	position: relative;
	box-shadow: 0px 1px 2px 0px rgba(238, 238, 238, 0.3);
}
.menu-wxImg::after{
	width: 10px;
	height: 10px;
	content: "";
	position: absolute;
	top: -6px;
	left: 112px;
	border-left: 1px #eee solid;
	border-top: 1px #eee solid;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.wxImg-l,.wxImg-r{
	width: 100px;
	float: left;
}
.wxImg-l{
	margin-right: 10px;
}
.menu-wxImg p{
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}
.menu-wxImg img{
	width: 100%;
}
.menu-wechat:hover .menu-wx{
	display: block;
}
.m-email{
	width: 0;
	color: #fff;
	background: transparent;
	border-bottom: 1px #999 solid;
	font-size: 12px;
	line-height: 16px;
	padding: 3px 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.m-emailClick{
	padding: 3px;
	margin-right: 16px;
	width: 230px;
}
/**/
.userPro{
	width: 68px;
}
.userPro h2{
	text-align: center;
}
.hPortrait{
	width: 25px;
	height: 25px;
	margin-top: -2px;
	border-radius: 100%;
	cursor: pointer;
}
.uList{
	position: absolute;
	padding-top: 15px;
	top: 16px;
	left: -10px;
	z-index: 20;
	display: none;
}
.uList-warp{
	width: 68px;
	padding: 10px;
	background: #fff;
	border: 1px #eee solid;
	position: relative;
	box-shadow: 0px 1px 2px 0px rgba(238, 238, 238, 0.3);
}
.uList-warp::after{
	width: 10px;
	height: 10px;
	content: "";
	position: absolute;
	top: -6px;
	left: 40px;
	border-left: 1px #eee solid;
	border-top: 1px #eee solid;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.uList-warp li{
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}
.uList-warp li a{
	color: #252525;
}
/*SearchBox*/
#SearchBox{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1500;
	background: #fff;
	display: none;
}
.SearchWrap{
	width: 800px;
	margin: 0 auto;
	padding-top: 164px;
}
.SearchTop{
	
}
.SearchText{
	width: 647px;
	background: #fff;
	border: 1px #d5d5d5 solid;
	border-right: none;
	font-size: 14px;
	line-height: 16px;
	padding: 10px 18px;
	float: left;
}
.borBlue{
	border: 1px #069 solid;
	border-right: none;
}
.SearchBtn{
	width: 42px;
	height: 38px;
	border: 1px #d5d5d5 solid;
	border-left: none;
	background: url(img/icon.png) #069 -7px -295px no-repeat;
	float: left;
}
.sCancel{
	width: 40px;
	text-align: center;
	font-size: 14px;
	line-height: 38px;
	color: #666;
	margin-left: 15px;
	float: left;
	cursor: pointer;
}
.SearchRule{
	margin-top: 16px;
}
.sRule-text{
	width: 290px;
	margin-right: 26px;
	float: left;
	color: #040a16;
	font-size: 14px;
	line-height: 24px;
}
.cBlue{
	color: #069;
}
.RadioHead{
	width: 270px;
	font-size: 13px;
	line-height: 24px;
	color: #666;
	float: right;
	margin-right: 62px;
}
.RadioHead label{
	cursor: pointer;
}
.RadioHead label:nth-child(1){
	margin-right: 15px;
}
.RadioHead input[type=radio]{
	-webkit-appearance: radio;
	vertical-align: middle;
	margin-right: 4px;
}
.RadioHead input[type=checkbox]{
	-webkit-appearance: checkbox;
	vertical-align: middle;
	margin-right: 4px;
}
.sSort{
	font-size: 13px;
	line-height: 24px;
	color: #666;
	float: right;
	position: relative;
	margin-right: 77px;
	cursor: pointer;
}
.sSort-text{
	padding-right: 15px;
	position: relative;
}
.sSort-text::after{
	width: 6px;
	height: 6px;
	content: "";
	position: absolute;
	top: 2px;
	right: 0;
	border-right: 1px #666 solid;
	border-bottom: 1px #666 solid;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sSort-other{
	position: absolute;
	width: 110px;
	top: 32px;
	left: 0;
	font-size: 13px;
	line-height: 24px;
	background: #fff;
	border: 1px #eee solid;
	padding: 5px 10px;
	display: none;
	z-index: 5;
}
.sSort-other::after{
	width: 10px;
	height: 10px;
	content: "";
	position: absolute;
	top: -6px;
	left: 50%;
	margin-left: -5px;
	border-left: 1px #eee solid;
	border-top: 1px #eee solid;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sSort-other li:hover{
	background: #eee;
}
.SearchThis{
	padding: 30px 0 25px;
}
.SearchThis .SearchWrap{
	padding-top: 0;
	width: 730px;
}
.SearchThis .RadioHead{
	float: left;
	margin-right: 0;
}
.SearchThis .sSort{
	margin-right: 11px;
}

/*go-top*/
.shortcut{
	width: 50px;
	position: fixed;
	bottom: 50px;
	right: 50%;
	margin-right: -605px;
	z-index: 300;
	display: none;
}
.shortcut li{
	width: 48px;
	height: 48px;
	margin-bottom: 10px;
	background: #069;
	border: 1px #069 solid;
	cursor: pointer;
	text-align: center;
	-webkit-transition: background-color .4s,border .4s;
	-moz-transition: background-color .4s,border .4s;
	-ms-transition: background-color .4s,border .4s;
	-o-transition: background-color .4s,border .4s;
	transition: background-color .4s,border .4s;
}
.shortcut li:nth-last-child(1){
	margin-bottom: 0;
}
.shortcut li a{
	color: #666;
	font-size: 14px;
	line-height: 50px;
	display: block;
}
.shortcut .go-top{
	background: url(img/icon.png) #069 -314px -56px no-repeat;
}
.shortcut .disclose,.shortcut .contribute{
	background: #fff;
	border: 1px #d5d5d5 solid;
}
.disclose:hover,.contribute:hover{
	background: #069;
	border: 1px #069 solid;
}
.disclose:hover a,.contribute:hover a{
	color: #fff;
}
.go-top:hover{
	border: 1px #d5d5d5 solid;
	background: url(img/icon.png) #d2d2d2 -314px -56px no-repeat;
}
/*subscription*/
.subscription{
	background: #fafafa;
	padding: 62px 0 60px;
}
.sub-wrap{
	width: 1000px;
	margin: 0 auto;
}
.sub-l{
	width: 605px;
	height: 189px;
	padding-top: 15px;
	border-right: 1px #d2d2d2 solid;
	float: left;
}
.sub-l-cont{
	width: 216px;
	float: left;
}
.sub-l-cont p{
	font-size: 14px;
	line-height: 25px;
}
.sub-wrap h3{
	font-size: 22px;
	line-height: 34px;
	font-weight: normal;
	margin-bottom: 36px;
}
.sub-wrap h3 i{
	width: 41px;
	height: 34px;
	margin-right: 14px;
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.sWechat{
	background: url(img/icon.png) -187px -117px no-repeat;
}
.sEmail{
	background: url(img/icon.png) -250px -117px no-repeat;
}
.sub-l-img{
	margin: 25px 0 0 35px;
	width: 120px;
	padding: 5px;
	float: left;
	/*background: #fff;*/
}
.sub-l-img p{
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}
.sub-l-img img{
	width: 120px;
}
.sub-r{
	width: 315px;
	margin-left: 60px;
	float: left;
	padding-top: 15px;
}
.sub-table{
	width: 100%;
	height: 145px;
	position: relative;
}
.sub-Titem{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	display: none;
	-webkit-transition: top .5s,opacity .5s;
	-moz-transition: top .5s,opacity .5s;
	-ms-transition: top .5s,opacity .5s;
	-o-transition: top .5s,opacity .5s;
	transition: top .5s,opacity .5s;
}
.sub-Titem p{
	font-size: 14px;
	line-height: 24px;
}
.sub-tx{
	margin-top: 30px;
}
.sText{
	width: 190px;
	border-bottom: 1px #999 solid;
	float: left;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 0;
	margin-right: 15px;
	background: transparent;
}
.sSubmit{
	font-size: 14px;
	line-height: 24px;
	padding: 0 12px;
	min-width: 52px;
	border: 1px #076a9c solid;
	color: #069;
	background: transparent;
	margin-top: 1px;
	cursor: pointer;
}
.sSubmit:hover{
	color: #fff;
	background: #069;
}
.sSubmitIng{
	border: 1px #eee solid;
	background: url(img/submit-ing.gif) #eee center no-repeat;
}
.sSubmitOk{
	background: url(img/submit-ok.png) #069 center no-repeat;
}
.sSubmitIng:hover{
	border: 1px #eee solid;
	background: url(img/submit-ing.gif) #eee center no-repeat;
}
.sSubmitOk:hover{
	background: url(img/submit-ok.png) #069 center no-repeat;
}
.sTips{
	margin-top: 14px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	display: none;
}
.red.red{
	color: #f00;
}
.green.green{
	color: #008000;
}
.sW1{
	width: 90px;
}
.sSelect{
	width: 125px;
	height: 29px;
	margin-right: 15px;
	border-bottom: 1px #999 solid;
	float: left;
	font-size: 12px;
	line-height: 14px;
	background: transparent;
}
.sAni{
	opacity: 1;
	display: block;
}
.sBef{
	top: -15px;
	opacity: 0;
}
.sAft{
	top: 15px;
	opacity: 0;
}



/*footer*/
.footer{
	background: #3c3c3c;
	padding: 56px 0 68px;
}
.footer-warp{
	width: 1024px;
	margin: 0 auto;
}
.footer-warp > div{
	height: 228px;
	border-left: 1px #363636 solid;
	padding-top: 9px;
	padding-left: 17px;
}
.tdNews{
	width: 400px;
	float: left;
}
.tdReaderService{
	width: 117px;
	float: left;
}
.tdEnterpriseService{
	width: 112px;
	float: left;
}
.tdAbout{
	width: 85px;
	float: left;
}
.tdNews .footer-Listing{
	width: 126px;
	float: left;
}
.tdNews .tdNews-c{
	width: 108px;
}
.footer-head{
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 17px;
	color: #d3d3d3;
	color: rgba(255,255,255,.8);
}
.footer-head i{
	width: 3px;
	height: 18px;
	margin-left: -19px;
	margin-right: 16px;
	background: #6e6d6d;
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.footer-Listing{}
.footer-Listing li{
	font-size: 12px;
	line-height: 28px;
	color: #c2c2c2;
	color: rgba(255,255,255,.7);
}
.footer-Listing li a{
	color: #c2c2c2;
	color: rgba(255,255,255,.7);
}
.footer-Listing li a:hover{
	color: #acabab;
}
.footer-warp .footer-other{
	padding: 0;
	border: none;
	width: 220px;
	float: right;
	text-align: center;
}
.footer-logo{
	margin-top: 75px;
}
.interaction{
	margin-top: 64px;
	padding-left: 12px;
}
.interaction > li{
	width: 38px;
	height: 38px;
	float: left;
	border: 1px #7b7b7b solid;
	border-radius: 100%;
	margin-right: 11px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative;
}
.interaction > li a{
	width: 100%;
	height: 100%;
	display: block;
}
.int-xcx{
	background: url(img/icon.png) 7px -72px no-repeat;
}
.int-wechat{
	background: url(img/icon.png) -38px -72px no-repeat;
}
.int-weibo{
	background: url(img/icon.png) -90px -72px no-repeat;
}
.int-email{
	background: url(img/icon.png) -141px -72px no-repeat;
}
.interaction .int-email{
	margin-right: 0;
}
.int-xcx:hover{
	border: 1px #7487d3 solid;
	background: url(img/icon.png) 7px -112px no-repeat;
}
.int-wechat:hover{
	border: 1px #319f10 solid;
	background: url(img/icon.png) -38px -112px no-repeat;
}
.int-weibo:hover{
	border: 1px #eb452f solid;
	background: url(img/icon.png) -90px -112px no-repeat;
}
.int-email:hover{
	border: 1px #076a9c solid;
	background: url(img/icon.png) -141px -112px no-repeat;
}
.int-wxWrap{
	position: absolute;
	padding-bottom: 15px;
	bottom: 35px;
	left: -28px;
	z-index: 20;
	display: none;
}
.int-wxImg{
	width: 80px;
	height: 80px;
	padding: 5px;
	background: #fff;
	border: 1px #eee solid;
	position: relative;
}
.int-wxImg::before{
	width: 10px;
	height: 10px;
	content: "";
	position: absolute;
	bottom: -6px;
	left: 40px;
	border-right: 1px #eee solid;
	border-bottom: 1px #eee solid;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.int-wxImg img{
	width: 100%;
}
.int-wechat:hover .int-wxWrap,.int-xcx:hover .int-wxWrap{
	display: block;
}
/*copy*/
.copy{
	font-size: 12px;
	padding: 25px;
	text-align: center;
	color: #868585;
	background: #262424;
}
.copy i{
	padding: 0 10px;
}
.copy a{
	color: #868585;
}
.copy img{
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.cnnic{
	padding: 0 12px;
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.cnnic img{
	width: 81px;
}
#kx_verify{
	padding: 0 12px;
	width: 81px !important;
	height: 30px !important;
	vertical-align: middle;
}
#kx_verify img{
	width: 81px !important;
	height: 30px !important;
	left: 12px !important;
}
#xa1 { width: 318px; height: 268px; margin-bottom: 50px; }
.A9,.A1,.A3,.A4,.A5,.A6,.B1,.B2,.B3,.B4,.B5,.C1,.C2,.C3,.C4,.C5{
	position: relative;
}
.btext {
	line-height: 12px;
	text-align: center;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	font-size: 12px;
	position: absolute;
	padding: 4px;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.A9{
	margin-top: 20px;
}
.A9 img{
	width: 1024px;
	height: 90px;
}
.A1{
	margin-bottom: 50px;
}
.A1 img{
	width: 318px;
	height: 268px;
}
.A3{
	margin-bottom: 40px;
}
.A3 img{
	width: 318px;
	height: 268px;
}
.A4 img{
	width: 625px;
	height: 100px;
}
.A5 img{
	width: 318px;
	height: 268px;
}
.B1{
	padding-top: 18px;
}
.B1 img{
	width: 1024px;
	height: 90px;
}
.B2, .B4, .B6{
	margin-bottom: 50px;
}
.B2 img, .B4 img, .B6 img{
	width: 318px;
	height: 268px;
}
.B3 img{
	width: 625px;
	height: 100px;
}
.B5{
	margin-bottom: 40px;
}
.B5 img{
	width: 625px;
	height: 100px;
}

.C1{
	width: 800px;
	margin: 0 auto;
}
.C1 + .article-box.article-box,
#xcode51 + .article-box.article-box{
	padding-top: 48px;
}
.C1 img{
	width: 800px;
	height: 90px;
}
.C2 img{
	width: 800px;
	height: 90px;
}

/*lab*/
.main-lab{
	width: 600px;
	padding-top: 24px;
}
.lab-child{
	width: 600px;
	height: 288px;
	position: relative;
	margin-bottom: 45px;
}
.lab-child img{
	width: 600px;
	height: 288px;
}
.lab-num{
	position: absolute;
	top: 15px;
	left: 0;
	height: 25px;
	line-height: 25px;
	background-color: #999;
	padding: 0 15px;
	color: #fff;
	font-size: 14px;
}
.lab-num span{
	padding: 7px 0;
}
.lab-child:nth-child(1) .lab-num{
	background: #009bca;
}
.labB{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 20px 0 25px;
	background: #000;
	background: rgba(0,0,0,.4);
}
.labB h2{
	font-size: 18px;
	line-height: 20px;
	padding: 0 25px;
	margin-bottom: 15px;
}
.labB p{
	font-size: 14px;
	line-height: 22px;
	padding: 0 25px;
}
.labB a{
	color: #fff;
}
.labB a:hover{
	color: #999;
}

/*today*/
.main-today{}
.main-today .childR{
	width: 100%;
	float: none;
}
.main-today .childR h2{
	font-weight: bold;
}
/*list*/
.list{
	padding-top: 110px;
}
.comment-head{
	background: #f7f7f8;
	padding: 64px 0;
}
.comment-hWrap{
	width: 800px;
	margin: 0 auto;
}
.comment-hWrap h2{
	font-size: 36px;
	line-height: 50px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 28px;
}
.comment-hWrap p{
	font-size: 16px;
	line-height: 35px;
	height: 105px;
	text-align: center;
}
.s-logo{
	width: 800px;
	height: 0;
	margin: 0 auto;
	position: relative;
}
.logo-wrap{
	position: absolute;
	right: 75px;
	top: 15px;
}
.logo-wrap img{
	width: 130px;
	vertical-align: middle;
}
.list-top{
	width: 800px;
	margin: 85px auto 0;
}
.list-top li{
	width: 33%;
	float: left;
	font-size: 20px;
	line-height: 34px;
	text-align: center;
	border-bottom: 1px #dcdcdc solid;
	height: 36px;
}
.list-top li:hover a{
	color: #069;
}
.list-top a{
	width: 100%;
	color: #000;
	border-bottom: 3px transparent solid;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.TopChecked a{
	border-bottom: 3px #2674a1 solid;
}
.sort{
	width: 800px;
	margin: 30px auto 0;
	height: 0;
	text-align: right;
	font-size: 12px;
	line-height: 12px;
	color: #999;
}
.comArt{
	width: 800px;
	margin: 24px auto 0;
}
.comArt-item{
	padding: 39px 0 35px;
	border-bottom: 1px #e5e5e5 solid;
}
.comArt-l{
	width: 102px;
	float: left;
}
.comArt-l img{
	width: 100px;
	height: 100px;
	border-radius: 100%;
	vertical-align: top;
	border: 1px #e2e2e2 solid;
}
.comArt-r{
	margin-left: 38px;
	width: 660px;
	float: left;
}
.comArt-rTop{
	margin-bottom: 11px;
}
.comArt-rTop span{
	font-size: 16px;
	line-height: 24px;
	color: #252525;
	margin-right: 8px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.comArt-rTop a:hover span{
	color: #2674a1;
}
.comArt-r h3{
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 18px;
}
.comArt-r h3 a{
	color: #252525;
}
.comArt-r h3 a:hover{
	color: #2674a1;
}
.comArt-r p{
	font-size: 14px;
	line-height: 25px;
	color: #666;
}
.comArt-time{
	margin-top: 8px;
	color: #666;
	font-size: 13px;
	line-height: 22px;
}
.comArt-time span{
	margin-right: 15px;
}

.page{
	width: 800px;
	margin: 0 auto;
	padding: 55px 0 112px;
	text-align: center;
	font-size: 0;
}
.page625{
	width: 625px;
}
.page a{
	width: 37px;
	height: 37px;
	margin: 0 3px;
	font-size: 16px;
	line-height: 37px;
	color: #666;
	border: 1px #d5d5d5 solid;
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.page a:hover{
	background: #069;
	border: 1px #069 solid;
	color: #fff;
}
.page a.active{
	background: #069;
	border: 1px #069 solid;
	color: #fff;
}
.page a.active:hover{
	background: #d2d2d2;
	border: 1px #d5d5d5 solid;
}
.page-prev{
	background: url(img/icon.png) -117px 4px no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}
.page-next{
	background: url(img/icon.png) -143px 4px no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}
.page .page-prev:hover{
	background: url(img/icon.png) #f4f4f4 -117px 4px no-repeat;
}
.page .page-next:hover{
	background: url(img/icon.png) #f4f4f4 -143px 4px no-repeat;
}
.page-num{
	width: 44px;
	height: 19px;
	padding: 9px 5px;
	font-size: 18px;
	line-height: 19px;
	color: #666;
	text-align: center;
	border: 1px #d5d5d5 solid;
	border-right: none;
	margin-left: 12px;
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.page-go{
	width: 47px;
	height: 39px;
	background: #069;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/*commentator*/
.comArt-rAtor{
	margin-bottom: 28px;
}
.comArt-rAtor span{
	font-size: 18px;
	line-height: 24px;
	color: #252525;
	margin-right: 15px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.comArt-rAtor a:hover span{
	color: #069;
}
.comAtor-cont{}
.comAtor-cont li{
	font-size: 15px;
	line-height: 30px;
}
.comAtor-cont li:before{
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #069;
	margin-right: 6px;
	content: "";
	vertical-align: middle;
	display: inline-block;
}
.comAtor-cont li a{
	width: calc(100% - 20px);
	vertical-align: top;
	color: #666;
}
.comAtor-cont li a:hover{
	color: #069;
}

/*authorapply*/
.author-top{
	width: 1100px;
	margin: 87px auto 105px;
}
.author-tLeft{
	width: 455px;
	height: 291px;
	float: left;
	border: 3px #dcdcdc solid;
	margin-left: 15px;
	margin-top: 15px;
}
.author-tLeft img{
	vertical-align: top;
	margin-left: -12px;
	margin-top: -12px;
}
.author-tRight{
	margin-left: 115px;
	width: 450px;
	float: left;
}
.author-tRight p{
	font-size: 16px;
	line-height: 40px;
	color: #000;
}
.author-tRight i{
	width: 66px;
	height: 1px;
	background: #b4b4b4;
	display: block;
	margin: 15px 0 27px;
}
.author-data{
	height: 514px;
	padding-top: 80px;
	background: url(img/join-work-bg.png) center no-repeat;
}
.author-data-wrap{
	width: 1100px;
	margin: 0 auto;
}
.author-h2{
	font-size: 36px;
	line-height: 60px;
	text-align: center;
	color: #069;
}
.author-p{
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	color: #666;
}
.author-daInt{
	margin-top: 76px;
}
.daInt-item{
	width: 150px;
	float: left;
	text-align: center;
	margin-right: 87px;
}
.notM{
	margin-right: 0;
}
.daInt-icon{
	margin-bottom: 30px;
}
.daInt-icon i{
	width: 114px;
	height: 114px;
	border-radius: 100%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.daInt-item h3{
	font-size: 38px;
	line-height: 44px;
}
.daInt-item p{
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.daInt-ip{
	background: url(img/author-icon.png) #188bc5 0px 0px no-repeat;
}
.daInt-wechat{
	background: url(img/author-icon.png) #188bc5 0px -114px no-repeat;
}
.daInt-pv{
	background: url(img/author-icon.png) #188bc5 0px -228px no-repeat;
}
.daInt-email{
	background: url(img/author-icon.png) #188bc5 0px -342px no-repeat;
}
.daInt-author{
	background: url(img/author-icon.png) #188bc5 0px -456px no-repeat;
}

.author-chat{
	background: #188bc5;
}
.author-chat-warp{
	width: 1100px;
	margin: 0 auto;
}
.author-chatL{
	width: 415px;
	float: left;
	color: #fff;
	padding-top: 100px;
}
.author-chatL h2{
	font-size: 36px;
	line-height: 60px;
}
.author-chatL p{
	font-size: 16px;
	line-height: 50px;
}
.chatL-cont{
	margin-top: 45px;
}
.chatL-item{
	font-size: 14px;
	line-height: 32px;
	position: relative;
	padding-left: 39px;
}
.chatL-item i{
	width: 27px;
	height: 27px;
	background: url(img/icon.png) -327px -107px no-repeat;
	position: absolute;
	top: 2px;
	left: 0;
	z-index: 10;
}
.author-chatR{
	width: 613px;
	float: right;
}

.author-join{
	padding: 100px 0 98px;
	width: 1100px;
	margin: 0 auto;
}
.author-people{
	margin-top: 72px;
}
.author-Pitem{
	width: 240px;
	height: 214px;
	float: left;
	text-align: center;
	margin-right: 46px;
	margin-bottom: 45px;
}
.author-Pitem:nth-child(4n){
	margin-right: 0;
}
.author-Phead{
	margin-bottom: 24px;
}
.author-Phead img{
	width: 121px;
	height: 121px;
	border-radius: 100%;
}
.author-Pitem h3{
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 3px;
}
.author-Pitem p{
	font-size: 14px;
	line-height: 22px;
}
.author-Pitem a{
	color: #252525;
}
.author-Pmove{
	text-align: right;
	font-size: 16px;
	line-height: 24px;
	padding-top: 30px;
}
.author-Pmove a{
	color: #252525;
	margin-right: 40px;
}
.author-Pmove a:hover{
	color: #069;
}

.author-how{
	padding: 80px 0 129px;
	background: url(img/join-work-bg.png) center no-repeat;
}
.author-how-wrap{
	width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.how-a{
	width: 990px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 26px;
	color: #666;
	margin-top: 18px;
}
.how-b{
	font-size: 18px;
	line-height: 30px;
	margin-top: 73px;
}
.how-b i{
	width: 25px;
	height: 25px;
	background: url(img/icon.png) -324px -156px no-repeat;
	margin-right: 14px;
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.how-c{
	font-size: 18px;
	line-height: 30px;
	margin-top: 32px;
}
.how-c span{
	color: #cacaca;
	padding: 0 22px;
}
/*订阅*/
.fixedSub{
	position: fixed;
	z-index: 20;
	display: none;
	z-index: 5000;
}
.fixed-t{
	top: 42px;
	right: 40px;
}
.fixed-b{
	top: 67px;
	right: 54px;
}
.fixed-t .fixedSub-wrap::after{
	left: 202px;
}
.fixedSub-wrap{
	width: 345px;
	height: 172px;
	position: relative;
	background: #fff;
	border: 1px #eee solid;
	color: #252525;
	box-shadow: 0px 1px 2px 0px rgba(238, 238, 238, 0.3);
}
.fixedSub-wrap::after{
	width: 10px;
	height: 10px;
	content: "";
	position: absolute;
	top: -6px;
	left: 225px;
	border-left: 1px #eee solid;
	border-top: 1px #eee solid;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.fixedSub-wrap .sub-Titem{
	padding: 20px;
	box-sizing: border-box;
}
/*特约评论员*/
.reviewerInfo{
	background: #eeefef;
	padding: 30px;
	margin: 40px auto 20px;
}
.revTop{
	padding-bottom: 26px;
	border-bottom: 1px solid #cdcece;
}
.revTop-l{
	width: 80px;
	height: 80px;
	float: left;
}
.revTop-l img{
	width: 100%;
	height: 100%;
	border-radius: 100%;
	box-shadow: 0px 0px 0px 1px #e2e2e2;
}
.revTop-r{
	width: 400px;
	float: left;
	margin-left: 26px;
	margin-top: 15px;
	font-size: 14px;
	line-height: 24px;
}
.revTop-r h3{}
.revTop-r p{}
.revTop-r p span{
	margin-right: 15px;
}
.revBottom{
	padding-top: 36px;
}
.revBottom h3{
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
}
.revBottom p{
	line-height: 22px;
	font-size: 14px;
	padding-top: 17px;
	color: #666;
}
.reviewArticle{
	margin-top: 50px;
}
.reviewArticle > h2{
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 10px;
	padding: 2px 0 10px;
}
.revArt-wrap{}
.revArt-item{
    padding: 45px 0;
    border-top: 1px solid #eae8e7;
}
.itemR{}
.itemR h2{
	font-size: 20px;
	line-height: 36px;
	margin-top: -7px;
	margin-bottom: 4px;
}
.itemR h2 a{
	color: #252525;
}
.itemR p{
	font-size: 12px;
	padding: 5px 0 10px;
	color: #666;
}
.revArt-time{
	font-size: 14px;
	line-height: 14px;
	color: #999;
}
#knet_kx_verify{
	display: none !important;
}

@media screen and (max-width: 1600px) {
	.nav-bottom{
		width: 100%;
		min-width: 1320px;
	}
	.logo{
		margin-left: 50px;
	}
	.menu-l{
		margin-left: 25px;
	}
	.menu-r{
		margin-right: 48px;
	}
	.menu-ab{
		width: 270px;
		margin: 8px auto 0;
	}
	.menu-ab > li{
		margin-right: 47px;
		font-size: 14px;
	}
	.menu-home{
		width: 820px;
	}
	.menu-l > li, .menu-r > li{
		margin-right: 14px;
	}
}
@media screen and (max-width: 1480px) {
	.menu-l{
		width: 905px;
	}
	.menu-l > li, .menu-r > li {
		font-size: 14px;
		margin-right: 12px;
	}
	.menu-ab > li{
		margin-right: 47px;
		font-size: 14px;
	}
	.menu-home{
		width: 730px;
	}
	.menu-home.menu-l > li, .menu-home + .menu-r > li{
		margin-right: 26px;
	}
	.menu-ab{
		width: 270px;
		margin: 8px auto 0;
	}
	.menu-sHover{
		width: 100px;
	}
}
@media screen and (max-width: 750px){
	body{
		min-width: 320px;
	}
	.shortcut{
		display: none !important;
	}
	/*nav*/
	.nav{
		min-width: 320px;
		height: 60px;
	}
	.nav-top{
		display: none;
	}
	.nav-down{
		top: 0;
	}
	.nav-bottom{
		min-width: 320px;
		padding-top: 12px;
		text-align: center;
	}
	.logo{
		display: inline-block;
		float: none;
		margin: 0;
	}
	.menu-l,.menu-r{
		display: none;
	}
	/*subscription*/
	.subscription{
		display: none;
	}
	/*footer*/
	.footer{
		padding: 20px 0;
	}
	.footer-warp{
		width: 100%;
	}
	.tdNews,.tdReaderService,.tdEnterpriseService,.tdAbout,.interaction{
		display: none;
	}
	.footer-warp .footer-other{
		width: 60%;
		height: auto;
		margin: 0 auto;
		float: none;
	}
	.footer-logo{
		margin-top: 0;
	}
	.footer-logo img{
		width: 100px;
	}
	.footer-logo::after{
		content: '©2006-2018 环球旅讯版权所有';
		display: block;
		font-size: 12px;
		line-height: 20px;
		color: #fff;
		margin-top: 10px;
	}
	.copy{
		display: none
	}
	/**/
	.SearchWrap{
		width: 100%;
	}
	.SearchThis .SearchWrap{
		width: 100%;
	}
	.SearchText{
		width: -webkit-calc(100% - 80px);
		width: calc(100% - 80px);
	}
	.RadioHead,.sSort{
		display: none;
	}
	/*page*/
	.page{
		width: 100%;
		padding: 45px 0 15px;
	}
	.page625{
		width: 100%;
	}
	.page a{
		width: 20px;
		height: 20px;
		font-size: 12px;
		line-height: 20px;
	}
	.page-prev{
		background: url(img/icon.png) -126px -4px no-repeat;
	}
	.page-next{
		background: url(img/icon.png) -152px -4px no-repeat
	}
	.page-num{
		width: 20px;
		height: 18px;
		font-size: 12px;
		line-height: 18px;
		padding: 1px 5px;
	}
	.page-go{
		width: 40px;
		height: 22px;
		font-size: 12px;
		line-height: 22px;
	}
	/*main*/
	.main-lab{
		width: 100%;
	}
	.lab-child{
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	.lab-child:not(::nth-last-child(1)){
		border-bottom: 1px #e5e5e5 solid;
	}
	.lab-child > a{
		display: none;
	}
	.labB{
		position: static;
		background: transparent;
		padding: 0 0 25px;
	}
	.labB h2{
		padding: 0;
		font-size: 16px;
		line-height: 26px;
	}
	.labB p{
		padding: 0;
		font-size: 14px;
		line-height: 24px;
	}
	.labB a{
		color: #252525;
	}
	/*list*/
	.list{
		padding-top: 60px;
	}
	.list-top{
		width: 90%;
		margin-top: 15px;
	}
	.list-top li{
		font-size: 18px;
	}
	.comArt{
		width: 90%;
	}
	.comArt-item{
		padding: 25px 0 30px;
	}
	.comArt-l{
		width: 82px;
	}
	.comArt-l img{
		width: 80px;
		height: 80px;
	}
	.comArt-r{
		width: -webkit-calc(100% - 102px);
		width: calc(100% - 102px);
		margin-left: 20px;
	}
	.comArt-rTop{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.comArt-r h3{
		font-size: 16px;
		line-height: 26px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.comArt-rAtor{
		margin-bottom: 6px;
	}
	.comAtor-cont li:before{
		vertical-align: top;
		margin-top: 13px;
	}
	.comAtor-cont li a{
		width: -webkit-calc(100% - 18px);
		width: calc(100% - 18px);
	}
	.author-top{
		width: 90%;
		margin: 15px auto 60px;
	}
	.author-tLeft{
		width: 100%;
		height: auto;
		border: none;
		margin-left: 0;
		float: none;
	}
	.author-tLeft img{
		width: 100%;
		margin: 0;
	}
	.author-tRight{
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
		float: none;
	}
	.author-data{
		width: 100%;
		height: auto;
		padding: 25px 0 20px;
		background-size: cover;
	}
	.author-data-wrap{
		width: 100%;
	}
	.author-h2{
		font-size: 26px;
		line-height: 48px;
	}
	.author-p{
		font-size: 14px;
	}
	.author-daInt{
		margin-top: 35px;
	}
	.daInt-item{
		width: 46%;
		margin: 0 2% 20px;
	}
	.daInt-icon{
		margin-bottom: 15px;
	}
	.daInt-icon i{
		width: 80px;
		height: 80px;
	}
	.daInt-ip{
		background: url(img/author-icon.png) #188bc5 0px 0px no-repeat;
		background-size: 80px auto;
	}
	.daInt-wechat{
		background: url(img/author-icon.png) #188bc5 0px -80px no-repeat;
		background-size: 80px auto;
	}
	.daInt-pv{
		background: url(img/author-icon.png) #188bc5 0px -160px no-repeat;
		background-size: 80px auto;
	}
	.daInt-email{
		background: url(img/author-icon.png) #188bc5 0px -240px no-repeat;
		background-size: 80px auto;
	}
	.daInt-author{
		background: url(img/author-icon.png) #188bc5 0px -320px no-repeat;
		background-size: 80px auto;
	}
	.daInt-item h3{
		font-size: 28px;
		line-height: 34px;
	}
	.author-chat{
		padding-bottom: 30px;
	}
	.author-chat-warp{
		width: 90%;
	}
	.author-chatL{
		width: 100%;
		float: none;
		padding-top: 30px;
	}
	.author-chatL h2{
		font-size: 26px;
		line-height: 48px;
	}
	.chatL-cont{
		margin-top: 10px;
	}
	.author-chatR{
		display: none;
	}
	.author-join{
		width: 90%;
		padding: 30px 0 40px;
	}
	.author-people{
		margin-top: 30px;
	}
	.author-Pitem{
		width: 46%;
		height: auto;
		margin: 0 2% 20px;
	}
	.author-Phead img{
		width: 80px;
		height: 80px;
	}
	.author-how{
		padding: 30px 0 40px;
		background-size: cover;
	}
	.author-how-wrap{
		width: 90%;
	}
	.how-a{
		width: 100%;
	}
	.how-b{
		margin-top: 50px;
	}
	.how-c{
		margin-top: 15px;
	}
	.how-c span{
		display: block;
		padding: 0;
		font-size: 0;
		line-height: 0;
	}

	
}
