@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

p {
    font-size: 14px;
    font-family: ScalaOT Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 20px;
}

body {
    font-size: 16px;
}

body,
html {
    //position: relative;
    scroll-behavior: smooth;
}

p {
    font-family: ScalaOT Regular;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

.in_divider {
    margin-top: 20px;
    margin-bottom: 20px;
}

.on_p {
    display: none;
}

/* 导航缩放 */
.navbar-default .navbar-toggle {
    display: block;
    margin-top: 16px;
    margin-bottom: 20px;
    margin-right: -15px;
    border-color: #A7A6A6;
}

.navbar-default .navbar-toggle:hover {
    background-color: #a8c6db;
}

.navbar-header,
.navbar-nav,
.navbar-nav>li {
    float: none;
}

.navbar-nav {
    text-align: center;
}

.rel_nav li:first-child,
.rel_nav li:not(:first-child) {
    margin-left: 0;
}

.navbar-default .navbar-collapse {
    border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #A7A6A6;
}

.navbar-collapse.collapse {
    height: 0 !important;
    display: none !important;
}

.navbar-collapse.collapse.in {
    display: block !important;
    height: auto !important;
}

.navbar-header {
    display: block;
}

.bf_nav .navbar-default {
    background-color: unset;
    border-bottom: 1px solid #A7A6A6;
}

.bf_nav .navbar-nav li a {
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #121212;
    font-size: 20px;
}

.bf_nav .navbar-nav li:first-child a {
    padding-right: 0;
    padding-left: 0;
}

.bf .navbar-nav li:last-child a {
    padding-left: 0;
}

.navbar-nav {
    margin: 0;
}

.top_bg {
    position: relative;
    width: 100%;
    height: auto;
    //background: url(https://backup.globaltimes.cn/test/img/bf_top_bg.png);
    //background-size: 100%;
}

.top_bg .bg_phone {
    display: none;
}

.top_bg .bg_img {
    width: 100%;
    height: auto;
}

.top_bg .banner_text {
    padding-top: 80px;
    max-width: 1030px;
    margin: 0 auto;
}

.top_bg .banner_text .full_title {
    text-align: center;
    font-size: 97px;
    font-family: ScalaOT Bold;
    font-weight: 700;
    color: #ffffff;
    line-height: 54px;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 64%);
}

.top_bg .banner_text .full_title i {
    width: 64px;
    height: 64px;
    display: inline-block;
    background: url(https://backup.globaltimes.cn/test/img/bf_glo.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 4px;
}

.top_bg .banner_text .full_desc {
    margin-top: 72px;
    margin-bottom: 72px;
    text-align: center;
    font-size: 17px;
    font-family: ScalaOT Bold;
    font-weight: 700;
    color: #ffffff;
    line-height: 22px;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 64%);
}

.bf_title {
    font-family: ScalaOT Bold;
    font-weight: normal;
    color: #121212;
}

.bf_title_18 {
    font-size: 18px;
    line-height: 23px;
}

.bf_title_24 {
    font-size: 24px;
    line-height: 30px;
}

.bf_title_21 {
    font-size: 21px;
    line-height: 26px;
}

.bf_title_20 {
    font-size: 20px;
    line-height: 25px;
}

.bf_title_19 {
    font-size: 19px;
    line-height: 23px;
}

.bf_title_22 {
    font-size: 22px;
    line-height: 28px;
}

.bf_title_23 {
    font-size: 23px;
    line-height: 29px;
}

.item_ss_title {
    font-family: ScalaOT Bold;
    color: #121212;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
}

.item_s_title {
    font-family: ScalaOT Bold;
    color: #121212;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
}

.mid_content .item_l_title,
.item_img .item_s_title {
    margin-top: 20px;
}

.navbar-nav>li a {
    font-family: ScalaOT Bold;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
    color: #122112;
}

.item_m_title {
    font-family: ScalaOT Bold;
    color: #121212;
    font-weight: normal;
    font-size: 21px;
    line-height: 26px;
}

.item_lm_title {
    font-family: ScalaOT Bold;
    color: #121212;
    font-weight: normal;
    font-size: 23px;
    line-height: 29px;
}

.item_l_title {
    font-family: ScalaOT Bold;
    color: #121212;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
}

