* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	outline: none;
	box-sizing: border-box;
	background-repeat: no-repeat;
}

body {
	color: #333;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #c9081d;
}
.nav_v2 a:hover{
	border-bottom: 3px solid #c9081d !important;
	text-decoration: none;
	font-weight: bold;
	color: #d20f1d;
}
.nav_v2{
	display: none;
}
.search_btn span{
	font-size:16px;
}
.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}
/*@font-face{
    font-family: 'pingfangsc-regular';
    src: ;
}
@font-face{
    font-family: 'pingfangsc-semibold';
    src: ;
}
@font-face{
    font-family: 'pingfangsc-medium';
    src: ;
}*/
.block {
    display: block !important;
}
.content {
	max-width: 1200px;
	width: 100%;
	margin: 0px auto;
	overflow: inherit;
}
.head-min{
    width: 100%;
    height: 40px;
    background-color: #eeeeee;
    line-height: 40px;
    font-family: pingfangsc-regular;
}
.head-min .content{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.head-min .content div:nth-child(1){
    font-size: 12px;
    color: #666;
    height: 250px;
}
.head-min .content div:nth-child(1) span{
    cursor: pointer;
    padding-right: 20px;
}
.head-min .content div:nth-child(1) span i{
    font-size: 8px;
    color: #999;
    margin-left: 5px;
}
.head-min .content div:nth-child(1) .login {
    color: #d10e1c;
    font-weight: 800;
}
.head-min .content div:nth-child(1) .freereg{
    font-size: 14px;
    color: #d10e1c;
    font-weight: 800;
}
.head-min .content div:nth-child(1) .findpwd{
    color: #333;
    font-size: 14px;
    font-weight: 800;
}
.head-min .content div:nth-child(2){
    font-size: 12px;
    color: #333;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}
.head-min .content div:nth-child(2) div{
    padding: 2px 8px;
    height: 130px;
}
.head-min .content div:nth-child(2) span{
    margin-bottom: 90px;
}
.head-min .content div:nth-child(2) p{
    margin-top: 3px;
}
.head-min .content div:nth-child(2) span::after{
    /* content: '';
    display: inline;
    font-size: 18px;
    padding-left: 5px;
    background:  no-repeat;
    width: 7px;
    height: 4px;
    background-size: cover; */
}
.head-min .content .newmedia:hover .newmedia_p img{
    width: 100%;
}
.head-min .content .newmedia:hover .newmedia_p {
    display: block;
}
.head-min .content .childsite:hover .childsite_p {
    display: block;
}
.head-min .content .newmedia_p {
    width: 100px;
    border: 1px solid #eee;
    position: absolute;
    top: 37px;
    left: -28px;
    z-index: 99;
    text-align: center;
    line-height: 20px;
    display: none;
}
.head-min .content .newmedia_p a{
    display: block;
    font-size: 12px;
    padding: 5px 10px !important;
    background-color: #eee;
}
.head-min .content .childsite_p {
    width: 80px;
    border: 1px solid #eee;
    position: absolute;
    top: 37px;
    right: 0;
    z-index: 99;
    text-align: center;
    line-height: 20px;
    display: none;
}
.head-min .content .childsite_p a{
    display: block;
    font-size: 12px;
    padding: 5px 10px !important;
    background-color: #eee;
}
.head-min .head-search .user {
    float: right;
    margin-top: 3px;
    margin-right: 5px;
    display: inline;
    position: relative;
    cursor: pointer;
}
.head-min .head-search .user img{
    width: 25px;
    height: 25px;
    margin-top: 4px;
    margin-left: 10px;
}
.head-min .head-search .user ul {
    display: none;
    position: absolute;
    left: 50%;
    top: 35px;
    background-color: #fff;
    z-index: 3;
    border: 1px solid #ddd;
    width: 103px;
    margin-left: -51.5px;
    text-align: left;
}
.head-min .head-search .user ul li {
    font-size: 14px;
    line-height: 30px;
    color: #000;
    float: none;
    background: none;
    padding: 0;
    margin: 0;
    display: block;
}
.head-min .head-search .user ul li img {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin-top: 0;
}
.head-min .head-search .user ul li a {
    display: inline-block;
    color: #000;
}
.head-min .head-search .user ul li:hover a {
    text-decoration: underline;
    color: #c9081d;
}
.head-min .head-search .user:hover ul{
    display: block;
}
/* .head-min .head-searc .user ul.show {
    display: block;
} */
.head-min .head-search .register {
    float: right;
    width: 71px;
    margin-top: 8px;
    display: inline;
    overflow: hidden;
}
.head-min .head-search .register li a {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    float: right;
    margin: 0 5px;
    display: inline;
    text-decoration: underline;
    font-size: 12px;
}
.head-min .head-search .register li a:hover {
    color: #c9081d;
}
#btns img{
	vertical-align:middle;
}
.hrline{
    width: 1200px;
	height: 2px;
	background-color: #cf1526;
}
.hrline1{
    width: 1200px;
	height: 1px;
	background-color: #ddd;
}
.head_v2{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 15px;
}
.head_v2 .logo img{
	width: 146px;
	height: 58px;
}
.head_v2 .search{
	position: relative;
	font-family: pingfangsc-regular;
}
.head_v2 .search input{
    width: 300px;
	height: 36px;
	background-color: #ffffff;
	border-radius: 18px;
    border: solid 1px #ddd;
    padding-left: 70px;
	font-size: 16px;
	font-family: pingfangsc-regular;
	padding-right:91px;
}
.head_v2 .search .search_btn{
    position: absolute;
    right: 0;
    top: 1px;
    width: 90px;
	height: 35px;
	background-color: #cf1526;
    border-radius: 25px;
    font-family: pingfangsc-regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 33px;
	letter-spacing: 2px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
}
.head_v2 .search .search_content {
    /* float: left; */
    height: 36px;
    box-sizing: border-box;
    /* border: 1px solid #c9081d; */
    border-right: none;
    /* border-radius: 18px; */
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: 65px;
    font-size: 16px;
    color: #000;
    line-height: 36px;
    background-image: url(/uploads/image/s2images/arrow_down.png);
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    top: 0;
    left: 0;
}
.head_v2 .search .search_content .layui-select-title input {
    font-size: 16px;
    color: #000;
    text-indent: 15px;
}
.head_v2 .search .search_content .layui-form-pane .layui-input-inline {
    margin-left: 0;
}
.head_v2 .search .search_content .layui-form-item .layui-input-inline {
    float: left;
    width: 100%;
    margin-right: 0;
}
.head_v2 .search .search_content * {
    border: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
}
.head_v2 .search .search_content .layui-form-select dl dd {
    background-color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.head_v2 .search .search_content .layui-form-select dl dd:hover {
    background-color: #ddd;
}
.head_v2 .search .search_content .layui-form-select dl dd.layui-this {
    background-color: #c9081d;
}
.head_v2 .search .search_content .layui-form-select dl {
    top: 37px;
    border: 1px solid #ddd;
    overflow-y: visible;
}

.head_v2_nav a{
	font-family: pingfangsc-regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #333333;
}
.head_v2_nav a::after{
	content: '|';
	display: inline-block;
	margin: 0 15px;
}
.head_v2_nav a:nth-child(8)::after{
	content: '';
	margin: 0;
}

.head_v2_nav span{
	font-family: pingfangsc-regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #333333;
}
.head_v2_nav span::after{
	content: '|';
	display: inline-block;
	margin: 0 15px;
}
.head_v2_nav span:nth-child(8)::after{
	content: '';
	margin: 0;
}

.navigation{
    width: 1200px;
	margin: 0 auto;
	text-align: left;
	background-color:transparent;
	height:auto;
}
.navigation .announcement{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-family: pingfangsc-regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #666666;
}
.navigation .announcement .new_site{
    z-index: 9;
	margin:0;
}
.navigation .announcement .new_site a{
    font-family: pingfangsc-medium;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
    color: #cf1526;
}
.navigation .announcement .new_site a:hover{
    color: #ff0000;
}
.navigation .announcement .new_site a::after{
    content: '|';
    padding: 0 10px;
    margin-left: 4px;
}
.navigation .announcement .new_site a:last-child::after{
    content: '';
    padding: 0;
    margin: 0;
}
.navigation .nav_v2 .check{
	font-weight: bold !important;
	color: #d20f1d !important;
	border-bottom: 3px solid #d20f1d !important;
}
.navigation .nav_v2 a:nth-child(1){
	font-family: pingfangsc-semibold;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #333333;
}
#yingyong span{
	position: relative;
	display: inline-block;
}
#yingyong div{
	position: absolute;
	display: flex;
	flex-direction: column;
	top: 47px;
	left: -19px;
	width: 100px;
	text-align: center;
	background-color: #eee;
	z-index: 3;
	display: none;
}
#yingyong span:hover div{
	display: flex;
}
#yingyong div a{
	display: block;
}
#yingyong span div a:nth-child(1){
	display:none;
}
#yingyong span a:nth-child(1){
	font-family: pingfangsc-regular;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333;
	display: inline-block;
	line-height: 42px;
	border-bottom: 3px solid transparent;
	margin: 0 15px;
}
#yingyong span a:nth-child(1)::after{
	content: '' !important;
	margin: 0;
	display: none;
}
#yingyong span a:hover{
	border-bottom: 3px solid #d20f1d !important;
}
.navigation .nav_v2 a:nth-child(1):hover{
	border-bottom: 3px solid transparent !important;
}
.navigation .nav_v2 a:nth-child(1)::after{
	content: '|';
	display: inline-block;
	margin-left: 15px;
	color: #ccc;
}
.navigation .nav_v2 a{
	font-family: pingfangsc-regular;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333;
	display: inline-block;
	line-height: 42px;
	border-bottom: 3px solid transparent;
}
.navigation .nav_v2 a a{
	margin: 0 15px;
}


