@charset "utf-8";
/* 初始化样式 */
* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

ul li {
    list-style: none;
}

ol li {
    margin-left: 1em;
}

a {
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

a:hover, a:visited, a:link {
    text-decoration: none;
}

.clearfix {
    clear: both;
}

@font-face {
    font-family: 'iconfont';
    /* Project id 398025 */
    src: url('//at.alicdn.com/t/c/font_398025_a87z57dw6ib.woff2?t=1724922514202') format('woff2'), url('//at.alicdn.com/t/c/font_398025_a87z57dw6ib.woff?t=1724922514202') format('woff'), url('//at.alicdn.com/t/c/font_398025_a87z57dw6ib.ttf?t=1724922514202') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: #646464;
    background: #fafafa;
}

.disable-scroll {
    overflow: hidden;
    height: 100%;
}

.nav-bg {
    width: 100%;
    background: #fff;
    border-bottom: #e5e5e5 1px solid;
}

.nav-con {
    width: 1300px;
    height: 70px;
    margin: 0 auto;
    display: flex;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    justify-content: space-between;
}

.nav-con .nav-logo {
    width: 150px;
    height: 70px;
    padding: 13px 0px 0px 0px;
    float: left;
    background: url('../images/logo.svg?1') no-repeat center;
}

.nav-con .nav-list {
    width: 67%;
    height: auto;
    float: left;
    margin-left: 25px;
    /*overflow: hidden;*/
}

.nav-con .nav-list > ul > li {
    display: none;
}

.nav-con .nav-list li.thefirst {
    width: auto;
    float: left;
    margin: 0 5px;
    font-size: 14px;
    position: relative;
}

.nav-con .nav-list li:nth-last-child(-n+2){
    display: none;
}

.nav-con .nav-list li.active .nav-link {
    border-bottom: #003352 2px solid;
}

.nav-con .nav-list li.thefirst .nav-link {
    color: #323232;
    display: block;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
}

.nav-con .nav-list li.thefirst .nav-link:hover {
    border-bottom: #003352 2px solid;
}

.nav-con .nav-list li span {
    color: #b3b3b3;
}

.nav-con .nav-list li.thefirst ul.dropdown-menu {
    width: 452px;
    height: auto;
    border: #e6e6e6 1px solid;
    border-top: none;
    border-radius: 0px;
    padding: 10px 0px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
    margin: 0px;
    background: #fff;
}

.nav-con .nav-list li.thefirst ul.dropdown-menu li {
    width: 150px;
    float: left;
    padding: 5px 0px;
}

.nav-con .nav-list li.thefirst ul.dropdown-menu-aline {
    width: 160px;
}

.nav-con .nav-list li.thefirst ul.dropdown-menu-aline li {
    width: 158px;
    float: none;
}

.nav-con .nav-list li.thefirst ul.dropdown-menu li:hover {
    background: #f5f5f5;
}

.nav-con .nav-list li.thefirst ul.dropdown-menu li a {
    font-size: 12px;
    color: #808080;
}

@keyframes navLabelNew {
    0% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(0.85);
    }
}
.nav-con .nav-list .nav-label-new-box{
    position: relative;
}

.nav-con .nav-list .nav-label-new{
    position: absolute;
    top: 10px;
    right: -30px;
    background: red;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 5px;
    color: #fff;
    border-radius: 20px;
    transform: scale(0.9);
    animation: navLabelNew 0.5s infinite;
    border: 1px solid #fff;
    line-height: normal;
}


.nav-search {
    width: auto;
    height: 32px;
    margin-top: 18px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    top: 19px;
    float: right;
    /*margin-right: 1%;*/
    background: #fff;
}

.nav-search .search-option, .nav-search-xs-con .search-option {
    float: left;
    width: 60px;
    height: 30px;
    border-radius: 100px 0px 0px 100px;
    border: none;
    background: none;
    border-right: 1px solid #e5e5e5;
    outline: none;
    background: #f5f5f5;
    padding-left: 5px;
    position: relative;
}

.nav-search .search-option .search-option-value {
    width: 100%;
    position: absolute;
    height: 30px;
    left: 0px;
    top: 0px;
    line-height: 30px;
    padding-left: 10px;
    cursor: pointer;
}

.nav-search-xs-con .search-option .search-option-value {
    height: 50px;
    line-height: 50px;
}

.nav-search-xs-con .search-option ul li {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding-left: 10%;
    color: #808080;
}

.nav-search .search-option ul, .nav-search-xs-con .search-option ul {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 30px;
    left: 0px;
    border: #f0f0f0 1px solid;
    display: none;
}