p {
    font-family: ScalaOT Regular;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.mid_content p,
.item_noimg p {
    margin-top: 18px;
}

.pick_content {
    font-size: 0;
}

.pick_content:after {
    content: "";
    display: block;
    clear: both;
}

.pick_content .pick_left,
.pick_content .pick_right {
    float: left;
}

.pick_content .pick_left {
    width: 62%;
    padding-right: 14px;
    border-right: 1px solid #DCDCDC;
}

.pick_content .pick_left .item_l_title {
    margin-top: 24px;
}

.pick_content .pick_left p {
    margin-top: 16px;
}

.pick_content .pick_right {
    width: 38%;
    padding-left: 15px;
}

.pick_content .pick_left .bf_title {
    margin-top: 20px;
}

.pick_content .pick_right .item_img {
    font-size: 0;
}

.pick_content .pick_right .item_img .title_left {
    float: left;
    width: 60%;
    padding-right: 14px;
}

.pick_content .pick_right .item_img .img_right {
    float: right;
    width: 40%;
}


.pick_content .pick_right .item_img:after {
    content: "";
    display: block;
    clear: both;
}

.section_divider {
    margin-top: 76px;
    margin-bottom: 28px;
    width: 100%;
    height: 1px;
    background-color: #BEBDBD;
}

.ex_divider {
    margin-top: 28px
}

.section_title {
    font-family: ScalaOT Bold;
    font-size: 26px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 50px;
    height: 80px;
}

.section_title img {
    height: 100%;
    width: auto;
}

.spotlight_content {
    position: relative;

}

.spotlight_column {
    width: 59%;
    margin-left: 41%;
}

.spotlight_column .title_left,
.spotlight_column .img_left {
    float: left;
}

.spotlight_column .img_right,
.spotlight_column .title_right {
    float: right;
}

.spotlight_column .b_img {
    width: 62%;
    padding-right: 15px;
}

.spotlight_column .s_img {
    width: 38%;

}

.spotlight_column .item_img:first-child .title_right {
    width: 38%;
    margin-top: 10%;
    padding-left: 15px;
}

.spotlight_column .item_img:nth-child(2) .img_right {
    padding-left: 10px;
}

.spotlight_column .item_img:nth-child(2) .title_left {
    width: 62%;
    margin-top: 5%;
    padding-right: 10px;
}

.spotlight_column .item_img:nth-child(3) .img_left {
    padding-right: 10px;
}

.spotlight_column .item_img:nth-child(3) .title_right {
    width: 62%;
    margin-top: 5%;
    padding-left: 10px;
}

/* .spotlight_content{
    background-image: url(https://www.globaltimes.cn/test/img/asian_game/bg01.png);
    background-size: 42% auto;
    background-repeat: no-repeat;
    
} */
.spotlight_bg {
    position: absolute;
    right: 59%;
    height: 100%;
    top: -20px;
}

.gt_spot,
.gt_video {
    width: 100%;
    position: relative;
}

#section05,
#section03,
#section02 {
    position: relative;
}

.bg02 {
    position: absolute;
    right: 0;
    top: 34%;
    z-index: -1;
    width: 30%;
}

.gt_content {
    position: relative;
}

.gt_content .b_art {
    font-size: 0;
}

.gt_content .purple_bg {
    position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 30px);
    left: -16px;
    top: -20px;
    background-image: linear-gradient(#3C349A, #8319A6);
    z-index: -1;
}

.gt_content .b_art .art_left,
.gt_content .b_art .art_right {
    display: inline-block;
    vertical-align: top;
}

.gt_content .b_art .art_left {
    width: 58%;
    padding-right: 20px;
    position: relative;
}

.gt_content .b_art .art_right {
    width: 42%;
    padding-left: 20px;
    padding-top: 16px;
}

.gt_content .b_art .art_right p {
    margin-top: 16px;
}

.gt_content .s_arts {
    width: calc(42% - 20px);
    position: absolute;
    font-size: 0;
    right: 0;
    bottom: -10px;
}

.gt_content .s_arts .s_art {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.gt_content .s_arts .s_art .bf_title {
    margin-top: 16px;
}

.gt_content .s_arts .s_art:first-child {
    padding-right: 12px;
}

.gt_content .s_arts .s_art:last-child {
    padding-left: 12px;
}

.bg03 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 16%;
    z-index: -2;
}