.position {
	margin: 26px auto 22px auto;
}

.position>span {
	cursor: pointer;
}

.mainbody {
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
}

.mainbody-left {
	width: 120px;
	position:relative;
	z-index:100;
}
.mainbody-left.active>div{
	width:120px;
	position:fixed;
	top:20px;
}

.mainbody-right {
	width: 300px;
	margin-top:-50px;
}
.mainbody-right>div{
	width: 300px;
	background:#fff;
}
.mainbody-right.active>.mainbodyhow{
	position: fixed;
	display:block;
	top:0px;
}

.mainbody-body {
	width: calc(100% - 500px);
}

.mainbody-left-txt1,
.mainbody-left-txt2 {
	padding: 11px;
	background: #f5f5f5;
	border-radius: 10px;
	font-size: 14px;
	cursor: pointer;
	text-align:left;
}

.mainbody-left-txt1 {
	color: #c9081d;
	margin-bottom: 20px;
}

.mainbody-left-share {
	position: relative;
	margin-top: 20px;
}

.mainbody-left-share>p {
	text-align: center;
	margin: 0px auto;
	width: 60px;
	line-height: 40px;
	font-size: 14px;
	color: #999;
	position: relative;
	background-color: #fff;
}

.mainbody-left-share>i {
	position: absolute;
	width: 100px;
	height: 2px;
	background-color: #f5f5f5;
	top: 19px;
	left: 10px;
}