.nav-search-xs-con .search-option ul {
    top: 50px;
    border: none;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.nav-search .search-option ul li {
    height: 24px;
    line-height: 24px;
    padding-left: 5px;
    cursor: pointer;
    color: #808080;
}

.nav-search .search-option option {
    border: 1px #e5e5e5 solid;
}

.nav-search-active {
    background: #f5f5f5;
}

.nav-search .search-input {
    width: calc(100% - 60px - 40px);
    height: 30px;
    padding: 0px 0px 0px 10px;
    border: none;
    float: left;
    outline: 0;
    color: #999999;
    transition: all 0.2s;
    -moz-transition: all 0.2s; /* Firefox 4 */
    -webkit-transition: all 0.2s; /* Safari and Chrome */
    -o-transition: all 0.2s; /* Opera */
}

.nav-search button {
    width: 32px;
    height: 32px;
    border-radius: 200px;
    float: left;
    text-align: center;
    line-height: 32px;
    border: none;
    background: none;
    overflow: hidden;
    color: #003352;
    font-weight: bold;
    outline: none;
}

.nav-menu-xs, .nav-login-xs, .nav-search-xs {
    display: none;
}

.nav-login-btn {
    width: 90px;
    height: 28px;
    line-height: 28px;
    background: #003352;
    text-align: center;
    -webkit-border-radius: 2px;
    align-items: center;
    -webkit-transition: all 0.5s;
    margin-top: 20px;
    margin-left: 8px;
    font-size: 14px;
}

.nav-login-btn:hover {
    background: #D6262E;
}

.nav-login-btn a {
    color: white;
}

/*登录后头像信息*/
.navLoginUser {
    position: relative;
    height: 60px;
    padding-top: 9px;
    padding-left: 20px;
    box-sizing: border-box;
}

.navLoginUser > a img {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 2px solid #fff;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.navLoginUser > a.newprompt strong {
    position: absolute;
    top: 8px;
    right: 0px;
    background: #ff6e6e;
    height: 16px;
    padding: 0px 5px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-radius: 50px;
    font-weight: bold;
    line-height: 16px;
}

.drop-user {
    position: absolute;
    top: 60px;
    left: auto !important;
    right: 0px;
    width: 270px;
    height: auto;
    border: none;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
    margin: 0px;
    background: #fff;
    border-radius: 10px;
    padding: 15px 0px;
    background: linear-gradient(180deg, #f7f8fa 0%, #FFFFFF 49.9%);
}

.drop-user .user-name {
    margin: 0px 15px;
    display: flex;
    align-items: center;
}

.drop-user .user-name a {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.drop-user .user-name img {
    display: block;
    height: 26px;
    margin-left: 5px;
}

.drop-user .user-num {
    margin: 15px 15px 0px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-items: center;
}

.drop-user .user-num a {
    width: 49%;
    height: 50px;
    background: #F3F5F8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    transition: all 0.5s;
    position: relative;
    top: 0px;
}

.drop-user .user-num a:hover {
    opacity: 0.8;
    top: -2px;
}

.drop-user .user-num span {
    display: block;
}

.drop-user .user-num .the-num {
    font-size: 15px;
    color: #333;
    font-weight: bold;
}

.drop-user .user-num .the-text {
    font-size: 12px;
    color: #666666;
}

.col-two-list {
    margin: 10px 15px 0px 15px;
    overflow: hidden;
    border-bottom: 1px solid #ededed;
    padding-bottom: 5px;
}

.col-two-list .the-item {
    width: 50%;
    display: flex;
    height: auto;
    float: left;
    padding: 8px 5px;
    color: #333;
    align-items: center;
    transition: all 0.5s;
}

.col-two-list .the-item:hover {
    background: #F3F5F8;
    border-radius: 5px;
}

.col-two-list .the-item img {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.col-two-list .the-item:hover {
    opacity: 0.9;
}

.col-two-list .the-item strong {
    display: inline-block;
    height: 14px;
    font-size: 12px;
    background: #ff6e6e;
    color: #fff;
    line-height: 14px;
    padding: 0px 4px;
    border-radius: 200px;
}

.col-four-list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-items: center;
    margin: 15px auto 0;
}

.col-four-list .the-item {
    width: 25%;
    text-align: center;
    position: relative;
    transition: all 0.5s;
}

.col-four-list .the-item img {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 5px auto;
}

.col-four-list .the-item span {
    font-size: 13px;
    color: #333;
}

.col-four-list .the-item:hover {
    top: -2px;
    opacity: 0.9;
}

.col-one-list {
    margin: 15px 5px 0px 5px;
}

.col-one-list .the-item {
    display: flex;
    width: 100%;
    height: 38px;
    padding-left: 10px;
    line-height: 38px;
    align-items: center;
    font-size: 14px;
    color: #333;
    transition: all 0.5s;
}

.col-one-list .the-item img {
    display: block;
    width: 16px;
    margin-right: 10px;
}

.col-one-list .the-item:hover {
    background: #F3F5F8;
    border-radius: 10px;
}

.navLoginUser:hover .dropdown-menu {
    display: block;
}

/*登录后头像信息*/


.nav-search-xs-con, .nav-list-xs {
    display: none;
}

.column-ad {
    margin: 20px auto 0px;
    position: relative;
}

.column-ad-top {
    margin: 90px auto 0px;
}

.column-ad-bottom {
    margin-bottom: 10px;
}

.column-ad-bottom1 {
    margin-bottom: 50px;
}

.column-ad .ad-title, .article-ad .ad-title, .public-r-ad .ad-title,
.media-artcle .ad-title {
    /*width: 34px;
    height: 18px;*/
    padding: 0px 3px;
    position: absolute;
    left: 0px;
    bottom: 2px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    color: #fff;
    font-size: 12px;
    transform: scale(0.80);
    -ms-transform: scale(0.80);
    -moz-transform: scale(0.80);
    -webkit-transform: scale(0.80);
    -o-transform: scale(0.80);
    color: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
}

.ad-title {
    padding: 0px 3px;
    position: absolute;
    left: 0px;
    bottom: 2px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    color: #fff;
    font-size: 12px;
    transform: scale(0.80);
    -ms-transform: scale(0.80);
    -moz-transform: scale(0.80);
    -webkit-transform: scale(0.80);
    -o-transform: scale(0.80);
    color: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
}

.column-ad .column-ad-md, .column-ad .column-ad-xs {
    display: none;
}

.column-title {
    width: 1272px;
    height: 40px;
    margin: 30px auto 0px;
}

.column-title .title-text, .column-box-title .title-text {
    height: 40px;
    border-bottom: 2px solid #003352;
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: #003352;
    line-height: 40px;
}

.column-title .title-more, .column-box-title .title-more {
    height: 40px;
    line-height: 40px;
    float: right;
    text-align: right;
    border-bottom: 2px solid #d9d9d9;
}

.column-title .title-more a {
    color: #808080;
    font-size: 12px;
}

.column-article {
    width: 1296px;
    height: auto;
    margin: 20px auto 0px;
    padding: 0px;
    overflow: hidden;
}

.column-article .row, .column-box-con .row {
    margin: 0px;
    padding: 0px;
}

.column-article .hot-list {
    width: 624px;
    margin: 0px 12px 20px 12px;
    height: auto;
    float: left;
}

.column-article .hot-list .thepic {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

/*.column-article .hot-list .thepic img{
	display: block;
	width: 100%;
	height: 100%;
}*/
.column-article .hot-list .thepic .thepic-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
}

.column-article .hot-list .thepic .thepic-img:hover {
    transform: scale(1.05);
}

.column-article .hot-list .thetitle {
    width: 100%;
    height: 44px;
    line-height: 44px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 20px;
    color: #fff;
    padding-left: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
}

.column-article .hot-list img, .column-article .article-list img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.column-article .article-list:hover img, .column-article .hot-list:hover img {
    transform: scale(1.1);
    overflow: hidden;
}

.column-article .article-ad {
    width: 300px;
    height: 250px;
    margin: 0px 0.925925% 20px 0.925925%;
    margin: 0px 12px 20px 12px;
    background: #fff;
    float: left;
    overflow: hidden;
    position: relative;
}

.column-article .article-list {
    width: 300px;
    height: 250px;
    margin: 0px 12px 20px 12px;
    border: 1px #e5e5e5 solid;
    float: left;
    overflow: hidden;
    background: #fff;
    position: relative;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.column-article .article-list1 {
    margin: 0px;
}

.column-article .article-list .thepic {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

/*.column-article .article-list .thepic img{
	width: 100%;
	height: 100%;
}*/
.column-article .article-list .thepic .thepic-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.column-article .article-list .thepic .thepic-img:hover {
    transform: scale(1.05);
}

.column-article .article-list:hover {
    box-shadow: 2px 4px 5px #e6e6e6;
}

.column-article .article-list .article-con {
    width: 100%;
    margin: 0px;
    padding: 10px 10px 8px 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
    overflow: hidden;
}

.column-article .article-list .article-con a {
    color: #323232;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.column-article .article-list:hover .article-con a {
    color: #003352;
}

.column-article .article-list .article-tags a {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 3px 10px;
    background: #003352;
    border-radius: 50px;
}

.column-article .article-list .article-tags a {
    font-size: 12px;
    color: #fff;
    /*font-weight: bold;*/
}

.column-article .article-ad-center .ad-title {
    top: 0px;
    border-radius: 0px 0px 10px 0px;
}

.column-article .article-ad-center .thetitle {
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    bottom: 0px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.column-article .article-ad img {
    display: block;
    width: 100%;
}

.column-article .article-ad .thetitle {
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
}

.column-article .article-ad:hover .thetitle {
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 32px;
    white-space: normal;
}

.column-article .article-ad:hover .thetitle a {
    font-size: 16px;
    padding: 0px 15px;
    font-weight: bold;
}

.column-article .article-ad-center .thetitle a {
    color: #fff;
    font-size: 16px;
    padding-left: 10px;
    font-weight: bold;
}

.column-box {
    width: 100%;
    height: auto;
    background: #fff;
    margin-top: 40px;
    overflow: hidden;
    padding-bottom: 50px;
}

.column-box .column-box-con {
    width: 1296px;
    height: auto;
    margin: 0px auto 40px;
    padding: 0px;
    overflow: hidden;
}

.column-box .column-box-con .column-box-list {
    width: 300px;
    height: auto;
    margin: 0px 12px 0px 12px;
    border: none;
    float: left;
    overflow: hidden;
    background: #fff;
}

.column-box-title {
    width: 100%;
    height: 40px;
    margin: 30px auto 0px;
}

.column-box-title .title-text {
    border-bottom: 1px #003352 solid;
    font-size: 20px;
}

.column-box-title .title-more {
    border-bottom: 1px #d9d9d9 solid;
}

.column-box-list .box-list-con {
    width: 100%;
    height: 250px;
    border: 1px solid #e5e5e5;
    margin-top: 20px;
    overflow: hidden;
    word-wrap: break-word;
}

.column-box-title .title-more a {
    color: #808080;
    font-size: 12px;
}

.column-box-list .blog-con ul {
    margin: 0px 15px;
    overflow: hidden;
}

.column-box-list .blog-con ul li {
    width: 100%;
    padding: 6% 0px;
}

.column-box-list .blog-con ul li a, .column-box-list .blog-con ul li span {
    display: block;
}

.column-box-list .blog-con ul li span {
    float: right;
    font-size: 16px;
    color: #d20009;
}

.column-box-list .blog-con ul li a {
    width: 100%;
    font-size: 14px;
    color: #323232;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.column-box-list .blog-con ul li a:hover {
    color: #003352;
}

.column-box-list .vedio-con {
    border: none;
}

/*.column-box-list .vedio-con img{
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}*/
.column-box-list .vedio-con .thepic-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari and Chrome */
    -o-transition: all 1s; /* Opera */
}

.column-box-list .vedio-con .thepic-img:hover {
    transform: scale(1.05);
}

.column-box-list {
    position: relative;
}

.column-box-list .vedio-title {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.7);
    font-weight: bold;
    line-height: 20px;
    padding: 5px;
}

.column-box-list .vedio-title a {
    color: white;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    font-size: 14px;
}

.column-box-list .activity-con {
    width: 100%;
    border: none;
    position: relative;
    overflow: hidden;
}

.column-box-list .activity-con .activity-list {
    float: left;
    position: relative;
    height: 250px;
}

/*.column-box-list .activity-con .activity-list img{
	display: block;
	width: 100%;
	height: 250px;
}*/
.column-box-list .activity-con .activity-list .thepic-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.5s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari and Chrome */
    -o-transition: all 1s; /* Opera */
}

.column-box-list .activity-con .activity-list .thepic-img:hover {
    transform: scale(1.05);
}

.column-box-list .activity-con .activity-list .thetitle {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.7);
    font-weight: bold;
}

.column-box-list .activity-con .activity-list .thetitle a {
    font-size: 16px;
    color: #fff;
}

.arrow {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 22;
}

.arrow a {
    width: 32px;
    height: 32px;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    float: left;
    color: #fff;
    line-height: 32px;
    text-align: center;
}

.column-box-list .activity-con .arrow a:hover {
    background: rgba(0, 0, 0, 0.7);
}

.column-box-list .workshop-con {
    position: relative;
}

.column-box-list .workshop-con .thumbnail {
    position: relative;
    float: left;
}

.column-box-list .workshop-con .thumbnail .thepic-img {
    height: 179px;
}

.column-box-list .test-con .thumbnail .thepic-img {
    height: 150px;
}

.column-box-list .workshop-con .thumbnail .thepic-img,
.column-box-list .test-con .thumbnail .thepic-img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.5s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.column-box-list .workshop-con .thumbnail .thepic-img:hover,
.column-box-list .test-con .thumbnail .thepic-img:hover {
    transform: scale(1.05);
}

.column-box-list .workshop-con .thumbnail img,
.column-box-list .test-con .thumbnail img {
    display: block;
    width: 100%;
}

.column-box-list .workshop-con .thumbnail img,
.column-box-list .activity-con .activity-list img,
.column-box-list .test-con .thumbnail img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.column-box-list .workshop-con .thumbnail:hover img,
.column-box-list .activity-con .activity-list:hover img,
.column-box-list .test-con .thumbnail:hover img {
    transform: scale(1.05);
    overflow: hidden;
}

.column-box-list .workshop-con .thumbnail,
.column-box-list .test-con .thumbnail {
    padding: 0px;
    border-radius: 0px;
    border: 0px;
    margin-bottom: 0px;
}

.column-box-list .workshop-con .caption h4,
.column-box-list .test-con .caption h4 {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}

.column-box-list .workshop-con .caption h4 a,
.column-box-list .test-con .caption h4 a {
    color: #323232;
}

.column-box-list .workshop-con .caption span,
.column-box-list .test-con .caption span {
    color: #999999;
    line-height: 18px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.column-box-list .workshop-con .arrow a {
    background: #f2f2f2;
    color: #b2b2b2;
}

.column-box-list .workshop-con .arrow a:hover {
    background: rgba(128, 128, 128, 1);
}

.column-box-list .workshop-con .arrow a:hover {
    color: #fff;
}

.webinar_tags_span {
    position: absolute;
    width: 70px;
    height: 28px;
    background: rgba(0, 0, 0, 0.5);
    top: 10px;
    left: 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    display: block;
}

.webinar_tags_span_red {
    background: #ff6767;
}

.column-box-list .workshop-con .thumbnail img {
    display: block;
    width: 100%;
    height: 180px;
}

.column-box-list .forum-con dl {
    margin: 9px 15px;
    border-bottom: 1px #e6e6e6 dashed;
    overflow: hidden;
    padding-bottom: 9px;
}

.column-box-list .forum-con dl:last-child {
    border: none;
    margin-bottom: 0px;
}

.column-box-list .forum-con dt {
    width: 16%;
    float: left;
}

.column-box-list .forum-con dt img {
    width: 40px;
    height: 40px;
    display: block;
}

.column-box-list .forum-con dd {
    width: 77%;
    float: left;
    margin-left: 5%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.column-box-list .forum-con dd.thetitle a {
    font-size: 14px;
    color: #323232;
}

.column-box-list .forum-con dd.thetitle a:hover {
    color: #003352;
}

.column-box-list .forum-con dd.thetext {
    font-size: 12px;
    color: #999999;
    line-height: 22px;
}

.column-box-list .forum-con dd.thetext a {
    color: #999999;
    border-right: 1px #e6e6e6 solid;
    padding-right: 10px;
}

.column-box-list .forum-con dd.thetext span {
    padding-left: 10px;
}

.column-box-list .book-con dl {
    margin: 6px 15px;
    overflow: hidden;
    padding: 7px 0px;
}

.column-box-list .book-con dt {
    float: left;
    width: 36.6666%;
    height: auto;
    max-height: 65px;
    overflow: hidden;
}

.column-box-list .book-con dt img {
    width: 100%;
    display: block;
}

.column-box-list .book-con dd {
    width: 56%;
    margin-left: 10px;
    float: left;
    padding-top: 1%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
    overflow: hidden;
}

.column-box-list .book-con dd a {
    font-size: 14px;
    color: #323232;
    line-height: 24px;
}

.column-box-list .book-con dd a:hover {
    color: #003352;
}

.column-box-list .test-con {
    position: relative;
}

.column-box-list .test-con .thumbnail img {
    display: block;
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.column-box-list .hot-tags-con {
    border: none;
}

.column-box-list .hot-tags-con a {
    display: inline-block;
    padding: 1% 4%;
    border: #e5e5e5 1px solid;
    border-radius: 500px;
    margin: 2% 5% 2% 0px;
    font-size: 12px;
    color: #646464;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.column-box-list .hot-tags-con a.thelast {
    margin-right: 0px;
}

.column-box-list .hot-tags-con a:hover {
    background: #003352;
    color: #fff;
}

.footer {
    width: 100%;
    height: auto;
    background: #003352;
    margin: 0 auto;
}

.footer_con {
    width: 1300px;
    height: auto;
    margin: 0 auto;
    padding-top: 30px;
    color: #e5e5e5;
    overflow: hidden;
}

.concern {
    width: 12%;
    height: auto;
    float: left;
}

.footet_title {
    font-size: 16px;
    color: #e5e5e5;
    border-left: 5px solid #e5e5e5;
    padding-left: 10px;
}


.concern .concern_btn {
    margin-top: 20px;
}

.concern .concern_btn .thebtn {
    width: 54px;
    height: auto;
    float: left;
    margin-right: 10px;
    position: relative;
}

.concern .concern_btn .thebtn a {
    display: inline-block;
    width: 54px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    border: #fff 1px solid;
    border-radius: 200px;
    transition: all 0.2s;
    -moz-transition: all 0.2s; /* Firefox 4 */
    -webkit-transition: all 0.2s; /* Safari and Chrome */
    -o-transition: all 0.2s; /* Opera */
}

.concern .concern_btn .thebtn .code_img {
    display: block;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 60px;
    left: 0px;
    z-index: 1001;
    display: none;
}

.concern .concern_btn .weixinbtn:hover .code_img {
    display: block;
}

.concern .concern_btn a:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #003352;
}

.concern .concern_btn .iconfont {
    color: #fff;
    font-size: 28px;
}

.site_nav {
    width: 43%;
    height: auto;
    float: left;
}

.site_nav_list {
    /*margin-top: 20px;*/
}

.site_nav_list li {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.site_nav_list li a {
    font-size: 12px;
    color: #e5e5e5;
}

.global_web {
    width: 45%;
    height: auto;
    float: right;
    overflow: hidden;
}

.global_web dl, .site_nav dl {
    height: auto;
    float: left;
    margin-top: 30px;
    margin-right: 4.6511%;
    /*	min-height:240px;
        height:auto !important;
        height:240px; */
}

.global_web dl {
    width: 46%;
}

.site_nav dl {
    width: 28%;
}

.global_web dt, .site_nav dt {
    width: 100%;
    height: auto;
    border-bottom: 1px dashed #cacaca;
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: normal;
}

.global_web dd, .site_nav dd {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.global_web dd a, .site_nav dd a {
    font-size: 12px;
    color: #cacaca;
}

.global_web dl.theright, .site_nav dl.theright {
    margin-right: 0px;
}

.global_web dl.thelast, .site_nav dl.thelast {
    clear: both;
}

.globalWeb-list{
    overflow: hidden;
}
.globalWeb-list .list-item{
    width: 33.33%;
    float: left;
}
.globalWeb-list .list-item dl{
    width: 100%;
    padding-right: 20px;
    margin-right: 0px;
    float: none;
}



.footer_bottom {
    width: 1300px;
    height: auto;
    margin: 30px auto 0px;
    border-top: 1px solid #cacaca;
    text-align: center;
    line-height: 30px;
    color: #cacaca;
    padding-top: 20px;
    font-size: 14px;
}

.footer_bottom span {
    text-decoration: underline;
}

/*返回顶部*/
.back-top {
    width: 50px;
    height: 50px;
    background: #003352;
    text-align: center;
    line-height: 50px;
    position: fixed;
    right: 3%;
    bottom: 200px;
    display: none;
    cursor: pointer;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
    z-index: 999;
    border-radius: 3px;
}

.back-top:hover {
    background: #1d4a65;
}

.back-top .iconfont {
    font-size: 24px;
    color: #fff;
    opacity: 0.9;
}

/*悬浮广告*/
.welcome-ad {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999;
    display: none;
}

.welcome-ad .welcome-ad-con {
    width: 640px;
    height: 480px;
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -240px;
    margin-left: -320px;
}

.welcome-ad .welcome-ad-con .count {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

.welcome-ad .welcome-ad-con .count .thenum,
.welcome-ad .welcome-ad-con .count .iconfont {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.welcome-ad .welcome-ad-con .count .iconfont {
    font-size: 26px;
    display: none;
    cursor: pointer;
}

.welcome-ad .welcome-ad-con .count .thenum {
    font-family: 'myEnFont', 'Microsoft YaHei';
}

.welcome-ad .welcome-ad-con .ad-text {
    position: absolute;
    left: 5px;
    bottom: 5px;
    font-size: 10px;
    width: 30px;
    height: 18px;
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    text-align: center;
    line-height: 18px;
}

.welcome-ad .ad_a {
    position: fixed;
    bottom: 100px;
    left: 50px;
}

.welcome-ad .ad_a a {
    background: rgba(0, 0, 0, .8);
    color: #ebebeb;
    font-size: 12px;
    padding: 6px 15px;
    border-radius: 5px;
}

/*侧边栏微信二维码*/
.sidebar-code {
    position: fixed;
    right: 3%;
    bottom: 260px;
    background: #f2f2f2;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    z-index: 999;
    border-radius: 3px;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
    border: 1px solid #ededed;
}

.sidebar-code-con {
    position: relative;
    top: 0px;
    left: 0px;
}

.sidebar-code .iconfont {
    display: block;
    font-size: 24px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    line-height: 50px;
    color: #003352;
}

.sidebar-code .thepic {
    position: absolute;
    top: 0px;
    right: 60px;
    overflow: hidden;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05), -2px -2px 5px rgba(0, 0, 0, 0.05);
    display: none;
}

.sidebar-code .thepic img {
    display: block;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.sidebar-code .thepic span {
    display: block;
    color: #808080;
    font-size: 12px;
    line-height: 24px;
}

.sidebar-code:hover .thepic {
    display: block;
}

.ad2 {
    border: 1px #e5e5e5 solid
}

.ad2 .article-list {
    border: none
}

.index-modal .modal-dialog {
    width: 66%;
    height: auto;
}

.index-modal .modal-title {
    font-size: 28px;
    color: #323232;
    border-bottom: none;
    text-align: center;
}

.index-modal .modal-header .close {
    font-size: 36px;
}

.index-modal .modal-header {
    border-bottom: 1px solid #f2f2f2;
}

.index-modal .modal-dialog .play_box {
    width: 95%;
    height: auto;
    margin: 0 auto;
}

.index-modal .btn-default {
    border: 1px solid #ededed;
    background: #f2f2f2;
    color: #646464;
    outline: none;
}

.index-modal .modal-footer {
    border-top: none;
    padding: 0px 0px 20px 0px;
}

.index-modal .modal-footer .A-content {
    display: block;
    font-size: 22px;
    color: #003352;
    text-align: center;
}

.index-modal .modal-footer .A-content a {
    color: #ff4444;
}

.home-video-dimensions {
    width: 100%;
    max-width: 100%;
    height: 0px;
    padding-top: 56.25% !important;
}

.vjs-paused .vjs-big-play-button {
    display: block !important;
}

.video-js .vjs-big-play-button {
    font-size: 2.5em;
    line-height: 2.3em;
    height: 2.5em;
    width: 2.5em;
    -webkit-border-radius: 2.5em;
    -moz-border-radius: 2.5em;
    border-radius: 2.5em;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5);
    border-width: 0.15em;
    left: 50% !important;
    top: 50% !important;
    margin-left: -1.25em;
    margin-top: -1.25em;
}

/* 中间的播放箭头 */
.vjs-big-play-button .vjs-icon-placeholder {
    font-size: 1.63em;
}

@media (max-width: 1300px) {
    .column-article .article-ad {
        position: relative;
    }

    .nav-con {
        width: 96%;
        height: 70px;
        margin: 0 auto;
        position: relative;
        /*overflow: hidden;*/
    }

    .nav-con .nav-list {
        width: 66%;
    }

    .nav-con .nav-list li.thefirst {
        margin: 0px 3px;
    }

    .nav-search {
        width: auto;
        margin-right: 0px;
    }

    .nav-search .search-option {
        width: 60px;
    }

    /* .nav-search .search-input {
         width: 80px;
     }*/
    .column-article .article-list .article-con a {
        font-size: 14px;
    }

    .column-title {
        width: 98%;
    }

    .column-article, .column-box .column-box-con {
        width: 100%;
    }

    .column-article .hot-list {
        width: 48.1481%;
        height: 19.3vw;
        margin: 0px 0.925925% 20px 0.925925%;
    }

    .column-article .hot-list .thepic {
        height: 100%;
    }

    .column-article .article-list, .column-article .article-ad {
        width: 23.148%;
        margin: 0px 0.925925% 20px 0.925925%;
        height: 19.3vw;
    }

    .column-article .article-list1 {
        width: 100% !important;
        margin: 0px !important;
    }

    .column-article .article-list .article-con {
        padding: 5px 10px 2px 10px;
        line-height: 20px;
    }

    .column-article .article-list .thepic {
        height: 14.3vw;
    }

    .column-article .article-list .article-tags {
        padding: 3px 5px;
    }

    .column-box .column-box-con .column-box-list {
        width: 23.148%;
        margin: 0px 0.925925% 20px 0.925925%;
        height: auto;
        overflow: hidden;
    }

    .column-box-list .activity-con .activity-list img {
        height: 19.21vw;
    }

    .column-box-list .box-list-con,
    .column-box-list .activity-con .activity-list {
        height: 19.3vw;
    }

    /*.column-box-list .workshop-con .thumbnail img{
        height: 13.8355vw;
    }*/
    .column-box-list .workshop-con .thumbnail .thepic-img {
        height: 13.8355vw;
    }

    .column-box-list .test-con .thumbnail .thepic-img {
        height: 11.7924vw;
    }

    .column-box-list .forum-con dl:last-child {
        display: none;
    }

    .footer_con, .footer_bottom {
        width: 96%;
    }

    .concern .concern_btn .thebtn {
        width: 40px;
    }

    .concern .concern_btn .thebtn a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .concern .concern_btn .thebtn .code_img {
        top: 44px;
    }

    .concern .concern_btn .iconfont {
        font-size: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .nav-bg {
        height: 60px;
    }

    .nav-con {
        width: 96%;
        height: 60px;
        margin: 0 auto;
        position: relative;
    }

    .nav-con .nav-logo {
        height: 60px;
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -75px;
    }

    .nav-con .nav-list, .nav-con .nav-search, .nav-con .nav-login {
        display: none;
    }

    .nav-menu-xs {
        display: block;
        height: 60px;
        position: absolute;
        left: 0px;
        line-height: 60px;
    }

    .nav-menu-xs .iconfont {
        font-size: 26px;
        color: #999999;
    }

    .nav-menu-xs .colse-btn, .nav-menu-xs-active .menu-btn, .nav-search-xs .colse-btn,
    .nav-search-xs-active .search-btn {
        display: none;
    }

    .nav-menu-xs-active .colse-btn {
        display: block;
    }

    .nav-search-xs-active .colse-btn {
        display: block;
    }

    .nav-search-xs {
        height: 60px;
        position: absolute;
        right: 40px;
        line-height: 60px;
        display: block;
    }

    .nav-search-xs .iconfont {
        color: #999999;
        font-size: 20px;
    }

    .nav-search-xs-con {
        width: 100%;
        height: 50px;
        background: #fff;
        display: none;
        position: fixed;
        top: 60px;
        z-index: 10000;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    }

    .nav-search-xs-con .search-option {
        width: 18%;
        height: 50px;
        background: no-repeat;
        border-radius: 0px;
        font-size: 16px;
    }

    .nav-search-xs-con .search-xs-input {
        width: 72%;
        height: 49px;
        padding: 0px 0px 0px 10px;
        outline: none;
        border: none;
        font-size: 16px;
    }

    .nav-search-xs-con button {
        width: 10%;
        height: 50px;
        float: right;
        background: none;
        border: none;
        outline: none;
    }

    .nav-search-xs-con .iconfont {
        font-size: 20px;
        color: #999999;
    }

    .nav-search-xs-con .search-xs-input:focus {
        border: none;
        outline: 0;
        box-shadow: none;
    }

    .nav-list-xs {
        width: 100%;
        height: auto;
        background: #fff;
        position: fixed;
        top: 60px;
        z-index: 10000;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    }

    .nav-list-xs li {
        width: 100%;
        height: auto;
        font-size: 16px;
        line-height: 50px;
    }

    .nav-list-xs li a {
        color: #323232;
        padding-left: 20px;
    }

    .nav-list-xs li span {
        color: #b3b3b3;
    }

    .nav-list-xs li ul.nav-list-subnav {
        display: none;
        overflow: hidden;
    }

    .nav-list-xs li ul.nav-list-subnav li {
        width: 50%;
        height: 40px;
        float: left;
        line-height: 40px;
        font-size: 14px;
    }

    .nav-list-xs li ul.nav-list-subnav li a {
        padding-left: 50px;
        color: #808080;
    }

    .nav-login-xs {
        position: absolute;
        right: 30px;
        height: 60px;
        top: 0px;
        font-size: 14px;
    }

    .nav-login-xs .login-text-xs {
        font-size: 16px;
        color: #646464;
        display: block;
        line-height: 60px;
    }

    .nav-login-xs .user-pic-xs {
        height: 60px;
    }

    .nav-login-xs .user-pic-xs .dropdown-toggle {
        position: relative;
    }

    .nav-login-xs .user-pic-xs .dropdown-toggle strong {
        position: absolute;
        top: 8px;
        right: 0px;
        background: #ff6e6e;
        height: 16px;
        padding: 0px 5px;
        text-align: center;
        color: #fff;
        font-size: 12px;
        border-radius: 50px;
        font-weight: bold;
        line-height: 16px;
    }

    .nav-login-xs .user-pic-xs .sub-oper-xs {
        width: 140px;
        left: -80px;
        min-width: 140px !important;
        margin: 0px;
        box-shadow: none;
        border: #eeeeee 1px solid;
        border-radius: 2px;
        border-top: none;
        z-index: 20000;
    }

    .nav-login-xs .user-pic-xs .sub-oper-xs li {
        height: 30px;
        line-height: 30px;
    }

    .nav-login-xs .user-pic-xs .sub-oper-xs .username {
        border-bottom: 1px solid #f2f2f2;
    }

    .nav-login-xs .user-pic-xs .sub-oper-xs li a {
        font-size: 12px;
        color: #808080;
    }

    .nav-login-xs .user-pic-xs .sub-oper-xs li strong {
        background: #ff6e6e;
        height: 16px;
        line-height: 16px;
        padding: 0px 5px;
        text-align: center;
        color: #fff;
        font-size: 12px;
        border-radius: 10px;
        font-weight: bold;
        margin-left: 5px;
    }

    .nav-login-xs .user-pic-xs .sub-oper-xs li .iconfont {
        color: #b2b2b2;
        display: inline-block;
        width: 16px;
        font-size: 14px;
    }

    .nav-login-xs .user-pic-xs .sub-oper-xs li .my-blog {
        font-size: 12px;
    }

    .nav-login-xs .user-pic-xs img {
        width: 32px;
        height: 32px;
        border-radius: 30px;
        display: inline-block;
        border: 2px #fff solid;
        margin-top: 14px;
    }

    .nav-login-xs .user-pic-xs:hover img {
        border: 2px #003352 solid;
    }

    .nav-search-xs {
        height: 60px;
        position: absolute;
        right: 0px;
        line-height: 60px;
        top: 0px;
    }
}

@media screen and (max-width: 1024px) {
    .column-article .article-ad .tag_banner {
        width: 300px;
        position: relative;
        margin: 0 auto;
    }

    .nav-con {
        width: 96%;
        /*height: auto;*/
        margin: 0 auto;
        position: relative;
    }

    .nav-con .nav-list {
        width: 62%;
    }

    .nav-con .nav-list li.thefirst {
        margin: 0px 1.5%;
    }

    .nav-search {
        width: auto;
        margin-right: 0px;
    }

    .nav-search .search-option {
        width: 55px;
    }

    .nav-search .search-input {
        width: 80px;
    }

    .column-title {
        width: 98%;
    }

    .column-article, .column-box .column-box-con {
        width: 100%;
    }

    .column-article .hot-list {
        width: 64.8148%;
        height: 26.15vw;
        margin: 0px 0.925925% 20px 0.925925%;
    }

    .column-article .hot-list .thepic {
        height: 26.15vw;
    }

    .column-article .hot-list .thetitle {
        height: 36px;
        font-size: 18px;
        line-height: 36px;
    }

    .column-article .article-list, .column-article .article-ad {
        width: 31.4814%;
        height: 26.15vw;
        margin: 0px 0.925925% 20px 0.925925%;
        overflow: hidden;
    }

    .column-article .article-list img, .column-article .article-ad img {
        display: block;
        width: 100%;
    }

    .column-article .article-list .article-con {
        padding: 5px 10px 5px 10px;
    }

    .column-article .article-list .article-con a {
        font-size: 18px;
    }

    .column-article .article-list .thepic {
        height: 20vw;
    }

    .column-box .column-box-con .column-box-list {
        width: 31.4814%;
        height: auto;
        margin: 0px 0.925925% 20px 0.925925%;
        overflow: hidden;
    }

    .column-box-list .activity-con .activity-list img {
        height: 26.2vw;
    }

    .column-box-list .box-list-con,
    .column-box-list .activity-con .activity-list {
        height: 26.15vw;
    }

    .column-box-list .forum-con dl {
        margin: 4% 15px;
    }

    .column-box-list .forum-con dl:last-child {
        display: block;
    }

    /*.column-box-list .workshop-con .thumbnail img{
        height: 18.924vw;
    }*/
    .column-box-list .workshop-con .thumbnail .thepic-img {
        height: 18.924vw;
    }

    .column-box-list .test-con .thumbnail .thepic-img {
        height: 15.7375vw;
    }

    .footer_con, .footer_bottom {
        width: 96%;
    }

    .concern .concern_btn .thebtn {
        width: 40px;
    }

    .concern .concern_btn .thebtn a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .concern .concern_btn .thebtn .code_img {
        top: 44px;
    }

    .concern .concern_btn .iconfont {
        font-size: 20px;
    }

    .global_web dd, .site_nav dd {
        height: auto;
    }
}

@media screen and (max-width: 991px) {
    .column-ad-top {
        margin: 75px auto 0px;
    }

    .column-title {
        width: 96%;
        margin: 10px auto 0px;
    }

    .column-title .title-text, .column-box-title .title-text {
        font-size: 18px;
    }

    .column-ad {
        width: 728px;
    }

    .column-ad .column-ad-lg, .column-ad .column-ad-xs {
        display: none;
    }

    .column-ad .column-ad-md {
        display: block;
    }

    .column-article {
        margin: 0 auto;
    }

    .column-article, .column-box .column-box-con {
        width: 96%;
    }

    .column-article .hot-list {
        width: 98%;
        height: auto;
        float: none;
        margin: 20px 1% 3%;
    }

    .column-article .hot-list .thepic {
        height: 37.93vw;
    }

    .column-article .article-list,
    .column-article .article-ad {
        width: 48%;
        height: 38.3166vw;
        margin: 0px 1% 15px 1%;
    }

    .column-article .article-list .thepic {
        height: 27.303vw;
    }

    .column-article .article-list .article-con {
        padding-top: 5%;
    }

    .column-article .article-list img {
        display: block;
        width: 100%;
    }

    .column-box .column-box-con .column-box-list {
        width: 48%;
        height: auto;
        margin: 0px 1% 15px 1%;
    }

    .column-box-list .box-list-con,
    .column-box-list .activity-con .activity-list {
        height: 38.3166vw;
    }

    /*.column-box-list .workshop-con .thumbnail img{
        height: 22.961373vw;
    }*/
    .column-box-list .workshop-con .thumbnail .thepic-img {
        height: 22.961373vw;
    }

    .column-box-list .test-con .thumbnail .thepic-img {
        height: 22.89vw;
    }

    .column-box-title {
        margin-top: 3%;
    }

    .column-box-list .forum-con dl {
        margin: 5% 15px;
        padding-bottom: 3%;
    }

    .column-box-list .book-con dl {
        margin: 0px 10px;
        padding: 3% 0px;
    }

    .footer_con, .footer_bottom {
        width: 96%;
    }

    .footer_con .concern .concern_btn .thebtn {
        width: 36px;
    }

    .footer_con .concern .concern_btn .thebtn a {
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin-right: 2px;
    }

    .concern .concern_btn .thebtn .code_img {
        top: 40px;
    }

    .footer_con .concern .concern_btn .iconfont {
        font-size: 20px;
    }

    .global_web dd, .site_nav dd {
        height: auto;
        line-height: 24px;
    }

    .index-modal .modal-dialog {
        width: 96%;
        height: auto;
    }

    .index-modal .modal-title {
        font-size: 18px;
    }

    .index-modal .modal-body {
        padding-bottom: 3%;
    }

    .index-modal .modal-footer .A-content {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 16px;
        color: #ff4444;
    }

    .index-modal .modal-footer .btn {
        border: 1px solid #e5e5e5;
        background: #fff;
        margin: 3% auto 0px;
        padding: 4px 12px;
        color: #808080;
    }

}

@media screen and (max-width: 767px) {
    .column-article .hot-list .thepic {
        height: 56.825vw;
    }

    .column-article .article-list .article-tags {
        padding: 0px;
        height: 5px;
    }

    .column-box-list .activity-con .activity-list img {
        height: auto;
    }

    .column-ad {
        width: 300px;
    }

    .column-ad .column-ad-lg, .column-ad .column-ad-md {
        display: none;
    }

    .column-ad .column-ad-xs {
        display: block;
    }

    .column-article .hot-list {
        width: 100%;
        float: none;
        margin: 5% auto 5%;
    }

    .column-article .hot-list img {
        display: block;
        margin: 0 auto;
        overflow: hidden;
    }

    .column-article .hot-list .thetitle {
        height: 30px;
        line-height: 30px;
    }

    .column-article .hot-list .thepic a {
        font-size: 16px;
    }

    .column-article .article-list {
        width: 100%;
        height: auto;
        float: none;
        margin: 0px auto 5%;
    }

    .column-article .article-list .thepic {
        height: 56.825vw;
    }

    .column-article .article-list .article-con {
        padding: 10px 2%;
    }

    .column-article .article-ad {
        width: 300px;
        height: 250px;
        margin: 0px auto 20px;
        float: none;
    }

    .column-box-list .hot-tags-con a {
        margin: 1% 3% 1% 0px;
    }

    .column-box .column-box-con .column-box-list {
        width: 100%;
        height: auto;
        margin: 10px auto 0px;
        float: none;
    }

    .column-box-list .box-list-con {
        height: auto;
        margin-top: 3%;
    }

    .column-box-list .vedio-con {
        height: 79.36vw;
    }

    .column-box-list .activity-con .activity-list {
        height: 79.36vw;
    }

    /*.column-box-list .workshop-con .thumbnail img{
        height: 58.8397vw;
    }*/
    .column-box-list .workshop-con .thumbnail .thepic-img {
        height: 58.8397vw;
    }

    .column-box-list .test-con .thumbnail .thepic-img {
        height: 47.6190vw;
    }

    .column-box-con .column-box-list .column-box-title {
        margin-top: 0px;
    }

    .column-box {
        margin-top: 0px;
    }

    .column-box .column-box-con {
        margin-bottom: 0px;
    }

    .column-box-list .blog-con ul {
        margin: 0px 15px 4.5%;
        overflow: hidden;
    }

    .column-box-list .blog-con ul li {
        width: 100%;
        padding: 4.5% 0px;
    }

    .column-box-list .forum-con dt {
        width: 16%;
        float: left;
    }

    .column-box-list .forum-con dd {
        width: 77%;
        float: left;
        margin-left: 0px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .footer_con, .footer_bottom {
        width: 90%;
    }

    .footer_bottom {
        margin-top: 10px;
        padding-top: 10px;
        line-height: 24px;
        font-size: 12px;
    }

    .concern, .site_nav, .global_web {
        width: 100%;
        float: none;
    }

    .concern .concern_btn .thebtn {
        width: 34px;
    }

    .concern .concern_btn .thebtn a {
        width: 34px;
        height: 34px;
        line-height: 34px;
    }

    .concern .concern_btn .thebtn .code_img {
        top: 40px;
    }

    .concern .concern_btn .iconfont {
        font-size: 18px;
    }

    .site_nav, .global_web {
        margin-top: 30px;
    }

    .global_web dl, .site_nav dl {
        width: 33.33%;
        margin-top: 10px;
        margin-right: 0px;
        padding-right: 20px;
    }

    .footet_title {
        margin-bottom: 10px;
    }

    .concern_btn-xs {
        width: 100%;
        height: auto;
        text-align: center;
    }

    .concern_btn-xs .guanzhu-btn {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }

    .concern_btn-xs .guanzhu-btn a {
        color: #fff;
    }

    .concern_btn-xs .guanzhu-btn .iconfont {
        font-size: 22px;
        padding-left: 5px;
        display: inline-block;
    }

    .concern_btn-xs .code-img {
        width: 100%;
        height: auto;
        margin: 1% auto;
    }

    .concern_btn-xs .code-img img {
        display: block;
        width: 200px;
        height: 200px;
        margin: 0 auto;
    }

    .column-article .article-ad3 {
        width: 100% !important;
        height: auto;
    }

    .welcome-ad .welcome-ad-con {
        width: 300px;
        height: 250px;
        position: relative;
        top: 50%;
        left: 50%;
        margin-top: -125px;
        margin-left: -150px;
    }

    .welcome-ad .welcome-ad-con .count {
        width: 30px;
        height: 30px;
        bottom: -15px;
        right: -15px;
        line-height: 30px;
    }

    .welcome-ad .welcome-ad-con .count .thenum,
    .welcome-ad .welcome-ad-con .count .iconfont {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .footer_con {
        display: none;
    }

    .folding-panel {
        width: 90%;
        height: auto;
        margin: 0 auto;
        padding-top: 30px;
        color: #e5e5e5;
        overflow: hidden;
        text-align: right;
    }

    .folding-panel span {
        display: inline-block;
        line-height: 16px;
    }

    .folding-panel .iconfont {
        margin-top: 4px;
        font-size: 14px;
    }

    .column-box-list .book-con dt {
        max-height: none;
    }

    .column-ad-bottom{
        padding-top: 0 !important;
    }

}

.rowBanner{
    position: relative;
    margin: 10px auto 0px;
}

.rowBanner .adTag {
    position: absolute;
    left: 5px;
    bottom: 5px;
    display: none;
}

.rowBannerTop,.column-ad-bottom {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 1300px;
    padding-top: 70px;
    @media (max-width: 1300px) {
        width: 96%;
        justify-content: center;
    }
}

.rowBanner-l{
    margin: auto 0;
    position: relative;
}

.rowBannerBottom{
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 99999;
    display: none;
    align-content: center;
    justify-content: center;
    margin: 10px auto 0px;
}

.rowBannerBottom .banner-con {
    position: relative;
}
.rowBannerBottom .adTag {
    position: absolute;
    left: 5px;
    bottom: 5px;
    display: none;
}
.rowBannerBottom .adTag img {
    display: block;
}
.rowBannerBottom .colse-btn {
    position: absolute;
    top: 1px;
    right: 1px;
    display: block;
    width: 15px;
    height: 15px;
}
.rowBannerBottom .colse-btn img {
    vertical-align: top !important;
}
.rowBannerBottom .colse-btn:hover {
    color: rgba(255, 255, 255, 0.5);
}

.rowBanner-r {
    position: relative;
    display: none;
    margin-right: 16px;
}

.pushDown {
    margin: 0 !important;
}
.tag_banner {
    margin: 0 auto;
    position: relative;
}
.pushDown .colse-btn {
    position: absolute;
    top: 1px;
    right: 1px;
    display: block;
    width: 15px;
    height: 15px;
}
.pushDown .colse-btn img {
    vertical-align: top !important;
}
.pushDown .colse-btn:hover {
    color: rgba(255, 255, 255, 0.5);
}