.latest_content {
    font-size: 0;
}

.latest_content .ver_divider {
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #DCDCDC;
}

.lastest_s_item,
.lastest_b_item {
    display: inline-block;
    vertical-align: top;
}

.lastest_s_item {
    width: 28%;
}

.lastest_s_item:first-child {
    padding-right: 16px;
}

.lastest_s_item:last-child {
    padding-left: 16px;
}

.lastest_b_item {
    width: 44%;
    padding-left: 16px;
    padding-right: 16px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}


.latest_content .bf_title {
    margin-top: 24px;
}

.latest_content p {
    margin-top: 18px;
}

.bg04 {
    position: absolute;
    left: 0;
    top: 28%;
    z-index: -2;
}

.bg05 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    width: 14%;
}

.video_content {
    font-size: 0;
    background-color: unset;
    display: block;
}

.video_left,
.video_right {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

.video_left {
    padding-right: 80px;
    padding-left: 80px;
}

.video_left p {
    margin-top: 30px;
}



.gra_content .item_s_title {
    margin-top: 20px;
}

.culture_content {
    font-size: 0;
}

.cul_left,
.cul_right {
    display: inline-block;
    vertical-align: top;
}

.cul_left {
    width: 28%;
    padding-right: 14px;
    border-right: 1px solid #DCDCDC;
}

.cul_right {
    width: 72%;
    padding-left: 14px;
}

.cul_right .right_line02,
.cul_right .right_line02 .right_item,
.cul_right .right_line01 {
    font-size: 0;
}

.cul_right .right_line02 .left_img,
.cul_right .right_line02 .right_title,
.cul_right .right_line01 .left_img,
.cul_right .right_line01 .right_desc {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.cul_right .right_line02 .right_item {
    display: inline-block;
    vertical-align: text-top;
    width: calc((100% - 20px) / 2);
}

.cul_right .right_line01 .left_img {
    padding-right: 20px;
}

.cul_right .right_line01 .right_desc {
    padding: 30px 16px;
}

.cul_right .right_line01 .right_desc p {
    margin-top: 30px;
}

.cul_right .right_line02 .left_img {
    padding-right: 18px;
}

.cul_right .right_line02 .right_item:first-child {
    border-right: 1px solid #DCDCDC;
    margin-right: 20px;
}

.swiper-button-prev {
    background-image: url(https://www.globaltimes.cn/test/img/universiade/arrow-left.png) !important;
}

.swiper-button-next {
    background-image: url(https://www.globaltimes.cn/test/img/universiade/arrow-right.png) !important;
}

.swiper-button-next,
.swiper-button-prev {
    font-family: ScalaOT Regular;
    position: absolute;
    top: 36% !important;
    width: 46px !important;
    height: 46px !important;
    margin-top: -20px !important;
    font-size: 60px !important;
    font-weight: 100 !important;
    line-height: 30px !important;
    color: #ffffff !important;
    text-align: center !important;
    background-color: #222222 !important;
    border: unset;
    -webkit-border-radius: 23px !important;
    -moz-border-radius: 23px !important;
    border-radius: 24px !important;
    opacity: 0.5 !important;
    z-index: 10 !important;
    outline: none;
    background-size: 80%;
    color: #ffffff;
    background-size: 40px 40px !important;
}

.gt_content .hori_type {
    display: block;
}

.gt_content .ver_type {
    display: none;
}

/* For portrait layouts only  ipad横向*/
@media only screen and (min-device-width: 481px) and (max-device-width: 1400px) and (orientation:landscape) {

    .bg01,
    .bg02,
    .bg03,
    .bg04,
    .bg05 {
        display: none;
    }

    .section_title {
        height: 60px;
    }

    .pick_content .pick_left .bf_title {
        font-size: 30px;
        line-height: 36px;
    }

    .pick_content .pick_right .item_img .bf_title {
        font-size: 18px;
        line-height: 22px;

    }

    .spotlight_column .item_img:first-child .title_right {
        margin-top: 5%;
    }

    .gt_content .left_img_sets {
        width: 600px;
        height: 360px;
    }

    .gt_content .right_title_sets {
        width: calc(100% - 600px);
        height: 360px;
    }

    .gt_content .right_title_sets .item_s_title {
        padding: 8px 12px;
        font-size: 18px;
        line-height: 24px;
    }

    .gt_content .b_art .art_right p {
        display: none;
    }

    .gra_content,
    .video_content {
        margin-bottom: 0;
    }

    .video_left {
        margin-top: 20px;
        padding: 30px 20px;
    }

    .cul_right .right_line01 .right_desc {
        padding: 10px 0 0 0;
    }

    .ex_content {
        padding-bottom: 0;
    }

    .ex_content:after {
        display: none;
    }

    .ex_arts {
        width: 100%;
    }

    .ex_arts .ex_bottom {
        width: 100%;
    }

    .section_divider {
        margin-top: 76px;
    }

    .view_content .view_item .item_left {
        width: 58%;
    }

    .view_content .view_item .item_right {
        width: 42%;
    }

    .contain_two:after {
        display: none;
    }

    .view_content .view_item .item_right .quot_b,
    .view_content .view_item .item_right .quot_e {
        display: none;
    }

    .view_content .view_item .item_right .bf_title {
        margin-top: 10px;
        max-height: unset;
    }

    .info_next,
    .info_prev {
        top: 30% !important;
    }

    .spot_line02 .spot_item02 .left_img,
    .spot_line02 .spot_item02 .item_ss_title {
        vertical-align: top;
    }

    .cul_right .right_line02 .right_item:first-child {
        margin-right: 0;
        padding-right: 20px;
    }

    .cul_right .right_line02 .right_item:last-child {
        padding-left: 20px;
    }
}

/* For portrait layouts only  ipad竖向*/
@media only screen and (min-device-width: 481px) and (max-device-width: 1200px) and (orientation:portrait) {
    .section_divider {
        margin-top: 46px;
        margin-bottom: 42px;
    }

    .section_title {
        height: 60px;
    }

    .top_bg .banner_text {
        padding-top: 30px;
    }

    .top_bg .banner_text {
        width: 80%;
    }

    .top_bg .banner_text .full_title {
        font-size: 74px;
        text-shadow: 1px 1px 2px rgb(0 0 0 / 64%);
    }

    .top_bg .banner_text .full_desc {
        font-size: 16px;
        margin-top: 40px;
        margin-bottom: 30px;
        font-weight: normal;

    }

    .top_bg .banner_text .full_title i {
        width: 52px;
        height: 52px;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
        height: auto !important;
    }

    .navbar-nav {
        display: block;
    }



    .pick_content .right_line01 .item_img .title_left {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .pick_content .right_line01 .item_img .title_left .bf_title {
        margin-top: 16px;
    }

    .pick_content .right_line02 {
        padding-left: 0;
    }

    .pick_content .right_line02:before {
        content: "";
        display: block;
        clear: both;
    }

    .pick_content .right_line02 .in_divider:nth-child(3) {
        display: none;
    }

    .pick_content .right_line02 .item_img {
        width: 50%;
        float: left;
    }

    .pick_content .right_line02 .item_img .title_left {
        width: 100%;
        float: none;
    }

    .pick_content .right_line02 .item_img:nth-child(2) .title_left {
        border-right: 1px solid #dcdcdc;
    }

    .pick_content .right_line02 .item_img:nth-child(4) .title_left {
        padding-left: 14px;
        padding-right: 0;
    }

    .pick_content .pick_right:last-child {
        float: none;
        width: 100%;
    }

    .pick_content .pick_right .item_img .img_right {
        display: none;
    }

    .pick_content .right_line01 .item_img .img_right {
        display: block;
        width: 100%;
        float: none;
    }

    .not_on_ver {
        display: none;
    }

    .on_ver {
        display: block;
    }

    .spotlight_bg {
        display: none;
    }

    .spotlight_column {
        width: 100%;
        margin-left: 0;
    }

    .gt_content .hori_type {
        display: none;
    }

    .gt_content .ver_type {
        display: block;
    }

    .gt_content .purple_bg {
        display: none;
    }

    .ver_type {
        font-size: 0;
    }

    .ver_type .ver_set {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin-bottom: 32px;
    }

    .gt_content .title_set {
        background-color: unset;
    }

    .gt_content .b_art .art_left,
    .gt_content .b_art .art_right {
        width: 50%;

    }

    .gt_content .s_arts {
        width: 100%;
        position: relative;
        bottom: unset;
    }

    .gt_content .s_arts .s_art .in_divider {
        display: none;
    }

    .gt_content .s_arts .s_art {
        font-size: 0;
    }

    .gt_content .s_arts .s_art .art_img,
    .gt_content .s_arts .s_art .bf_title {
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }

    .gt_content .s_arts .s_art .art_img {
        padding-right: 10px;
    }

    .gt_content .s_arts .s_art .bf_title {
        padding-left: 10px;
    }

    .gt_content .s_arts .s_art:first-child {
        padding-right: 10px;
    }

    .gt_content .s_arts .s_art:last-child {
        padding-left: 10px;
    }

    .gt_content .s_arts .s_art .bf_title {
        margin-top: 0;
    }

    .bg01,
    .bg02,
    .bg03,
    .bg04,
    .bg05 {
        display: none;
    }

    .ver_type .ver_set:nth-child(2n) {
        padding-left: 10px;
    }

    .ver_type .ver_set:nth-child(2n+1) {
        padding-right: 10px;
    }

    .ver_type .ver_set .item_s_title {
        margin-top: 16px;
    }

    .lastest_s_item p {
        display: none;
    }

    .video_content {
        padding-top: 20px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .video_left {
        padding: 0 10px;
        margin-top: 0;
        background-color: unset;
    }

    .video_right {
        padding-left: 10px;
    }

    .gra_content {
        margin-bottom: 0;
    }

    .gra_content .item_s_title {
        font-size: 16px;
        line-height: 22px;
    }

    .cul_left {
        display: none;
    }

    .cul_right {
        width: 100%;
        padding-left: 0;
    }

    .cul_right .right_line01 .right_desc {
        padding: 0;
    }

    .cul_right .right_line01 .left_img,
    .cul_right .right_line01 .right_desc {
        vertical-align: middle;
    }

    .cul_right .right_line02 .right_title {
        padding-right: 10px;
    }

    .info_next,
    .info_prev {
        top: 25% !important;
    }

    .ex_content:after {
        display: none;
    }

    .ex_arts {
        width: 100%;
    }

    .ex_arts .ex_bottom {
        width: 100%;
    }

    .ex_content {
        padding-bottom: 0;
    }

    .ex_arts .ex_top .bf_title {
        margin-top: 0;
    }

    .ex_divider {
        margin-top: 46px;
    }

    .close_content .close_left {
        width: 30%;
    }

    .close_content .close_mid {
        width: 40%;
    }

    .close_content .close_right {
        width: 30%;
    }

    .view_content .view_item .item_left,
    .view_content .view_item .item_right {
        width: 100%;
        display: block;
    }

    .view_content .view_item .item_left {
        padding-right: 0;
    }

    .view_content .view_item .item_right .bf_title {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .view_content .view_item .item_right .quot_b,
    .view_content .view_item .item_right .quot_e {
        display: none;
    }

    .view_content .view_item .item_right .quot_b {
        left: 0;
        top: -40px;
    }

    .view_content .view_item .item_right .quot_e {
        right: 0;
        bottom: -40px;
    }

    .contain_two:after {
        display: none;
    }

    .more_content .more_item {
        width: calc((100% - 60px)/3);
    }

    .more_content .more_item:last-child {
        display: none;
    }

    .more_content .more_item:nth-child(3) {
        margin-right: 0;
    }

    .gra_next,
    .gra_prev {
        top: 30% !important;
    }

    .bf_culture {
        background-image: unset;
        padding-bottom: 0;
        padding-top: 0;
    }

    .p_full_container .panda_on {
        opacity: 1;
        margin-top: 60px;
    }

    .spot_line02 .spot_item02 .left_img,
    .spot_line02 .spot_item02 .item_ss_title {
        vertical-align: top;
    }

    .gt_content .title_set.picked {
        background-color: unset;
    }

    .lastest_item .item_s_title:first-child {
        margin-top: 0;
    }

    #footer .footer_info {
        text-align: left;
    }
}

/* 手机适配 */
@media screen and (max-width: 480px) {
    .on_p {
        display: block;
    }

    .spotlight_bg,
    .bg01,
    .bg02,
    .bg03,
    .bg04,
    .bg05 {
        display: none;
    }

    .bf_title {
        font-size: 20px !important;
        line-height: 24px !important;
    }

    .pick_content .pick_left .item_l_title {
        font-size: 20px;
        line-height: 24px;
    }


    .p_full_container .section_divider {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .pick_content .pick_left,
    .pick_content .pick_right {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        border: unset;
    }

    .gt_content .hori_type {
        display: none;
    }

    .gt_content .ver_type {
        display: block;
    }

    .section_title {
        height: 50px;
        margin-bottom: 30px;
    }

    .spotlight_column {
        width: 100%;
        margin-left: 0;
    }

    .spotlight_column .img_right,
    .spotlight_column .title_right,
    .spotlight_column .title_left,
    .spotlight_column .img_left {
        float: none;
    }

    .spotlight_column .b_img {
        width: 100%;
        padding-right: 0;
    }

    .spotlight_column .s_img {
        width: 100%;
    }

    .spotlight_column .item_img:first-child .title_right {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }

    .spotlight_column .item_img:nth-child(2) .img_right {
        padding-left: 0;
    }

    .spotlight_column .item_img:nth-child(2) .title_left {
        width: 100%;
        padding-right: 0;
        margin-top: 20px;
    }

    .spotlight_column .item_img:nth-child(3) .img_left {
        padding-right: 0;
    }

    .spotlight_column .item_img:nth-child(3) .title_right {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }

    .gt_content .s_arts .s_art,
    .gt_content .b_art .art_left,
    .gt_content .b_art .art_right {
        width: 100%;
    }

    .gt_content .b_art .art_left {
        padding-right: 0;
    }

    .gt_content .b_art .art_right {
        padding-left: 0;
        padding-top: 0;
    }

    .gt_content .purple_bg {
        display: none;
    }

    .gt_content .s_arts {
        position: relative;
        width: 100%;
        bottom: unset;
    }

    .gt_content .s_arts .s_art:first-child {
        padding-right: 0;
    }

    .gt_content .s_arts .s_art:last-child {
        padding-left: 0;
    }

    .gt_content .bf_title {
        margin-top: 20px;
    }

    .gt_content p {
        margin-top: 16px;
    }

    .lastest_s_item,
    .lastest_b_item {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        border-left: unset;
        border-right: unset;
    }

    .lastest_s_item:first-child {
        padding-right: 0;
    }

    .lastest_s_item:last-child {
        padding-left: 0;
    }

    .video_left,
    .video_right {
        display: block;
        width: 100%;
    }

    .video_left {
        padding: 0;
        margin-top: 0;
        background-color: unset;
    }

    .video_left .item_lm_title {
        margin-top: 20px;
        font-size: 20px;
        line-height: 26px;
    }

    .cul_left {
        display: none;
    }

    .cul_right {
        width: 100%;
        padding-left: 0;
    }

    .cul_right .right_line01 .left_img {
        padding-right: 0;
    }

    .cul_right .right_line02 .right_item,
    .cul_right .right_line02 .left_img,
    .cul_right .right_line02 .right_title,
    .cul_right .right_line01 .left_img,
    .cul_right .right_line01 .right_desc {
        display: block;
        width: 100%;
    }

    .cul_right .right_line01 .right_desc {
        padding: 0;
    }

    .cul_right .right_line02 .left_img {
        padding-right: 0;
    }

    .cul_right .right_line02 .right_title .item_ss_title,
    .cul_right .right_line01 .right_desc .item_m_title {
        font-size: 20px;
        line-height: 26px;
        margin-top: 20px;
    }

    .navbar-default .navbar-toggle {
        margin-right: 0;
    }

    .spot_line02 .spot_item02 .item_ss_title,
    .spot_line01 .spot_item01 .item_m_title {
        margin-top: 20px;
        font-size: 20px;
        line-height: 26px;
    }

    .spotlight .mid_divider {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .cul_right .right_line02 .right_item:first-child,
    .lastest_item:not(:last-child) {
        padding-bottom: 20px;
        border-bottom: 1px solid #DCDCDC;
        margin-bottom: 20px;
        border-right: unset;
    }

    .gra_content {
        margin-bottom: 0;
    }

    .panda {
        display: none;
    }

    .video_content {
        margin-bottom: 0;
    }

    .cul_right .right_line01 .right_desc p,
    .video_left p {
        margin-top: 20px;
    }
}