.mainbody-left-share-item1,
.mainbody-left-share-item2,
.mainbody-left-share-item3 {
	background-image: ;
	background-size: contain;
	background-position: center;
	height: 40px;
	margin-top: 10px;
	cursor: pointer;
	position: relative;
	z-index: 99;
	display: block;
}

.mainbody-left-share-item1>#qrcode {
	display: none;
	position: absolute;
	left: 120px;
	top: -70px;
	border-radius: 10px;
	box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.3);
	padding: 10px;
    background: #fff;
}

.mainbody-left-share-item1:hover {
	background-image: ;
}

.mainbody-left-share-item1:hover>#qrcode {
	display: block;
}

.mainbody-left-share-item2 {
	background-image: ;
}

.mainbody-left-share-item2:hover {
	background-image: ;
}

.mainbody-left-share-item3 {
	background-image: ;
}

.mainbody-left-share-item3:hover {
	background-image: ;
}


.mainbody-body-title {
	font-size: 30px;
	line-height: 46px;
	color: #333333;
	text-align: left;
}

.mainbody-body-sub {
	color: #666;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	line-height: 70px;
}

.mainbody-body-link {
	background-color: #f5f5f5;
	border-radius: 10px;
	padding: 10px 20px;
}

.mainbody-body-link-item {
	background-image: ;
	background-size: 20px;
	background-position: 20px 4px;
	margin: 10px 0;
	padding-left: 48px;
	text-align:left;
}

.mainbody-body-link-title {
	font-size: 14px;
	color: #c9081d;
}

.mainbody-body-link-sub {
	font-size: 12px;
	color: #666666;
}
.mainbody-body-con{
	line-height: 30px;
	margin-top:20px;
	text-align:left;
	font-size: 16px;
}
.mainbody-body-con>p {
	text-indent: 2em;
	margin-top: 20px;
}

