@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
    letter-spacing: 0;
    outline: none;
}

body {
    text-align: center;
    font-family: "微软雅黑", "宋体", "黑体";
}
div {
    margin: 0 auto;
}
a {
    text-decoration: none;
    cursor: pointer;
}
img {
    border: none;
    vertical-align: middle;
}
select::-ms-expand {
display: none;
}
.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}
.block {
    display: block !important;
}
/*@keyframes top-banner {
0% {
 height:0;
overflow: hidden;
}
50% {
 height:450px;
overflow: hidden;
}
 75% {
 height:450px;
overflow: hidden;
}
 100% {
 height:50px;
overflow: hidden;
}
}
.top-banner {
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: relative;
    animation: top-banner 7s;
}
.top-banner span img {
    position: absolute;
    top: 5px;
    left: 50%;
    z-index: 2;
    margin-left: 580px;
    width: 20px;
    cursor: pointer;
}
 @keyframes top-banner_img2 {
0% {
 top:-50px;
}
 80% {
 top:-50px;
}
100% {
 top:0;
}
}
.top-banner img {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    margin-left: -960px;
}
.top-banner a {
    display: block;
}
.top-banner a:last-of-type img {
    animation: top-banner_img2 8s;
}*/
/*123*/
.top-banner {
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: relative;
}
.top-banner span img {
    position: absolute;
    top: 5px;
    left: 50%;
    z-index: 2;
    margin-left: 580px;
    width: 20px;
    cursor: pointer;
}
.top-banner img {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    margin-left: -960px;
}
.top-banner a {
    display: block;
}
.lt_banner {
    position: fixed;
    z-index: 115;
    left: 10px;
    top: 174px;
}
.lt_banner a {
    font-size: 18px;
    color: #000;
    line-height: 30px;
    display: block;
    text-align: left;
}
.lt_banner a:hover {
    text-decoration: underline;
    color: #c9081d;
}
.rt_banner {
    position: fixed;
    z-index: 99;
    right: 10px;
    top: 174px;
}
.rt_banner a {
    font-size: 18px;
    color: #000;
    line-height: 30px;
    display: block;
    text-align: left;
}
.rt_banner a:hover {
    text-decoration: underline;
    color: #c9081d;
}
.head {
    width: 1200px;
    margin: 15px auto;
}
.head .logo {
    float: left;
    margin-top: 13px;
    display: inline;
}
.head .head-banner {
    float: left;
    width: 392px;
    margin-left: 29px;
    display: inline;
}
.head .head-search {
    float: right;
    margin-top: 8.5px;
    display: inline;
    width: 315px;
}
.head .head-search .search .search_content {
    float: left;
    height: 38px;
    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;
}
.head .head-search .search .search_content .layui-select-title input {
    font-size: 16px;
    color: #000;
    text-indent: 15px;
}
.head .head-search .search .search_content .layui-form-pane .layui-input-inline {
    margin-left: 0;
}
.head .head-search .search .search_content .layui-form-item .layui-input-inline {
    float: left;
    width: 100%;
    margin-right: 0;
}
.head .head-search .search .search_content * {
    border: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
}
.head .head-search .search .search_content .layui-form-select dl dd {
    background-color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.head .head-search .search .search_content .layui-form-select dl dd:hover {
    background-color: #ddd;
}
.head .head-search .search .search_content .layui-form-select dl dd.layui-this {
    background-color: #c9081d;
}
.head .head-search .search .search_content .layui-form-select dl {
    top: 37px;
    border: 1px solid #ddd;
    overflow-y: visible;
}
/*.head .head-search .search .search_content {
    float: left;
    height: 36px;
    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;
}*/
.head .head-search .search .search_content ul {
    display: none;
    z-index: 3;
    position: relative;
    top: 1px;
    left: 13px;
    border: 1px solid #ddd;
}
/*.head .head-search .search .search_content.show ul {
    display: block !important;
}*/
.head .head-search .search .search_content ul li {
    background-color: #fff;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}
.head .head-search .search .search_content ul li:hover {
    background-color: #ddd;
    color: #000;
}
.head .head-search .search input {
    float: left;
    width: 197px;
    height: 38px;
    border: 1px solid #c9081d;
    box-sizing: border-box;
    border-left: none;
    text-indent: 10px;
    font-size: 16px;
    color: #8e8e8e;
}
.head .head-search .search a {
    float: left;
}
.head .head-search .search a img {
    width: 51px;
    height: 38px;
}
.head .head-search .list {
    float: left;
    margin-top: 8.5px;
    display: inline;/*overflow: hidden;*/
}
.head .head-search .list li {
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    background-image: url(/uploads/image/s2images/arrow_down.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 15px;
    margin-right: 15px;
    display: inline;
    cursor: pointer;
    position: relative;
}
.head .head-search .list li ul {
    position: absolute;
    left: 50%;
    top: 24px;
    background-color: #fff;
    z-index: 3;
    border: 1px solid #ddd;
    width: 103px;
    margin-left: -51.5px;
    text-align: left;
    display: none;
}
.head .head-search .list li.show ul {
    display: block;
}
.head .head-search .list li ul li {
    font-size: 14px;
    line-height: 30px;
    color: #000;
    float: none;
    background: none;
    padding: 0;
    margin: 0;
    display: block;
}
.head .head-search .list li ul li img {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
}
.head .head-search .list li ul li span {
    width: 90%;
    display: block;
    margin: 0 auto;
    text-align: center;
    border-top: 1px dashed #ddd;
}
.head .head-search .list li ul li span img {
    display: block;
    margin: 0;
    width: 100%;
}
.head .head-search .list li ul li a {
    display: inline-block;
    color: #000;
}
.head .head-search .list li ul li:hover a {
    text-decoration: underline;
    color: #c9081d;
}
.head .head-search .user {
    float: right;
    margin-top: 3px;
    margin-right: 5px;
    display: inline;
    position: relative;
    cursor: pointer;
}
.head .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 .head-search .user ul li {
    font-size: 14px;
    line-height: 30px;
    color: #000;
    float: none;
    background: none;
    padding: 0;
    margin: 0;
    display: block;
}
.head .head-search .user ul li img {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
}
.head .head-search .user ul li a {
    display: inline-block;
    color: #000;
}
.head .head-search .user ul li:hover a {
    text-decoration: underline;
    color: #c9081d;
}
.head .head-search .user ul.show {
    display: block;
}
.head .head-search .register {
    float: right;
    width: 90px;
    margin-top: 8.5px;
    display: inline;
    overflow: hidden;
}
.head .head-search .register li a {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    float: right;
    margin: 0 5px;
    display: inline;
    text-decoration: underline;
}
.head .head-search .register li a:hover {
    color: #c9081d;
}
.navigation {
    width: 100%;
    height: 46px;
    background-color: #c9081d;
}
.navigation .nav {
    width: 1200px;
    height: 46px;
    margin: 0 auto;
}
.navigation .nav >li {
    float: left;
    height: 46px;
    position: relative;
    z-index: 2;
}
.navigation .nav >li span {
    position: absolute;
    right: -20px;
    top: -10px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    padding: 4px 10px;
    background-color: #ffb43a;
}
.navigation .nav >li:hover {
    background-color: #a8071a;
}
.navigation .nav >li.active {
    background-color: #a8071a;
}
.navigation .nav >li >a {
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    margin-top: 13px;
    background-image: ;
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0 19px;
    display: block;
    position: relative;
}
.navigation .nav >li:last-of-type >a {
    background-image: none;
}
.navigation .nav >li >a img {
    position: absolute;
    right: 8px;
    top: 7.5px;
}
.navigation .nav >li>ul {
    display: none;
    background-color: #f2f2f2;
    position: absolute;
    left: 50%;
    top: 46px;
    width: 120px;
    margin-left: -60px;
}
.navigation .nav >li:nth-of-type(3)>ul {
    width: 180px;
    margin-left: -90px;
}
.navigation .nav >li.show>ul {
    display: block;
}
.navigation .nav >li>ul >li >a {
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 14px;
    padding: 10px 0;
    text-align: center;
}
.navigation .nav >li>ul >li >a:hover {
    background-color: #ddd;
}
.content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.banner {
    width: 1210px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.banner li {
    float: left;
    margin-right: 10px;
    margin-bottom: 8px;
    display: inline;
    position: relative;
}
.banner li span {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    width: 33px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    text-align: center;
    border-top-left-radius: 5px;
    display: none;
}
.left {
    float: left;
    width: 250px;
}
.left .banner {
    width: 250px;
    height: 380px;
    position: relative;
    margin-top: 0;
}
.left .banner #adbn {
    width: 250px !important;
    height: 380px !important;
}
.left .banner #adbn img {
    width: 250px;
    height: 380px;
}
.left .banner {
    width: 250px;
    height: 380px;
    position: relative;
    margin-top: 0;
}
.left .banner #test1 {
    width: 250px !important;
    height: 380px !important;
}
.left .banner #test1 img {
    width: 250px;
    height: 380px;
}
.left .banner #test1 .layui-carousel-ind {
    top: -9px;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    overflow: hidden;
}
.left .banner #test1 .layui-carousel-ind ul {
    padding: 0;
    background: none;
    border-radius: 0;
    float: right;
}
.left .banner #test1 .layui-carousel-ind ul li {
    border-radius: 0;
    margin: 0;
    width: 16px;
    height: 9px;
    background-color: #000;
    opacity: 0.6;
}
.left .banner #test1 .layui-carousel-ind ul li.layui-this {
    background-color: #c9081d;
    opacity: 1;
}
.left .banner #test1 button {
    display: none;
}
/*.left .banner span {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    width: 33px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    text-align: center;
    border-top-left-radius: 5px;
}*/
.left .seek {
    background-color: #f2f2f2;
    padding: 10px 0 0 10px;
    margin-top: 15px;
    box-sizing: border-box;
    overflow: hidden;
}
.left .seek li {
    float: left;
    width: 70px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline;
}
.left .seek li div {
    font-size: 12px;
    line-height: 16px;
    color: #000;
    text-align: center;
    margin-top: 5px;
}
.left .seek li a:hover div {
    color: #c9081d;
}
.brand {
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    margin-top: 15px;
}
.brand ul.brand_list2 li {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.brand ul.brand_list2 li.active .brand_img {
    display: block;
}
.brand ul.brand_list2 li.active .brand_title span {
    display: inline-block;
}
.brand ul.brand_list2 li.active .brand_time img {
    display: inline-block;
}
.brand ul.brand_list2 li.active .brand_place img {
    display: inline-block;
}
.brand ul.brand_list2 li.active .organizers {
    display: block;
}
.brand ul.brand_list2 li.active .brand_details {
    display: block;
}
.brand ul.brand_list2 li .brand_img {
    display: none;
}
.brand ul.brand_list2 li .brand_title span {
    display: none;
}
.brand ul.brand_list2 li .brand_time img {
    display: none;
}
.brand ul.brand_list2 li .brand_place img {
    display: none;
}
.brand ul.brand_list2 li .organizers {
    display: none;
}
.brand ul.brand_list2 li .brand_details {
    display: none;
}
.brand .brand_img img {
    width: 100%;
    height: 80px;
}
.brand .brand_title {
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    color: #000;
    line-height: 16px;
    margin: 10px 0 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.brand .brand_title a {
    color: #000;
}
.brand .brand_title a:hover {
    text-decoration: underline;
    color: #c9081d;
}
.brand .brand_title span {
    color: #ff0000;
    margin-right: 10px;
}
.brand .brand_time {
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    color: #666;
    margin: 5px 0 0 0;
}
.brand .brand_time img {
    margin-right: 10px;
}
.brand .brand_place {
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    color: #666;
    margin: 5px 0 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.brand .brand_place img {
    margin-right: 10px;
}
.brand .organizers {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-align: left;
    line-height: 16px;
    margin: 5px 0 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.brand .brand_details {
    width: 174px;
    margin: 10px auto;
    margin-bottom: 0;
    background-color: #c9081d;
    display: block;
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 24px;
}
.special {
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    margin-top: 15px;
}
.special .special_projector .layui-carousel {
    width: 100% !important;
    height: 125px !important;
}
.special .special_projector .layui-carousel img {
    width: 100% !important;
    height: 125px !important;
}
.special .special_projector .layui-carousel-ind {
    display: none;
}
.special .special_projector .layui-this {
    position: relative;
}
.special .special_projector .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    text-indent: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: rgba(0,0,0,0.50);
    line-height: 26px;
    text-align: left;
    color: #fff;
}
.special ul li {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
    color: #000;
    text-align: left;
    background-image: url(/uploads/image/s2images/icon_special_list.png);
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.special ul li:last-of-type {
    margin-bottom: 0;
}
.special ul li a {
    color: #000;
}
.special ul li a:hover {
    color: #c9081d;
    text-decoration: underline;
}
.left .left-banner {
    width: 100%;
}
.left .left-banner li {
    margin: 15px 0;
    position: relative;
}
.left .left-banner li img {
    width: 100%;
}
.left .left-banner li span {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    width: 33px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    text-align: center;
    border-top-left-radius: 5px;
    display: none;
}
.left .shine {
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    margin-top: 15px;
}
.left .shine_projector .layui-carousel {
    width: 230px !important;
    height: 325px !important;
}
.left .shine_projector .layui-carousel img {
    width: 230px !important;
    height: 325px !important;
}
.left .shine_projector .title {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    color: #000;
}
.left .shine_projector .layui-carousel .layui-carousel-ind {
    display: none;
}
.left .shine_projector {
    position: relative;
}
.left .shine_projector .subscribe {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    text-indent: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: rgba(0,0,0,0.50);
    line-height: 26px;
    text-align: left;
    color: #fff;
}
.left .shine_projector .subscribe span {
    line-height: 38px;
    float: left;
}
.left .shine_projector .subscribe a {
    background-color: #c9081d;
    color: #fff;
    display: inline-block;
    text-align: right;
    float: right;
    line-height: 16px;
    padding: 3px 0;
    padding-right: 8px;
    box-sizing: border-box;
}
.left .shine_projector .subscribe a:hover {
    text-decoration: underline;
}
.nav {
    overflow: hidden;
    padding: 10px 0;
}
.nav dt {
    float: left;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    vertical-align: middle;
    overflow: hidden;
}
.nav dt div {
    float: left;
}
.nav dt div span {
    color: #c9081d;
}
.nav dt img {
    height: 20px;
    float: left;
    margin-right: 5px;
    display: inline;
}
.nav dd {
    float: right;
    color: #c9081d;
    font-size: 12px;
    line-height: 20px;
}
.nav dd a {
    color: #c9081d;
}
.nav dd a:hover {
    text-decoration: underline;
}
.center {
    float: left;
    width: 570px;
    margin: 0 40px;
    display: inline;
}
.right {
    float: right;
    width: 300px;
}
.news .news_nav {
    font-size: 22px;
    color: #333;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    font-weight: bold;
    text-align: left;
    float: left;
}
.news .news_nav span {
    background-color: #c9081d;
    color: #fff;
    padding: 0 2px;
}
.news .news_logo {
    float: right;
}
.news>section {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.news>section div {
    font-size: 16px;
    color: #333;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin: 15px 0;
}
.news>section div:first-of-type {
    font-size: 20px;
    line-height: 30px;
    color: #323232;
    font-weight: bold;
    white-space: initial;
}
.news>section div a {
    color: #333;
}
.news>section div a:hover {
    text-decoration: underline;
    color: #c9081d;
}
.news>section div span {
    width: 49%;
    border-right: 1px solid #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    text-align: left;
}
.news>section div span:last-of-type {
    padding-left: 5px;
    box-sizing: border-box;
    border-right: none !important;
}
.news>section div:nth-of-type(2) span {
    border-right: 1px solid #c9081d;
}
.news>section div:nth-of-type(2) span a {
    color: #c9081d;
}
.recommend {
    position: relative;
}
.recommend .nav {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    line-height: 50px;
    text-align: left;
}
.recommend .layui-carousel {
    width: 570px !important;
    height: 223px !important;
}
.recommend .layui-carousel img {
    width: 570px;
    height: 223px;
}
.recommend .layui-carousel-ind {
    top: -259px;
    text-align: right;
}
.recommend .layui-carousel-ind .layui-this {
    background-color: #c9081d;
}
.recommend .layui-carousel-ind .layui-this:hover {
    background-color: #c9081d;
}
.recommend .layui-carousel-ind li {
    background-color: #d2d2d2;
}
.recommend .layui-carousel-ind li:hover {
    background-color: #d2d2d2;
}
.recommend .layui-carousel-ind ul:hover {
    background: none;
}
.recommend .layui-carousel-ind ul {
    background: none;
}
/*.recommend span {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    width: 33px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    text-align: center;
    border-top-left-radius: 5px;
}*/
.load_list li {
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}
.load_list li a:hover dt {
    text-decoration: underline;
}
.load_list img {
    float: left;
    width: 140px;
    height: 88px;
}
.load_list dl {
    float: right;
    width: 400px;
    height: 88px;
    position: relative;
    overflow: hidden;
}
.load_list dl dt {
    font-size: 16px;
    color: #000;
    line-height: 24px;
	height:24px;
    max-height: 48px;
    text-align: left;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.load_list dl dt a {
    color: #333;
}
.load_list dl dt a:hover {
    color: #c9081d;
    text-decoration: underline;
}
.load_list dl dd {
    position: absolute;
    bottom: 0;
    text-align: left;
    font-size: 12px;
    color: #b1b0b0;
    line-height: 15px;
}
.load_list dl dd p{
    font-size: 14px;
    color: #201c1c;
    line-height: 20px;
	height: 60px;
    overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	position: relative;
	top: -25px;
}
.load_list dl dd ul {
    position: relative;
}
.load_list dl dd ul li {
    float: left;
    margin: 0;
    margin-right: 15px;
    display: inline;
    padding: 0;
    border: 0;
    /*overflow: auto;*/
}
.load_list dl dd ul li a {
    margin-right: 5px;
    color: #b1b0b0;
}
.load_list dl dd ul li a:hover {
    color: #c9081d;
    text-decoration: underline;
}
.load_list dl dd ul li img {
    margin-right: 5px;
    width: 15px;
    height: 15px;
}
.load_list .load_img {
    margin-top: -5px;
    width: auto;
    height: auto;
    float: none;
}
.load_list .load_img dt {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    max-height: 64px;
    overflow: hidden;
    text-align: left;
}
.load_list .load_img a:hover dt {
    text-decoration: underline;
    color: #c9081d;
}
.load_list .load_img dd {
    overflow: hidden;
    position: relative;
    width: 585px;
    margin-top: 15px;
}
.load_list .load_img dd img {
    float: left;
    margin-right: 15px;
    display: inline;
    width: 180px;
    height: 113px;
}
.loading {
    display: block;
    font-size: 18px;
    color: #c9081d;
    border: 1px dashed #ddd;
    border-top: 0;
    padding: 10px 0;
    margin-top: -20px;
}
.loading:hover {
    color: #c9081d;
}
.loading img {
    display: inline-block;
    margin-right: 10px;
    height: 16px;
}
.loading span {
    display: inline-block;
}
.nav24 {
    border-top: 2px solid #eeeeee;
    padding-top: 5px;
}
.nav24 dt {
    font-size: 18px;
    color: #000;
    line-height: 24px;
    font-weight: bold;
    float: left;
    border-top: 2px solid #c9081d;
    margin-top: -7px;
    padding-top: 5px;
}
.nav24 dt img {
    margin-right: 5px;
}
.nav24 dd {
    font-size: 14px;
    color: #989898;
    line-height: 24px;
    float: right;
}
.nav24 dd a {
    color: #989898;
}
.content24 {
    overflow-y: scroll;
    width: 100%;
    height: 426px;
}
.content24 ul li {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
}
.content24 ul li dl {
    overflow: hidden;
}
.content24 ul li dl dt {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    text-align: left;
    background-image: ;
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0;
}
.content24 ul li dl dd {
    font-size: 12px;
    color: #808080;
    line-height: 12px;
}
.content24 ul li dl dd:first-of-type {
    float: left;
    margin-left: 10px;
    display: inline;
}
.content24 ul li dl dd:last-of-type {
    float: right;
    margin-right: 10px;
    display: inline;
}
.content24 ul li a:hover dt {
    text-decoration: underline;
    color: #c9081d;
}
.content24 .date {
    text-align: left;
}
.content24 .date span {
    font-size: 12px;
    color: #c9081d;
    border: 1px solid #c9081d;
    padding: 5px 10px;
    display: inline-block;
    margin: 10px 0 0 0;
}
.right .right-banner {
    width: 100%;
}
.right .right-banner li {
    margin: 15px 0;
    position: relative;
}
.right .right-banner li img {
    width: 100%;
}
.right .right-banner li span {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    width: 33px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    text-align: center;
    border-top-left-radius: 5px;
    display: none;
}
.big {
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    margin-top: 15px;
    width: 300px;
}
.big .big_list li {
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.big .big_list li:last-of-type {
    border-bottom: none;
}
.big .big_list li img {
    float: left;
    width: 95px;
    height: 105px;
}
.big .big_list li dl {
    width: 170px;
    float: right;
    text-align: left;
}
.big .big_list li dl dt {
    text-align: left;
    display: inline;
    font-size: 14px;
    color: #000;
    line-height: 24px;
}
.big .big_list li dl dd {
    text-align: left;
    display: inline;
    font-size: 14px;
    color: #000;
    line-height: 24px;
}
.big .big_list li dl dd a:hover {
    color: #c9081d;
    text-decoration: underline;
}
.big .big_list li div {
    text-align: left;
    font-size: 14px;
    color: #000;
    line-height: 24px;
    margin: 5px 0;
}
.big .big_list li div a:hover {
    color: #c9081d;
    text-decoration: underline;
}
.big .big_list li a:hover div {
    text-decoration: underline;
    color: #c9081d;
}
.big .layui-carousel {
    height: 347px !important;
    margin: 40px 0 30px 0;
}
.big .layui-carousel-ind {
    display: none;
}
.big .layui-carousel-arrow {
    width: 40px;
    height: 20px;
    line-height: 20px;
    border-radius: 0;
}
.big .layui-carousel-arrow:first-of-type {
    top: -30px;
}
.big .layui-carousel-arrow:last-of-type {
    bottom: -30px !important;
}
.big .layui-carousel > [carousel-item] > * {
    background-color: #f2f2f2;
}
.big .layui-carousel[lay-anim="updown"] .layui-carousel-arrow {
    top: -30px;
    opacity: 1;
}
.author {
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    margin-top: 15px;
}
.author .author_pic {
    position: relative;
    width: 292px;
}
.author .author_pic li {
    float: left;
    width: 61px;
    margin-right: 12px;
    position: relative;
}
.author .author_pic li img {
    width: 61px;
}
.author .author_pic li div {
    font-size: 14px;
    color: #000;
    line-height: 30px;
    text-align: center;
}
.author .author_pic li a:hover div {
    text-decoration: underline;
    color: #c9081d;
}
.author .author_pic li .author_pop {
    position: absolute;
    z-index: 2;
    left: -231px;
    top: 0;
    display: none;
    width: 215px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(221, 221, 221);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    padding: 15px;
    box-sizing: border-box;
}
.author .author_pic li.show .author_pop {
    display: block;
}
.author .author_pic li .author_pop dl dt {
    font-size: 16px;
    color: #000;
    line-height: 16px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 10px;
}
.author .author_pic li .author_pop dl dt i {
    width: 4px;
    height: 16px;
    background-color: #c9081d;
    margin-right: 10px;
    float: left;
}
.author .author_pic li .author_pop dl dt span {
    float: left;
}
.author .author_pic li .author_pop dl dd a {
    font-size: 14px;
    color: #000;
    line-height: 30px;
    text-align: left;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-image: ;
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 15px;
}
.author .author_pic li .author_pop dl dd a:hover {
    text-decoration: underline;
    color: #c9081d;
}
.author .author_pic li .author_pop img {
    position: absolute;
    top: 10px;
    right: -17px;
    z-index: 1;
    width: auto;
    height: auto;
}
.author .author_news {
    margin-top: 10px;
}
.author .author_news li {
    font-size: 14px;
    line-height: 32px;
    color: #000;
    text-align: left;
    background-image: ;
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 15px;
}
.author .author_news li a {
    color: #000;
}
.author .author_news li a:hover {
    text-decoration: underline;
    color: #c9081d;
}
.main-banner {
    width: 100%;
}
.main-banner li {
    margin: 20px 0;
    position: relative;
}
.main-banner li img {
    width: 100%;
}
.main-banner li span {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    width: 33px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    text-align: center;
    border-top-left-radius: 5px;
    display: none;
}
.main-banner2 {
    width: 1210px;
    overflow: hidden;
    position: relative;
}
.main-banner2 li {
    margin: 20px 0;
    position: relative;
    float: left;
    margin-right: 10px;
    display: inline;
}
.main-banner2 li span {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    width: 33px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    text-align: center;
    border-top-left-radius: 5px;
}
.video_list {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: -20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.video_list li {
    float: left;
    position: relative;
    width: 24%;
    margin-bottom: 20px;
    display: inline;
}
.video_list li img {
    width: 100%;
    height: 100%;
}
.video_list li dl {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    padding: 10px 15px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
	align-items: center;
}
.video_list li dl dt {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    text-align: left;
    float: left;
    width: 100%;
}
.video_list li dl dd {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.video_list li dl dd img {
    width: auto;
    height: 17px;
}
.video_list li a:hover dt {
    text-decoration: underline;
    color: #e70014;
}
.pic_list {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: -20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pic_list li {
    float: left;
    position: relative;
    width: 24%;
    margin-bottom: 20px;
    display: inline;
}
.pic_list li img {
    width: 100%;
    height: 100%;
}
.pic_list li dl {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    padding: 10px 15px;
    box-sizing: border-box;
    overflow: hidden;
    display: table;
}
.pic_list li dl dt {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    text-align: left;
    float: left;
    width: 100%;
}
.pic_list li dl dd {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.pic_list li dl dd img {
    width: auto;
    height: 17px;
}
.pic_list li a:hover dt {
    text-decoration: underline;
    color: #e70014;
}
.course_list {
    overflow: hidden;
    position: relative;
    width: 1225px;
    margin-bottom: -20px;
}
.course_list li {
    float: left;
    position: relative;
    width: 310px;
    margin-right: 25px;
    margin-bottom: 20px;
    display: inline;
}
.course_list li img {
    width: 310px;
    height: 198px;
}
.course_list li dl {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    padding: 10px 15px;
    box-sizing: border-box;
    overflow: hidden;
    display: table;
}
.course_list li dl dt {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    text-align: left;
    float: left;
    width: 250px;
}
.course_list li dl dd {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.course_list li dl dd img {
    width: auto;
    height: 17px;
}
.course_list li:first-of-type {
    width: 530px;
}
.course_list li:first-of-type img {
    width: 530px;
    height: 416px;
}
.course_list li:first-of-type dl dt {
    font-size: 20px;
    color: #fff;
    line-height: 39px;
    text-align: left;
    width: 450px;
}
.course_list li:first-of-type dl dd img {
    height: 39px;
    width: auto;
}
.course_list li a:hover dt {
    text-decoration: underline;
    color: #e70014;
}
.exhibition .exhibition_nav {
    margin: 0px;
    padding: 0px;
    overflow: visible;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    height: 45px;
    position: relative;
}
.exhibition .exhibition_nav div {
    float: left;
    width: auto;
    padding: 0 65px;
    display: inline;
    font-size: 22px;
    line-height: 45px;
    list-style: none;
    background-color: #fff;
    color: #000;
    border-top: 3px solid #c9081d;
    position: relative;
    top: -3px;
    left: -1px;
    border-bottom: 1px solid #fff;
}
.exhibition .exhibition_nav a:first-of-type {
    position: absolute;
    right: 110px;
    font-size: 22px;
    line-height: 45px;
    color: #000;
}
.exhibition .exhibition_nav a:last-of-type {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 16px;
    color: #c9081d;
    line-height: 45px;
}
.exhibition .exhibition_nav a:hover {
    text-decoration: underline;
}
.exhibition ul {
    overflow: hidden;
    position: relative;
    width: 1212px;
    margin-top: 10px;
    margin-bottom: -10px;
}
.exhibition ul li {
    float: left;
    width: 190px;
    margin-right: 12px;
    margin-bottom: 10px;
    display: inline;
}
.exhibition ul li img {
    width: 190px;
    height: 110px;
}
.link_list {
    width: 200px;
    float: left;
    text-align: center;
    margin: 20px 0;
    display: inline;
}
.link_list ul li a {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}
.link_list ul li a:hover {
    color: #c9081d;
    text-decoration: underline;
}
.nav_bottom {
    background-color: #c9081d;
    height: 40px;
    padding-top: 13px;
    box-sizing: border-box;
}
.nav_bottom li {
    display: inline-block;
    vertical-align: top;
}
.nav_bottom li a {
    color: #fff;
    border-right: 1px solid #fff;
    line-height: 14px;
    display: block;
    padding: 0 15px;
    font-size: 14px;
}
.nav_bottom li:last-of-type a {
    border: none;
}
.nav_bottom li a:hover {
    text-decoration: underline;
}
.information {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin: 20px 0;
}
.bottom_img li {
    display: inline-block;
    margin-bottom: 10px;
}
.r_fixed {
    position: fixed;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-left: 615px;
}
.r_fixed li {
    width: 48px;
    height: 48px;
    background-color: #f5443c;
    border-radius: 2px;
    margin-bottom: 5px;
    position: relative;
}
.r_fixed li span {
    display: none;
    position: absolute;
    left: -130px;
    top: 0;
}
.r_fixed li:hover {
    background-color: #f21800;
}
.r_fixed li:hover span {
    display: block;
}
.fixed {
    top: 0;
    width: 570px;
    z-index: 2;
}
.fixed2 {
    width: 570px;
    z-index: 1;
    top: 45px;
}
.height_nav {
    height: 91px !important;
}
.load_news {
    position: relative;
}
.banner_full .layui-carousel {
    width: 1200px !important;
    height: 300px !important;
    margin: 10px auto 0 auto;
}
.banner_full .layui-carousel img {
    width: 1200px;
    height: 300px;
}
.banner_full .layui-carousel > [carousel-item] > * {
    background-color: #fff !important;
}
.select {
    text-align: left;
}
.select .nav {
    font-size: 30px;
    line-height: 50px;
    color: #000;
    border-bottom: 2px solid #c9081d;
    text-align: left;
    display: inline-block;
    margin: 10px 0 20px 0;
}
.select .select_list dl {
    overflow: hidden;
    margin-bottom: 15px;
}
.select .select_list dl dt {
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    background-color: #c9081d;
    width: 90px;
    text-align: center;
}
.select .select_list dl dd {
    float: right;
    width: 1100px;
    overflow: hidden;
}
.select .select_list dl dd ul li {
    float: left;
    font-size: 14px;
    line-height: 30px;
    margin: 0 10px;
    color: #000;
    text-align: center;
    cursor: pointer;
}
.select .select_list dl dd ul li:hover {
    color: #c9081d;
    text-decoration: underline;
}
.select .select_list dl dd ul li:first-of-type {
/*color: #c9081d;
    text-decoration: underline;*/
}
.hyhot {
    color: #c9081d;
    text-decoration: underline;
}
.select .s_main {
    overflow: hidden;
    position: relative;
    width: 1230px;
}
.select .s_main li {
    float: left;
    width: 380px;
    margin-right: 30px;
    margin-bottom: 20px;
    display: inline;
    padding: 20px;
    box-sizing: border-box;
    background-color: #f2f2f2;
}
.select .s_main li a img {
    height: 209px;
}
.select .s_main li img {
    width: 100%;
}
.select .s_main li dl {
    overflow: hidden;
}
.select .s_main li dl dt {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #000;
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
    margin-bottom: 10px;
}
.select .s_main li dl dt a {
    color: #000;
}
.select .s_main li dl dt a:hover {
    color: #c9081d;
    text-decoration: underline;
}
.select .s_main li dl dd {
    display: inline;
    margin-bottom: 10px;
    float: left;
}
.select .s_main li dl dd:last-of-type {
    float: right;
}
.select .s_main li dl dd img {
    width: 14px;
    margin-right: 10px;
}
.select .s_main li dl dd span {
    font-size: 14px;
    color: #666;
    text-align: left;
}
.select .s_main li .s_title {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #000;
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
    margin-bottom: 10px;
}
.select .s_main li .s_title a {
    color: #000;
}
.select .s_main li .s_title a:hover {
    color: #c9081d;
    text-decoration: underline;
}
.select .s_main li .time {
    display: inline;
    margin-bottom: 10px;
    float: left;
}
.select .s_main li .time img {
    width: 14px;
    margin-right: 10px;
}
.select .s_main li .time span {
    font-size: 14px;
    color: #666;
    text-align: left;
}
.select .s_main li .location {
    float: right;
}
.select .s_main li .location img {
    width: 14px;
    margin-right: 10px;
}
.select .s_main li .location span {
    font-size: 14px;
    color: #666;
    text-align: left;
}
.select .s_main .num {
    font-size: 14px;
    color: #666;
    text-align: left;
    margin-bottom: 10px;
}
.select .s_main .num img {
    width: 14px;
    margin-right: 10px;
}
.select .s_main .company {
    overflow: hidden;
}
.select .s_main .company span {
    float: left;
    width: 94px;
    color: #666;
}
.select .s_main .company span img {
    width: 14px;
    float: none;
    height: auto;
    margin: 0;
    margin-right: 10px;
    display: inline;
    cursor: auto;
}
.select .s_main .company ul {
    float: left;
    width: 246px;
    height: 16px;
    overflow: hidden;
    background-image: url(/uploads/image/s2images/arrow_down.png);
    background-repeat: no-repeat;
    background-position: right 5px;
}
.select .s_main .s_content.show .company ul {
    height: auto;
}
.select .s_main .company ul li {
    font-size: 14px;
    color: #666;
    line-height: 16px;
    text-align: center;
    width: auto;
    margin: 0 0 10px 0;
    padding: 0 10px;
    background: none;
    box-sizing: border-box;
    float: left;
    display: inline;
}
.select .s_main .company ul li a {
    color: #666;
}
.select .s_main .company ul li a:hover {
    color: #c9081d;
    text-decoration: underline;
}
.select .s_main .company img {
    float: right;
    width: 10px;
    height: 6px;
    margin-top: 5px;
    display: inline;
    cursor: pointer;
}
.select .load {
    display: block;
    font-size: 18px;
    color: #c9081d;
    border: 1px dashed #ddd;
    padding: 10px 0;
    margin-bottom: 20px;
    text-align: center;
}
.select .load img {
    display: inline-block;
    margin-right: 10px;
    height: 16px;
}
.columnist {
    overflow: hidden;
    margin: 20px 0;
}
.columnist .columnist_l {
    float: left;
    width: 400px;
    min-height: 330px;
    background-color: #f7f7f7;
}
.columnist .columnist_l .columnist_pic img {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    margin-top: 20px;
}
.columnist .columnist_l .columnist_pic> dl dt {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    text-align: center;
    margin: 10px 0;
    padding: 0 30px;
    box-sizing: border-box;
}
.columnist .columnist_l .columnist_pic> dl dd {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    text-align: center;
    padding: 0 30px;
    box-sizing: border-box;
}
.columnist .columnist_l .columnist_pic ul {
    overflow: hidden;
    padding: 0 30px;
    box-sizing: border-box;
    margin-top: 20px;
}
.columnist .columnist_l .columnist_pic ul li {
    float: left;
    width: 33.33333333333333%;
}
.columnist .columnist_l .columnist_pic ul li:nth-of-type(2) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
}
.columnist .columnist_l .columnist_pic ul li dl dt {
    font-size: 16px;
    color: #c9081d;
    line-height: 24px;
    text-align: center;
}
.columnist .columnist_l .columnist_pic ul li dl dd {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    text-align: center;
}
.columnist .columnist_l .columnist_pic ul li a {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background-color: #c9081d;
    border-radius: 100px;
    width: 70%;
    display: block;
    margin: 9px auto 0 auto;
}
.columnist .columnist_r {
    float: right;
    width: 760px;
}
.columnist .columnist_r ul li {
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 20px;
}
.columnist .columnist_r ul li dl dt {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}
.columnist .columnist_r ul li dl dt a {
    color: #000;
}
.columnist .columnist_r ul li dl dt a:hover {
    color: #c9081d;
    text-decoration: underline;
}
.columnist .columnist_r ul li dl dd {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    text-indent: 32px;
    text-align: left;
    margin-bottom: 10px;
}
.columnist .columnist_r ul li div {
    text-align: left;
}
.columnist .columnist_r ul li div span {
    font-size: 12px;
    color: #b1b0b0;
    line-height: 15px;
    margin-right: 15px;
}
.columnist .columnist_r ul li div span img {
    margin-right: 5px;
    width: 15px;
    height: 15px;
}
.columnist .columnist_r ul li div span a {
    color: #b1b0b0;
    text-align: left;
    margin-right: 5px;
}
.columnist .columnist_r ul li div span a:hover {
    color: #c9081d;
    text-decoration: underline;
}
.special_pic {
    overflow: hidden;
    position: relative;
    width: 1225px;
    margin: 20px 0 0 0;
}
.special_pic li {
    float: left;
    position: relative;
    width: 310px;
    margin-right: 25px;
    margin-bottom: 20px;
    display: inline;
}
.special_pic li img {
    width: 310px;
    height: 198px;
}
.special_pic li dl {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    padding: 10px 15px;
    box-sizing: border-box;
    overflow: hidden;
    display: table;
}
.special_pic li dl dt {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    text-align: left;
    float: left;
    width: 250px;
}
.special_pic li:first-of-type {
    width: 530px;
}
.special_pic li:first-of-type img {
    width: 530px;
    height: 416px;
}
.special_pic li:first-of-type dl dt {
    font-size: 20px;
    color: #fff;
    line-height: 39px;
    text-align: left;
    width: 450px;
}
.special_pic li a:hover dt {
    text-decoration: underline;
    color: #e70014;
}
.special_nav {
    margin: 0px;
    padding: 0px;
    overflow: visible;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    height: 45px;
    position: relative;
}
.special_nav div {
    float: left;
    width: auto;
    padding: 0 65px;
    display: inline;
    font-size: 22px;
    line-height: 45px;
    list-style: none;
    background-color: #fff;
    color: #000;
    border-top: 3px solid #c9081d;
    position: relative;
    top: -3px;
    left: -1px;
    border-bottom: 1px solid #fff;
}
.special_nav a {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 16px;
    color: #c9081d;
    line-height: 45px;
}
.special_nav a:hover {
    text-decoration: underline;
    color: #c9081d;
}
.special_list {
    overflow: hidden;
    position: relative;
    width: 1225px;
    margin-top: 20px;
}
.special_list li {
    float: left;
    width: 587.5px;
    margin-right: 25px;
    margin-bottom: 20px;
    display: inline;
}
.special_list li a>img {
    width: 100%;
    height: 183.583px;
}
.special_list li dl {
    overflow: hidden;
}
.special_list li dl dt {
    text-align: left;
    font-size: 18px;
    color: #000;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0;
}
.special_list li dl dt a {
    color: #000;
}
.special_list li dl dt a:hover {
    color: #c9081d;
    text-decoration: underline;
}
.special_list li dl dd:first-of-type {
    float: left;
    font-size: 14px;
    line-height: 15px;
    color: #b1b0b0;
    text-align: left;
}
.special_list li dl dd:first-of-type img {
    margin-right: 5px;
    vertical-align: top;
}
.special_list li dl dd:last-of-type {
    float: right;
    font-size: 14px;
    line-height: 15px;
    color: #b1b0b0;
}
.special_list li dl dd:last-of-type a {
    color: #b1b0b0;
    text-decoration: underline;
}
.special_list li dl dd:last-of-type a:hover {
    color: #c9081d;
    text-decoration: underline;
}
.list_nav {
    border-bottom: 1px solid #ddd;
    margin: 10px 0 20px 0;
    text-align: left;
	background-color: aliceblue;
}
.list_nav .nav {
    font-size: 30px;
    line-height: 50px;
    color: #000;
    border-bottom: 2px solid #c9081d;
    text-align: left;
    display: inline-block;
    position: relative;
    top: 1px;
}
.a-z ul {
    overflow: hidden;
    position: relative;
    width: 1220px;
}
.a-z ul li {
    float: left;
    width: 41px;
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline;
    background-color: #ddd;
    font-size: 18px;
    line-height: 41px;
    color: #000;
    text-align: center;
    border-radius: 100%;
}
.a-z ul li a {
    color: #000;
    display: block;
    border-radius: 100%;
}
.a-z ul li a:hover {
    background-color: #c9081d;
    color: #fff;
}
.author_list .list_nav {
    margin-top: -10px;
}
.author_list>ul {
    overflow: hidden;
    position: relative;
    width: 1240px;
}
.author_list>ul li {
    float: left;
    width: 270px;
    margin-right: 40px;
    display: inline;
    margin-bottom: 30px;
    overflow: hidden;
}
.author_list>ul li img {
    width: 95px;
    height: 95px;
    border-radius: 100%;
    float: left;
}
.author_list>ul li dl {
    width: 160px;
    float: right;
}
.author_list>ul li dl dt {
    text-align: left;
    font-size: 20px;
    color: #000;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.author_list>ul li dl dd {
    text-align: left;
    font-size: 14px;
    color: #333;
    line-height: 14px;
    margin-bottom: 8px;
}
.author_list>ul li dl dd span {
    color: #c9081d;
}
.author_list>ul li a:hover dl dt {
    text-decoration: underline;
    color: #c9081d;
}
.author_list>ul li a:hover dl dd {
    text-decoration: underline;
}
.main {
    overflow: hidden;
    margin-top: 20px;
}
.main .main_left {
    float: left;
    width: 860px;
}
.main .main_left .column_list li {
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}
.main .main_left .column_list li:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}
.main .main_left .column_list li>div {
    float: left;
    width: 100px;
}
.main .main_left .column_list li>div img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
}
.main .main_left .column_list li>div span {
    display: block;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    margin: 15px 0;
    color: #000;
}
.main .main_left .column_list li>div a {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background-color: #c9081d;
    border-radius: 5px;
    width: 60px;
    display: block;
    margin: 0 auto;
}
.main .main_left .column_list li>dl {
    float: right;
    width: 730px;
    height: 180px;
    position: relative;
}
.main .main_left .column_list li>dl dt {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 5px;
}
.main .main_left .column_list li>dl dt a {
    color: #000;
}
.main .main_left .column_list li>dl dt a:hover {
    color: #c9081d;
    text-decoration: underline;
}
.main .main_left .column_list li>dl dd:first-of-type {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    text-indent: 32px;
    text-align: left;
    margin-bottom: 10px;
    height: 48px;
    overflow: hidden;
}
.main .main_left .column_list li>dl dd:last-of-type {
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 5px;
}
.main .main_left .column_list li>dl dd:last-of-type span {
    font-size: 12px;
    color: #b1b0b0;
    line-height: 15px;
    margin-right: 15px;
}
.main .main_left .column_list li>dl dd:last-of-type span img {
    margin-right: 5px;
    width: 15px;
    height: 15px;
}
.main .main_left .column_list li>dl dd:last-of-type span a {
    color: #b1b0b0;
    text-align: left;
    margin-right: 5px;
}
.main .main_left .column_list li>dl dd:last-of-type span a:hover {
    color: #c9081d;
    text-decoration: underline;
}
.main .main_right {
    width: 300px;
    float: right;
}
.main .main_right .column_search {
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    background-color: #f2f2f2;
}
.main .main_right .column_search>div {
    overflow: hidden;
}
.main .main_right .column_search>div input {
    width: 230px;
    float: left;
    height: 30px;
    font-size: 16px;
    color: #8e8e8e;
    line-height: 30px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    text-indent: 10px;
}
.main .main_right .column_search>div a {
    width: 50px;
    height: 30px;
    background-color: #c9081d;
    float: right;
}
.main .main_right .column_search>div a img {
    margin-top: 5.5px;
}
.main .main_right .column_author {
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    margin-top: 15px;
}
.main .main_right .column_author ul {
    overflow: hidden;
    position: relative;
    width: 294px;
}
.main .main_right .column_author ul li {
    width: 84px;
    float: left;
    margin-right: 14px;
    margin-bottom: 10px;
    display: inline;
    position: relative;
}
.main .main_right .column_author ul li img {
    width: 84px;
    height: 92px;
}
.main .main_right .column_author ul li div {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 18px;
}
.load {
    display: block;
    font-size: 18px;
    color: #c9081d;
    border: 1px dashed #ddd;
    padding: 10px 0;
    margin-bottom: 20px;
    text-align: center;
}
.load:hover {
    color: #c9081d;
}
.load img {
    display: inline-block;
    margin-right: 10px;
    height: 16px;
}
.main .main_right .guess {
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    margin-top: 15px;
}
.main .main_right .guess ul li {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.main .main_right .guess ul li div {
    font-size: 16px;
    line-height: 18px;
    color: #333;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main .main_right .guess ul li dl {
    overflow: hidden;
    margin-top: 10px;
    display: none;
}
.main .main_right .guess ul li.active dl {
    display: block;
}
.main .main_right .guess ul li:hover div {
    color: #c9081d;
    text-decoration: underline;
}
.main .main_right .guess ul li dl dt {
    float: left;
    width: 100px;
}
.main .main_right .guess ul li dl dt img {
    width: 100px;
    height: 75px;
}
.main .main_right .guess ul li dl dd {
    float: right;
    font-size: 14px;
    color: #666;
    text-align: left;
    line-height: 24px;
    width: 165px;
    height: 75px;
    overflow: hidden;
}
.main .main_right .hot {
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    margin-top: 15px;
}
.main .main_right .hot ul li {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.main .main_right .hot ul li div {
    overflow: hidden;
    text-align: left;
}
.main .main_right .hot 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;
}
.main .main_right .hot ul li:first-of-type div i {
    background-color: #c9081d;
    color: #fff;
}
.main .main_right .hot ul li:nth-of-type(2) div i {
    background-color: #c9081d;
    color: #fff;
}
.main .main_right .hot ul li:nth-of-type(3) div i {
    background-color: #c9081d;
    color: #fff;
}
.main .main_right .hot ul li div span {
    float: right;
    width: 235px;
    font-size: 16px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}
.main .main_right .hot ul li:hover div span {
    color: #c9081d;
    text-decoration: underline;
}
.main .main_right .hot ul li dl {
    overflow: hidden;
    margin-top: 10px;
    display: none;
}
.main .main_right .hot ul li.active dl {
    display: block;
}
.main .main_right .hot ul li dl dt {
    float: left;
    width: 100px;
}
.main .main_right .hot ul li dl dt img {
    width: 100px;
    height: 75px;
}
.main .main_right .hot ul li dl dd {
    float: right;
    font-size: 14px;
    color: #666;
    text-align: left;
    line-height: 24px;
    width: 165px;
    height: 75px;
    overflow: hidden;
}
.main .main_right .wechat {
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    margin-top: 15px;
}
.main .main_right .wechat> div {
    overflow: hidden;
    position: relative;
    width: 290px;
}
.main .main_right .wechat> div img {
    float: left;
    width: 135px;
    height: 135px;
    margin-right: 10px;
    display: inline;
}
.main .main_right .special .special_projector .layui-carousel {
    width: 100% !important;
    height: 152px !important;
}
.main .main_right .special .special_projector .layui-carousel img {
    width: 100% !important;
    height: 152px !important;
}
.news_pic {
    overflow: hidden;
    position: relative;
    width: 880px;
    margin-bottom: -20px;
}
.news_pic li {
    float: left;
    position: relative;
    width: 205px;
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline;
}
.news_pic li img {
    width: 205px;
    height: 143.5px;
}
.news_pic li dl {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    padding: 10px 15px;
    box-sizing: border-box;
    overflow: hidden;
    display: table;
}
.news_pic li dl dt {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    text-align: left;
    float: left;
    width: 100%;
    height: 24px;
    overflow: hidden;
}
.news_pic li:hover dl dt {
    height: auto;
}
.news_pic li dl dd {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.news_pic li dl dd img {
    width: auto;
    height: 17px;
}
.news_pic li:first-of-type {
    width: 410px;
}
.news_pic li:first-of-type img {
    width: 410px;
    height: 307px;
}
.news_pic li:first-of-type dl dt {
    font-size: 20px;
    color: #fff;
    line-height: 39px;
    height: 39px;
    overflow: hidden;
    text-align: left;
}
.news_pic li:first-of-type dl dd img {
    height: 39px;
    width: auto;
}
.news_pic li a:hover dt {
    text-decoration: underline;
    color: #fff;
}
.main_right .news_banner img {
    width: 300px;
    height: 307px;
}
.information {
    margin-bottom: 20px;
}
.information .fixed {
    width: 860px;
}
.information .fixed2 {
    width: 860px;
}
.information .load_list img {
    width: 210px;
    height: 132px;
}
.information .load_list dl dd ul li img {
    width: 15px;
    height: 15px;
}
.information .load_list dl {
    width: 620px;
    height: 132px;
}
.information .load_list .load_img {
    width: auto;
    height: auto;
}
.information .load_list .load_img dd {
    width: 885px;
}
.information .load_list .load_img dd img {
    margin-right: 25px;
    width: 270px;
    height: 170px;
}
/* news-show */
.main .main_left .main-body {
    overflow: hidden;
}
.main .main_left .main-body ul.mb_fixed {
    float: left;
    width: 120px;
    position: relative;
}
.main .main_left .main-body ul.mb_fixed li {
    width: 100%;
    height: 56px;
    background-color: #f2f2f2;
    border-bottom: 1px dashed #ddd;
    text-align: left;
}
.main .main_left .main-body ul.mb_fixed li img {
    margin: 0 10px 0 15px;
    display: inline-block;
}
.main .main_left .main-body ul.mb_fixed li span {
    font-size: 16px;
    color: #000;
    text-align: left;
    line-height: 56px;
    display: inline-block;
}
.main .main_left .main-body ul.mb_fixed li span a {
    color: #000;
}
.main .main_left .main-body ul.mb_fixed li span a:hover {
    text-decoration: underline;
    color: #c9081d;
}
.main .main_left .main-body ul.mb_fixed .pic_ewm {
    display: none;
    position: absolute;
    left: 120px;
    top: 0;
}
.main .main_left .main-body .mb_content {
    width: 700px;
    float: right;
}
.main .main_left .main-body .mb_content .mb_title {
    font-size: 30px;
    line-height: 48px;
    color: #000;
    text-align: left;
}
.main .main_left .main-body .mb_content .mb_parameter {
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.main .main_left .main-body .mb_content .mb_parameter .mb_p_l {
    float: left;
}
.main .main_left .main-body .mb_content .mb_parameter .mb_p_l span {
    text-align: left;
    font-size: 14px;
    color: #888888;
    line-height: 14px;
    margin-right: 20px;
}
.main .main_left .main-body .mb_content .mb_parameter .mb_p_l span a {
    color: #888;
}
.main .main_left .main-body .mb_content .mb_parameter .mb_p_l span a:hover {
    color: #c9081d;
    text-decoration: underline;
}
.main .main_left .main-body .mb_content .mb_parameter .mb_p_r {
    float: right;
}
.main .main_left .main-body .mb_content .mb_parameter .mb_p_r span {
    text-align: right;
    font-size: 14px;
    color: #888888;
    line-height: 14px;
    margin-left: 20px;
}
.main .main_left .main-body .mb_content .mb_text {
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #000;
    text-indent: 32px;
}
.main .main_left .main-body .mb_content .mb_text p {
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #000;
    text-indent: 32px;
    margin-bottom: 20px;
}
.main .main_left .main-body .mb_content .mb_text p.img {
    text-align: center;
    text-indent: 0;
}
.main .main_left .main-body .mb_content .mb_text p.img img {
    max-width: 100%;
}
.c_recommend .information {
    margin-bottom: 20px;
}
.c_recommend .information .fixed {
    width: 860px;
}
.c_recommend .information .fixed2 {
    width: 860px;
}
.c_recommend .information .load_list img {
    width: 210px;
    height: 132px;
}
.c_recommend .information .load_list dl dd ul li img {
    width: 15px;
    height: 15px;
}
.c_recommend .information .load_list dl {
    width: 460px;
    height: 132px;
}
.c_recommend .information .load_list .load_img {
    width: auto;
    height: auto;
}
.c_recommend .information .load_list .load_img dd {
    width: 885px;
}
.c_recommend .information .load_list .load_img dd img {
    margin-right: 20px;
    width: 220px;
    height: 139px;
}
.c_recommend .tabbedpanelscontentgroup {
    width: 700px;
    float: right;
    clear: initial;
    padding-top: 0;
}
.c_recommend #tabbedpanels1 .tabbedpanelstabgroup {
    margin: 0px;
    padding: 0px;
    height: auto;
    overflow: hidden;
    background-color: transparent;
    position: relative;
    float: left;
    width: 120px;
}
.c_recommend #tabbedpanels1 .tabbedpanelstab {
    position: relative;
    float: left;
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 45px;
    background-color: #f2f2f2;
    list-style: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: pointer;
    border-bottom: none;
}
.c_recommend #tabbedpanels1 .tabbedpanelstab:last-of-type {
    position: relative;
    top: 0;
    right: 0;
    z-index: 1;
    height: 45px;
}
.c_recommend #tabbedpanels1 .tabbedpanelstab.more_nav {
    background-image: ;
    background-repeat: no-repeat;
    background-position: 90% center;
    background-color: transparent;
}
.c_recommend #tabbedpanels1 .tabbedpanelstab.line2.tabbedpanelstabselected {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.c_recommend #tabbedpanels1 .tabbedpanelstab:nth-of-type(8) {
    width: 100%;
}
.c_recommend #tabbedpanels1 .tabbedpanelstabhover {
    background-color: #fff;
}
.c_recommend #tabbedpanels1 .tabbedpanelstabselected {
    background-color: #c9081d;
    color: #fff;
}
.c_recommend #tabbedpanels4.tabbedpanels {
    margin-top: 0px;
    overflow: visible;
}
.c_recommend #tabbedpanels4 .tabbedpanelstabgroup {
    display: none;
    overflow: initial;
    background-color: #f2f2f2;
    position: absolute;
    left: 120px;
    top: 0;
    width: 120px;
    height: 405px;
    border-left: 1px solid #ddd;
    box-sizing: border-box;
}
.c_recommend #tabbedpanels4 .tabbedpanelscontentgroup {
    display: none;
    margin-top: -405px;
    overflow: hidden;
}
.c_recommend #tabbedpanels4 .tabbedpanelstab {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    line-height: 45px;
    background-color: #f2f2f2;
    list-style: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: pointer;
    border-bottom: none;
}
.c_recommend #tabbedpanels4 .tabbedpanelstab:last-of-type {
    width: 100%;
}
/*.c_recommend #tabbedpanels4 .tabbedpanelstab:last-of-type {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: none;
    height: 45px;
}*/
.c_recommend #tabbedpanels4 .tabbedpanelstab.more_nav {
    background-image: ;
    background-repeat: no-repeat;
    background-position: 90% center;
}
.c_recommend #tabbedpanels4 .tabbedpanelstab.line2.tabbedpanelstabselected.top-right {
    position: absolute;
    top: 360px;
    right: 0;
    z-index: 0;
    background-color: #c9081d;
    color: #fff;
    display: block !important;
    width: 120px;
    height: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    box-sizing: border-box;
    left: -121px;
}
.c_recommend #tabbedpanels4 .tabbedpanelstab:nth-of-type(8) {
    width: 100%;
}
.c_recommend #tabbedpanels4 .tabbedpanelstabhover {
    background-color: #fff;
}
.c_recommend #tabbedpanels4 .tabbedpanelstabselected {
}
.c_recommend .loading {
    border: 1px dashed #ddd;
    margin-top: 0;
}
.c_recommend .load_list li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}
.main .main_left .main-body .mb_content .key {
    text-align: left;
    font-size: 16px;
    line-height: 18px;
    color: #333;
    margin: 20px 0;
    padding: 20px 0 20px 20px;
    background-color: #f2f2f2;
}
.main .main_left .main-body .mb_content .key a {
    text-decoration: underline;
    color: #c9081d;
    margin-right: 15px;
}
.main .main_left .main-body .mb_content .key a:hover {
    text-decoration: underline;
    color: #c9081d;
}
.position {
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    color: #333;
    margin-bottom: 20px;
}
.position a {
    color: #333;
}
.position a:hover {
    color: #c9081d;
    text-decoration: underline;
}
.brand_content img {
    margin-bottom: 10px;
}
.brand_content a:last-of-type img {
    margin-bottom: 0;
}
.main .main_right .special ul li {
    font-size: 14px;
    line-height: 22px;
}
.main .main_right .brand .brand_title {
    font-size: 16px;
    line-height: 24px;
}
.main .main_right .brand .brand_time {
    font-size: 14px;
    line-height: 20px;
}
.main .main_right .brand .brand_time img {
    height: 14px;
}
.main .main_right .brand .brand_place {
    font-size: 14px;
    line-height: 20px;
}
.main .main_right .brand .brand_place img {
    height: 14px;
}
.main .main_right .brand .organizers {
    font-size: 14px;
    line-height: 20px;
}
.main .main_right .brand .brand_details {
    line-height: 30px;
}
.main .main_right .brand .brand_img img {
    height: 97px;
}
.main .main_right .nav {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    position: relative;
    height: 40px;
    padding: 0;
    box-sizing: border-box;
    overflow: visible;
}
.main .main_right .nav dt {
    border-bottom: 1px solid #c9081d;
    padding: 10px 10px 10px 5px;
    position: absolute;
    top: -1px;
}
.main .main_right .nav dd {
    line-height: 40px;
}
.main .main_right .ranking {
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    margin-top: 15px;
}
.main .main_right .ranking .hot {
    padding: 0;
}
.main .main_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;
}
.main .main_right .ranking #tabbedpanels_news {
    margin-top: -10px;
}
.main .main_right .ranking #tabbedpanels_news .tabbedpanelstabgroup {
    overflow: hidden;
}
.main .main_right .ranking #tabbedpanels_news .tabbedpanelstabselected {
    border-bottom: 1px solid #c9081d;
    color: #c9081d;
}