.mainbody-body-company {
	border-radius: 10px;
	border-top: 2px solid #c9081d;
	width: 510px;
	background-color: #f5f5f5;
	margin: 30px auto;
	padding: 20px;
}

.mainbody-body-company-title {
	display: flex;
	padding-bottom: 14px;
	margin-bottom: 10px;
	border-bottom: 4px dotted #ffffff;
}

.mainbody-body-company-title-title {
	background-color: #c9081d;
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	padding: 0 10px;
	border-radius: 4px;
	position: relative;
	margin-right: 22px;
}

.mainbody-body-company-title-title::after {
	content: "";
	position: absolute;
	right: -22px;
	top: 0px;
	border-width: 12px;
	border-style: solid;
	border-color: transparent transparent transparent #c9081d;
}

.mainbody-body-company-sub1,
.mainbody-body-company-sub2,
.mainbody-body-company-sub3,
.mainbody-body-company-sub4 {
	line-height: 30px;
	font-size: 14px;
	padding-left: 58px;
	background-image: ;
	background-position: 30px 8px;
	text-align:left;
}

.mainbody-body-company-sub2 {
	background-image: ;
}

.mainbody-body-company-sub3 {
	background-image: ;
}

.mainbody-body-company-sub4 {
	background-image: ;
	display:block;
}

.mainbody-body-company-btns {
	display: flex;
	margin-top: 10px;
	padding-left: 20px;
}

.mainbody-body-company-btns>a {
	cursor: pointer;
	font-size: 14px;
	margin: 0px 10px;
}

.mainbody-body-company-btns>a:hover {
	color: #c9081d;
}

.mainbody-body-user {
	text-align: right;
	margin-top:40px;
}

.mainbody-body-about {
	margin-top: 20px;
	border-top: 2px solid #f5f5f5;
}

.mainbody-body-about-title {
	padding: 30px 0 20px 0;
	display: flex;
	align-items: center;
}
.mainbody-body-about-title>a{
	margin:0 20px;
}

.mainbody-body-about-title-link-con{
	display:flex;
}
.mainbody-body-about-title-link {
	padding: 5px 10px;
	border-radius: 4px;
	border: 1px solid #e6d9d9;
	margin: 0 10px;
	cursor: pointer;
	position: relative;
}

.mainbody-body-about-title-link:hover,
.mainbody-body-about-title-link.active {
	color: #c9081d;
	border-color: #c9081d;
}

.mainbody-body-about-title-link.active:after {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	top: 30px;
	width: 0px;
	border-width: 12px;
	border-style: solid;
	border-color: transparent transparent #f5f5f5 transparent;
}

.mainbody-body-about-list {
	padding: 20px 20px 40px 20px;
	background-color: #f5f5f5;
	border-radius: 10px;
}

.mainbody-body-about-list-item {
	display: flex;
	align-items: flex-end;
	margin: 6px 0;
	text-align:left;
}

.mainbody-body-about-list-item-title {
	width: calc(100% - 90px);
	font-size: 14px;
	color: #666666;
	cursor:pointer;
}

.mainbody-body-about-list-item-title>span {
	color: #c9081d;
}

.mainbody-body-about-list-item-time {
	width: 80px;
	font-size: 12px;
	color: #999;
}

.mainbody-body-about-more {
	font-size: 12px;
	color: #999999;
	text-align: right;
	margin-top: 10px;
	cursor: pointer;
	float:right;
	margin-right:20px;
}

.mainbody-body-about-more>span {
	color: #c9081d;
}

.mainbody-body-solarbe {
	border-radius: 10px;
	border: 4px dotted #f5f5f5;
	margin-top: 10px;
	display: flex;
	padding: 10px;
}

.mainbody-body-solarbe-qr {
	width: 120px;
	height: 100px;
	position: relative;
	padding-left: 20px;
}

.mainbody-body-solarbe-qr>img {
	width: 100px;
}

.mainbody-body-solarbe-con {
	width: calc(100% - 120px);
}

.mainbody-body-solarbe-con-title {
	font-size: 18px;
	line-height: 60px;
}

.mainbody-body-solarbe-con-title>span {
	color: #c9081d;
}

.mainbody-body-solarbe-con-sub {
	color: #999;
	font-size: 14px;
	line-height: 20px;
}

.mainbody-body-solarbe-qr>p {
	width: 10px;
	color: #999;
	font-size: 12px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: flex;
	align-items: center;
	height: 100px;
}

.mainbody-right-advs img {
	margin-bottom: 10px;
	width: 100%;
}

.mainbody-right-title {
	border-top: 1px solid #f5f5f5;
	padding-left: 30px;
	position: relative;
	line-height: 42px;
	background-position: 4px center;
	background-size: 20px;
	margin-top: 30px;
	text-align: left;
}

.mainbody-right-title::after {
	content: "";
	position: absolute;
	height: 2px;
	width: 110px;
	background-color: #c9081d;
	left: 0px;
	top: -2px;
}

.mainbody-right-title>a {
	float: right;
	font-size: 14px;
	color: #666;
	padding-right: 20px;
	background-image: ;
	background-position: right center;
	background-size: 14px;
	cursor: pointer;
}

.mainbody-right-read {
	background-image: ;
}

.mainbody-right-activity {
	background-image: ;
}

.mainbody-right-spl {
	background-image: ;
}

.mainbody-right-url {
	background-image: ;
}

.mainbody-right-listtxt-item {
	line-height: 28px;
	padding: 4px 0;
	font-size: 14px;
	display: block;
	padding-left: 14px;
	position: relative;
}
.mainbody-right-listtxt{
	text-align:left;
}
.mainbody-right-listtxt-itemimg {
	padding-left: 0px;
}

.mainbody-right-listtxt-item::after {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background-color: #333;
	left: 0px;
	top: 17px;
}

.mainbody-right-listtxt-itemimg::after {
	display: none;
}