/**/
.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;
}
/* end */
/* pages */
.pages {
    padding: 20px 0 20px 0;
    text-align: center;
    font-size: 12px;
    color: #666666;
}
.pages a:link, .pages a:visited, .pages a:active {
    background: #ffffff;
    border: #dddddd 1px solid;
    padding: 8px;
    text-decoration: none;
}
.pages a:hover {
    background: #dd2726;
    border: #dd2726 1px solid;
    color: #ffffff;
    padding: 9px;
    text-decoration: none;
}
.pages strong {
    background: #dd2726;
    padding: 9px;
    border: #dd2726 1px solid;
    color: #ffffff;
}
.pages_inp {
    width: 50px;
    border: #dddddd 1px solid;
    color: #666666;
    padding: 3px;
    text-align: center;
}
.pages_btn {
    width: 56px;
    border: #ff6600 1px solid;
    color: #ffffff;
    padding: 2px;
    background: #ff6600;
    font-weight: bold;
    font-size: 14px;
}
.pages label {
    background: #ffffff;
    border: #dddddd 1px solid;
    color: #666666;
    padding: 3px 5px 3px 5px;
}
.pages label em {
    color: red;
    font-weight: bold;
    font-style: normal;
}
.pages label span {
    font-weight: bold;
}
.pages cite {
    font-style: normal;
}
/* topic */
.key .information {
    margin-bottom: 20px;
    /*width: 700px;*/
    width: 860px;
    float: right;
}
.key .information .fixed {
    width: 860px;
}
.key .information .fixed2 {
    width: 860px;
}
.key .information .load_list img {
    width: 210px;
    height: 132px;
}
.key .information .load_list dl dd ul li img {
    width: 15px;
    height: 15px;
}
.key .information .load_list dl {
    width: 600px;
    /*width: 460px;*/
    height: 132px;
}
.key .information .load_list .load_img {
    width: auto;
    height: auto;
}
.key .information .load_list .load_img dd {
    width: 885px;
}
.key .information .load_list .load_img dd img {
    margin-right: 20px;
    width: 220px;
    height: 139px;
}
.key .more_key {
    display: none;
    float: left;
    width: 120px;
    font-size: 16px;
    color: #333;
    line-height: 45px;
    background-color: #f2f2f2;
    text-align: left;
}
.key .more_key dt {
    font-size: 16px;
    color: #c9081d;
    line-height: 45px;
    background-color: #f2f2f2;
    line-height: 40px;
    padding-left: 10px;
}
.key .more_key dt span {
    width: 3px;
    height: 16px;
    margin-top: 0;
    background-color: #c9081d;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 3px;
}
.key .more_key dd {
    font-size: 14px;
    line-height: 40px;
    padding-left: 10px;
    border-bottom: 1px dashed #ddd;
}
.key .more_key dd a {
    color: #000;
}
.key .more_key dd:hover {
    background-color: #fff;
}
.list_nav .nav img {
    margin: 0 10px;
}
.list_nav .nav span {
    padding-right: 15px;
}
/* 2023-6-25新增介绍和h1标签 */
.content .list_nav .info h1 {
		margin-bottom: 8px;
		font-weight: 400;
		font-size: 32px;
	}