.mainbody-right-listtxt-item{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.mainbody-right-listtxt-item:hover {
	color: #c9081d;
}

.mainbody-right-listtxt-item:hover::after {
	background-color: #c9081d;
}

.mainbody-right-listtxt-item>img {
	width: 100%;
}

.mainbody-right-listactivity-item {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.mainbody-right-listactivity-item-time {
	width: 86px;
	font-size: 12px;
	line-height: 22px;
	height: 22px;
	color: #c9081d;
	text-align: center;
	border-radius: 22px;
	border: 1px solid #c9081d;
	margin-top: 2px;
}

.mainbody-right-listactivity-item-title {
	width: calc(100% - 96px);
	font-size: 14px;
	position: relative;
	line-height: 28px;
	text-align:left;
}

.mainbody-right-listactivity-item-title:hover {
	color: #c9081d;
	cursor: pointer;
}

.mainbody-right-listactivity-item-title>a {
	position: absolute;
	right: 0px;
	bottom: 0px;
	color: #c9081d;
	cursor: pointer;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%);
	padding-left: 30px;
}

.mainbodyhow{
	display:none;
}
/**/
.mainbody .mainbody-right .special ul li {
    font-size: 14px;
    line-height: 22px;
}
.mainbody .mainbody-right .brand .brand_title {
    font-size: 16px;
    line-height: 24px;
}
.mainbody .mainbody-right .brand .brand_time {
    font-size: 14px;
    line-height: 20px;
}
.mainbody .mainbody-right .brand .brand_time img {
    height: 14px;
}
.mainbody .mainbody-right .brand .brand_place {
    font-size: 14px;
    line-height: 20px;
}
.mainbody .mainbody-right .brand .brand_place img {
    height: 14px;
}
.mainbody .mainbody-right .brand .organizers {
    font-size: 14px;
    line-height: 20px;
}
.mainbody .mainbody-right .brand .brand_details {
    line-height: 30px;
}
.mainbody .mainbody-right .brand .brand_img img {
    height: 97px;
}
.mainbody .mainbody-right .nav {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    position: relative;
    height: 40px;
    padding: 0;
    box-sizing: border-box;
    overflow: visible;
}
.mainbody .mainbody-right .nav dt {
    border-bottom: 1px solid #c9081d;
    padding: 10px 10px 10px 5px;
    position: absolute;
    top: -1px;
}
.mainbody .mainbody-right .nav dd {
    line-height: 40px;
}
.mainbody .mainbody-right .ranking {
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    margin-top: 15px;
}
.mainbody .mainbody-right .ranking .hot {
    padding: 0;
}
.mainbody .mainbody-right .ranking #tabbedpanels_news .tabbedpanelstab {
    float: left;
    width: 33.33333333333333%;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    font-size: 16px;
    color: #888;
    line-height: 16px;
}
.mainbody .mainbody-right .ranking #tabbedpanels_news {
    margin-top: -10px;
}
.mainbody .mainbody-right .ranking #tabbedpanels_news .tabbedpanelstabgroup {
    overflow: hidden;
}
.mainbody .mainbody-right .ranking #tabbedpanels_news .tabbedpanelstabselected {
    border-bottom: 1px solid #c9081d;
    color: #c9081d;
}
.author {
 padding: 0 10px 10px 10px;
 box-sizing: border-box;
 background-color: #f2f2f2 !important;
 margin-top: 70px;
}
.author>img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    margin-top: -60px;
}
.author>dl dt {
    font-size: 18px;
    color: #333;
    line-height: 18px;
    margin: 20px auto 15px auto;
}
.author>dl dd {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #333;
}
.author>a {
    width: 70px;
    height: 32px;
    background-color: #c9081d;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    display: block;
    margin: 15px auto 20px auto;
    border-radius: 3px;
}
.author>a:hover {
    color: #fff;
}
.author>div {
    height: 1px;
    background-color: #ddd;
    margin-bottom: 13px;
}
.author>ul li {
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.author>ul li span {
    font-size: 16px;
    line-height: 30px;
    color: #c9081d;
}
.author>ul li a {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    margin-left: 10px;
}
.author>ul li a:hover {
    text-decoration: underline;
    color: #c9081d;
}
.author>a:last-of-type {
    font-size: 14px;
    color: #c9081d;
    line-height: 14px;
    text-decoration: underline;
    background: none;
    width: auto;
    height: auto;
    margin: 10px auto;
    border-radius: 0;
}
.mainbody .mainbody-right .recommend {
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    margin-bottom: 15px;
}
.mainbody .mainbody-right .recommend ul li {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.mainbody .mainbody-right .recommend ul li div {
    overflow: hidden;
    text-align: left;
}
.mainbody .mainbody-right .recommend ul li div i {
    width: 30px;
    border: 1px solid #c9081d;
    font-size: 14px;
    color: #c9081d;
    display: block;
    float: left;
    text-align: center;
    line-height: 18px;
    box-sizing: border-box;
    font-style: normal;
}
.mainbody .mainbody-right .recommend ul li:first-of-type div i {
    background-color: #c9081d;
    color: #fff;
}
.mainbody .mainbody-right .recommend ul li:nth-of-type(2) div i {
    background-color: #c9081d;
    color: #fff;
}
.mainbody .mainbody-right .recommend ul li:nth-of-type(3) div i {
    background-color: #c9081d;
    color: #fff;
}
.mainbody .mainbody-right .recommend ul li div span {
    float: right;
    width: 235px;
    font-size: 16px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}
.mainbody-body-con img {
    /*width: 100%;*/
	max-width:700px;
}
.mainbody .mainbody-right .recommend ul li:hover div span {
    color: #c9081d;
    text-decoration: underline;
}
.mainbody .mainbody-right .recommend ul li dl {
    overflow: hidden;
    margin-top: 10px;
    display: none;
}
.mainbody .mainbody-right .recommend ul li.active dl {
    display: block;
}
.mainbody .mainbody-right .recommend ul li dl dt {
    float: left;
    width: 100px;
    display: none;
}
.mainbody .mainbody-right .recommend ul li dl dt img {
    width: 100px;
    height: 75px;
}
.mainbody .mainbody-right .recommend ul li dl dd {
    float: right;
    font-size: 14px;
    color: #666;
    text-align: left;
    line-height: 24px;
    width: 100%;
    height: 51px;
    overflow: hidden;
    text-indent: 30px;
}

.c_recommend .tabbedpanelscontentgroup{
	width:100%;
}
.c_recommend .information .load_list dl{
	width:calc(100% - 220px);
}
.load_list dl dd ul li{
	margin-top:10px;
}
.list_nav .nav{
	border-top:none;
}
.nav_bottom{
	z-index:10;
	position:relative;
}

.contentad{
	font-size: 16px;
	line-height: 32px;
	border: 1px dashed #c9081d;
	margin-top:10px;
	margin-bottom:20px;
	padding:10px 0px;
	text-align: center;
	display: none;
}
.contentad>p>a{
		background-image: ;
		background-position: top right;
		background-size: 6%;
		background-repeat: no-repeat;
		padding-right: 24px;
		text-decoration: underline;
		color:#c9081d;
}
.contentad>p>a>span{
	color:#c9081d !important;
}
.contentad>p:first-child{
	margin:0px;
}
.main .main_right{
	/* margin-top:-10px; */
}