.content .list_nav .info {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.content .list_nav .info p {
		line-height: 28px;
		font-size: 16px;
		margin: 0;
}
/* 2023-6-25新增介绍和h1标签 */
.main .main_left .main-body .mb_content .mb_parameter .mb_p_r span.zlzz {
    position: relative;
    margin-right: 45px;
}
.main .main_left .main-body .mb_content .mb_parameter .mb_p_r span.zlzz img {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    margin-right: 5px;
}
.main .main_left .main-body .mb_content .mb_parameter .mb_p_r span.zlzz .follow {
    width: 42px;
    height: 20px;
    background-image: ;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    position: absolute;
    right: -45px;
    top: -20px;
    text-align: left;
    padding-left: 12px;
    box-sizing: border-box;
}
.main .main_left .main-body .mb_content .mb_parameter {
    overflow: visible;
    height: 18px;
}
.ad_left {
    z-index: 1;
}
//zhuanlan .author {
 padding: 0 10px 10px 10px;
 box-sizing: border-box;
 background-color: #f2f2f2;
 margin-top: 25px;
}
.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;
}
.main .main_right .recommend {
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    margin-bottom: 15px;
}
.main .main_right .recommend ul li {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.main .main_right .recommend ul li div {
    overflow: hidden;
    text-align: left;
}
.main .main_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;
}
.main .main_right .recommend ul li:first-of-type div i {
    background-color: #c9081d;
    color: #fff;
}
.main .main_right .recommend ul li:nth-of-type(2) div i {
    background-color: #c9081d;
    color: #fff;
}
.main .main_right .recommend ul li:nth-of-type(3) div i {
    background-color: #c9081d;
    color: #fff;
}
.main .main_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;
}
.main .main_right .recommend ul li:hover div span {
    color: #c9081d;
    text-decoration: underline;
}
.main .main_right .recommend ul li dl {
    overflow: hidden;
    margin-top: 10px;
    display: none;
}
.main .main_right .recommend ul li.active dl {
    display: block;
}
.main .main_right .recommend ul li dl dt {
    float: left;
    width: 100px;
    display: none;
}
.main .main_right .recommend ul li dl dt img {
    width: 100px;
    height: 75px;
}
.main .main_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;
}
.columnist {
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    margin-bottom: 15px;
}
.columnist ul li {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.columnist ul li img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    float: left;
}
.columnist ul li dl {
    float: right;
    width: 220px;
}
.columnist ul li dl dt {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    text-align: left;
}
.columnist ul li dl dt a:hover {
    color: #c9081d;
    text-decoration: underline;
}
.columnist ul li dl dd {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #666;
}
.columnist .nav dd {
    font-size: 16px;
}
.banner_columnist {
    background-image: ;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 300px;
    display: table;
}
.banner_columnist>div {
    display: table-cell;
    vertical-align: middle;
}
.banner_columnist>div img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
}
.banner_columnist>div dl dt {
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.banner_columnist>div dl dd {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 24px;
}
.banner_columnist>div a {
    width: 70px;
    height: 32px;
    background-color: #c9081d;
    margin: 15px auto 0 auto;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    display: block;
    border-radius: 3px;
}
.nav2 {
    border-bottom: 2px solid #ddd;
    position: relative;
    height: 48px;
    margin-bottom: 20px;
}
.nav2 span {
    font-size: 24px;
    line-height: 48px;
    text-align: left;
    padding: 0 10px;
    border-bottom: 2px solid #c9081d;
    position: absolute;
    left: 0;
    bottom: -2px;
    display: block;
}
.author {
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    margin-top: 25px;
}
.author a.zzlogo 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.zzlogo {
    width: auto;
    height: auto;
    background: none;
    margin: 0;
}
.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;
}
.mb_banner img {
    width: 700px;
    height: 65px;
    margin-bottom: 20px;
}
.bottom_img {
    margin-bottom: 50px;
}
.column_list2 >li {
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.column_list2 li .cl_pic {
    float: left;
    margin: 10px 0 10px 10px;
    display: inline;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.column_list2 li .cl_text {
    float: right;
    width: 680px;
    margin-top: 20px;
    display: inline;
}
.column_list2 li .cl_text .cl_name img {
    float: left;
}
.column_list2 li .cl_text .cl_name {
    text-align: left;
    overflow: hidden;
}
.column_list2 li .cl_text .cl_name span {
    margin: 0 10px;
    font-size: 24px;
    color: #000;
    line-height: 28px;
    display: inline-block;
    float: left;
}
.column_list2 li .cl_text .cl_name span a {
    font-size: 24px;
    color: #000;
    background: none;
    width: auto;
    height: auto;
    line-height: 28px;
    display: inline-block;
    margin: 0;
    text-align: left;
    float: none;
}
.column_list2 li .cl_text .cl_name a {
    font-size: 12px;
    color: #fff;
    background-image: url(/uploads/image/s2images/icon_dy.png);
    background-repeat: no-repeat;
    width: 53px;
    height: 28px;
    line-height: 28px;
    margin-left: 20px;
    display: inline-block;
    text-align: center;
    float: left;
}
.column_list2 li .cl_text .cl_introduction {
    font-size: 16px;
    color: #333;
    text-align: left;
    line-height: 24px;
    margin-top: 15px;
}
.column_list2 li .cl_text .cl_parameter {
    overflow: hidden;
    margin-top: 30px;
}
.column_list2 li .cl_text .cl_parameter .cl_city {
    float: left;
    font-size: 16px;
    color: #b1b0b0;
    text-align: left;
    line-height: 24px;
    margin-right: 50px;
    display: inline;
}
.column_list2 li .cl_text .cl_parameter .cl_field {
    float: left;
    text-align: left;
}
.column_list2 li .cl_text .cl_parameter .cl_field li {
    font-size: 16px;
    color: #b1b0b0;
    text-align: left;
    line-height: 24px;
    display: inline-block;
}
.column_list2 li .cl_text .cl_parameter .cl_field li a {
    color: #b1b0b0;
    text-decoration: underline;
    margin-right: 15px;
}
.column_list2 li .cl_text .cl_parameter .cl_field li a:hover {
    color: #c9081d;
}
.column_list2 li .cl_title {
    font-size: 20px;
    color: #000;
    text-align: left;
    line-height: 30px;
    margin-top: 20px;
}
.column_list2 li .cl_time {
    font-size: 14px;
    color: #b1b0b0;
    margin-top: 10px;
    text-align: left;
}
.column_list2 li .cl_time img {
    margin-right: 5px;
    vertical-align: top;
}
.column_list2 li .cl_content {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-align: left;
    text-indent: 32px;
    margin-top: 15px;
}
.column_list2 li .cl_content a {
    font-size: 16px;
    color: #c9081d;
    text-decoration: underline;
}
.columnist ul li {
    position: relative;
}
.columnist ul li .sb {
    position: absolute;
    font-size: 12px;
    background-color: #c9081d;
    padding: 4px 10px;
    border-radius: 3px;
    color: #fff;
    top: 0;
    right: 0;
}
.columnist ul li div {
    clear: both;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #b1b0b0;
}
.columnist ul li dl {
    margin-bottom: 10px;
}
.box_head {
    padding: 0 10px 0px 10px;
    box-sizing: border-box;
    background-color: #f2f2f2;
}
.box_head div {
    border-bottom: 1px solid #ddd;
    position: relative;
    height: 40px;
    padding: 0;
    box-sizing: border-box;
    overflow: visible;
}
.box_head div strong {
    border-bottom: 1px solid #c9081d;
    padding: 10px 10px 10px 5px;
    position: absolute;
    top: -1px;
    float: left;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    vertical-align: middle;
    overflow: hidden;
    display: block;
    left: 0;
}
.box_body {
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    background-color: #f2f2f2;
}
.box_body .sch_site ul li {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
    color: #000;
    text-align: left;
    background-image: ;
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box_body .sch_site ul li a {
    color: #000;
}
.box_body .sch_site ul li a:hover {
    color: #c9081d;
    text-decoration: underline;
}
.box_body .sch_site ul li:first-of-type {
    margin-top: 0;
}
.rank_list ul li {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
    color: #000;
    text-align: left;
    overflow: hidden;
}
.rank_list ul li a {
    color: #000;
    float: left;
}
.rank_list ul li a:hover {
    color: #c9081d;
    text-decoration: underline;
}
.rank_list ul li span {
    float: right;
    text-align: right;
    color: #888;
}
.sch_find {
    border-bottom: 1px solid #c9081d;
    padding: 10px 10px 10px 5px;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    vertical-align: middle;
    overflow: hidden;
    display: block;
    text-align: left;
    font-weight: bold;
}
.sch_relate ul li {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
    color: #000;
    text-align: left;
    overflow: hidden;
}
.sch_relate ul li a {
    color: #000;
    float: left;
}
.sch_relate ul li a:hover {
    color: #c9081d;
    text-decoration: underline;
}
.sch_relate ul li span {
    float: right;
    text-align: right;
    color: #888;
}
.link2 {
    overflow: hidden;
    margin: 20px 0;
}
.link2 li {
    float: left;
    width: 20%;
}
.link2 li a {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}
.link2 li a:hover {
    color: #c9081d;
    text-decoration: underline;
}
.logo {
    background-color: #f2f2f2;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 15px;
    width: 300px;
}
.logo>div {
    padding: 10px 0;
    overflow: hidden;
}
.logo>div img {
    height: 20px;
    float: left;
    margin-right: 5px;
    display: inline;
}
.logo>div span {
    float: left;
    color: #c9081d;
    font-size: 16px;
    line-height: 20px;
}
.logo dl {
    overflow: hidden;
    position: relative;
    width: 291px;
}
.logo dl dt {
    font-size: 14px;
    text-align: left;
    color: #333;
	margin:5px 0 10px 0;
}
.logo dl dd {
    float: left;
    width: 86px;
    height: 48px;
    margin: 0 11px 10px 0;
    display: inline;
}
.logo dl dd img {
    width: 100%;
}