@charset "utf-8";
.block-title{position:relative;line-height: 40px;padding:0;margin-bottom: 30px;text-align: left;}
.block-title h1{position: relative;font-size: 28px;font-weight: 700;color: #af251b;vertical-align: middle;}
.block-title.text-center h1{text-align: center;color: #af251b;}
.block-more{position: absolute;top: -6px;right: 0;display: inline-block;font-size: 16px;font-weight: 700;color: #c82126;}
.block-more:hover{color: #c82126;opacity: .7;}
.serif-font{font-family:"Noto Serif SC",SimSun,Arial,serif;font-display:auto;scroll-behavior:smooth;}

/*
* Homepage
*/
/* Home Banner */
.banner-carousel{display:block;width: 100%;height: 400px;background-color: #f0f0f0;}
.banner-carousel .swiper-slide{position: relative;display:block;max-width: 1400px;width:100%;background-size:cover;background-repeat: no-repeat;background-position: center;background-color: #f0f0f0;opacity: .8;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.banner-carousel .swiper-slide-active{opacity: 1;}
.banner-pagination.swiper-pagination{bottom: 30px;}
.banner-pagination.swiper-pagination .swiper-pagination-bullet{width: 18px;height: 18px;background: transparent;border: 2px solid #fff;opacity: 1;border-radius: 50%;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.banner-pagination.swiper-pagination .swiper-pagination-bullet-active{background: #fff;box-shadow: 0 4px 10px rgba(0,0,0,.2);}

/* Home News */
.home-news{padding: 50px 0 20px;}
.news-carousel{width: 100%;height: 430px;overflow: hidden;background-color: #f0f0f0;border-radius: 8px;}
.news-carousel-item{position: absolute;left: 0;right: 0;top: 0;width: 100%;height: 100%;background-size: cover;background-repeat: no-repeat;background-position: center;}
.news-carousel-item .title{position: absolute;left: 0;right: 0;bottom: 0;width: 100%;line-height: 60px;height: 60px;padding: 0 16px;font-size: 16px;background-color: rgba(0,0,0,.5);color: #fff;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.news-carousel-item:hover .title{background-color: rgba(0,0,0,.8);}
.swiper-pagination.news-pagination{bottom: 20px;padding: 0 20px;text-align: right;}
.swiper-pagination.news-pagination .swiper-pagination-bullet{width: 8px;height: 8px;border-radius: 0;background-color: #fff;}
.swiper-pagination.news-pagination .swiper-pagination-bullet-active{background-color: #c82126;}
.news-list{min-height: 374px;padding: 2px 30px;border-top: 4px solid #c82126;background: url(../img/home_news_bg.png) center;}
.news-list li:last-child{border-bottom: none;}
.news-list-item{display: block;line-height: 60px;border-bottom: 1px solid #ded4ba;}
.news-list-item span{color: #967b3e;}
.news-list-item b{padding-left: 24px;font-weight: 600;}

/* News List */
.home-list{padding: 20px 0 50px;background-color: #fff;}
.news-date-list{min-height: 388px;}
.news-date-item{position: relative;min-height: 60px;margin-bottom: 20px}
.news-date-item .date{position: absolute;top: 0;left: 0;width: 70px;height:60px;overflow: hidden;border: 1px solid #c82126;border-radius: 4px;}
.news-date-item .date span,.news-date-item .date b{display: block;text-align: center;font-style: normal;white-space: nowrap;color: #c82126;}
.news-date-item .date span{padding-top: 2px;font-size: 20px;font-weight: 600;}
.news-date-item h3{padding-top: 4px;padding-left: 100px;margin-bottom: 8px;font-size: 16px;font-weight: 600;color: #333;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.news-date-item p{padding-left: 100px;font-size: 14px;color: #999;}
.news-date-item:hover h3{color: #a72326;}
.img-list-item-special{position: relative;display: block;height: 160px;background-color: #fff;border-bottom: 1px solid #e0e0e0;border-radius: 4px;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.img-list-item-special:hover{background-color: #c82126;}
.img-list-item-special .photo{position: absolute;left: 17px;top: 16px;width: 160px;height: 128px;background-color: #f0f0f0;background-repeat: no-repeat;background-position: center;background-size: cover;border-radius: 4px;}
.img-list-item-special .text{padding-top: 16px;padding-left: 210px;}
.img-list-item-special .text h3{min-height: 60px;line-height: 30px;font-size: 16px;font-weight: 600;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.img-list-item-special .text p{-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.img-list-item-special .text .more{height: 32px;line-height: 32px;font-size: 14px;text-align: left;}
.img-list-item-special .text .more i{display: inline-block;width: 32px;height: 32px;margin-left: 8px;background: url(../img/icon/icon_img_list_arrow.png) no-repeat center;vertical-align: middle;}
.img-list-item-special:hover .text p{color: rgba(255,255,255,.5);}
.img-list-item-special:hover .text h3{color: #fff;}
.img-list-item{display: block;height: 74px;line-height: 74px;border-bottom: 1px solid #e0e0e0;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.img-list-item span{color: #999;}
.img-list-item b{padding-left: 30px;font-size: 16px;font-weight: 600;color: #333;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.img-list-item:hover{background-color: #f0f0f0;}
.img-list-item:hover b{color: #c82126;}
.block-tab{line-height: 45px;margin-bottom: 10px;}
.block-tab ul{width: 100%;}
.block-tab li,.block-tab a{display: inline-block;vertical-align: middle;}
.block-tab li{margin-right: 10px;}
.block-tab li a{color: #fff;text-align: center;font-size: 24px;color: #999;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.block-tab li a:hover{color: #af251b;}
.block-tab li.active a{padding: 0;color: #af251b;background: transparent;font-size: 28px;font-weight: 700;}
.block-tab-content{position: relative;}
.block-tab-content > ul > li{position: absolute;left: 0;right: 0;top: 0;z-index: -1;padding: 0;opacity: 0;visibility: hidden;transform: translateY(-30px);-webkit-transition: .2s all ease;-ms-transition: .2s all ease;transition: .2s all ease;}
.block-tab-content > ul > li.active{position: relative;top: 0;z-index: 1;transform: translateY(0);opacity: 1;visibility: visible;-webkit-transition: .6s all ease;-ms-transition: .6s all ease;transition: .6s all ease;}
.block-tab-content .tab-more{position: absolute;right: 0;top: -42px;font-size: 16px;font-weight: 700;color: #999;}
.block-tab-content .tab-more:hover{color: #af251b;}


.block-tab1{line-height: 45px;margin-bottom: 10px;}
.block-tab1 ul{width: 100%;}
.block-tab1 li,.block-tab a{display: inline-block;vertical-align: middle;}
.block-tab1 li{margin-right: 10px;}
.block-tab1 li a{color: #fff;text-align: center;font-size: 24px;color: #999;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.block-tab1 li a:hover{color: #af251b;}
.block-tab1 li.active a{padding: 0;color: #af251b;background: transparent;font-size: 28px;font-weight: 700;}
.block-tab-content1{position: relative;}
.block-tab-content1 > ul > li{position: absolute;left: 0;right: 0;top: 0;z-index: -1;padding: 0;opacity: 0;visibility: hidden;transform: translateY(-30px);-webkit-transition: .2s all ease;-ms-transition: .2s all ease;transition: .2s all ease;}
.block-tab-content1 > ul > li.active{position: relative;top: 0;z-index: 1;transform: translateY(0);opacity: 1;visibility: visible;-webkit-transition: .6s all ease;-ms-transition: .6s all ease;transition: .6s all ease;}
.block-tab-content1 .tab-more{position: absolute;right: 0;top: -42px;font-size: 16px;font-weight: 700;color: #999;}
.block-tab-content1 .tab-more:hover{color: #af251b;}
/* Student News */
.home-student-news{padding: 80px 0 58px;background: #333 url(../img/home_photo_carousel_bg.png) no-repeat center}
.student-carousel{height: 320px;}
.student-carousel .swiper-slide{width: 25%}
.student-carousel-item{display: block;max-width: 300px;width: 100%;height: auto;margin: 0 auto;}
.student-carousel-item .photo{width: 100%;height: 225px;background-color: transparent;background-size: cover;background-repeat: no-repeat;background-size: cover;border: 4px solid transparent;border-radius: 8px;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.student-carousel-item .title{min-height: 60px;line-height: 30px;margin-top: 20px;font-size: 16px;color: #fff;text-align: center;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.student-carousel-item:hover .photo{border-color: #c82126;}
.student-carousel-item:hover .title{opacity: .78;}
.student-button-prev.swiper-button-prev,.student-button-next.swiper-button-next{background-repeat: no-repeat;background-position: center;background-color: transparent;background-size: auto;border-radius: 50%;}
.student-button-prev.swiper-button-prev{left: -10px;width: 32px;height: 32px;border: 1px solid #fff;background-image: url(../img/icon/icon_left.png);-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.student-button-next.swiper-button-next{right: -10px;width: 32px;height: 32px;border: 1px solid #fff;background-image: url(../img/icon/icon_right.png);-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.student-button-prev.swiper-button-prev:hover,.student-button-next.swiper-button-next:hover{background-color: #c82126;border-color: #c82126;}

/* College Slogan */
.home-college-slogan{text-align: center;}
.home-college-slogan img{max-width: 1920px;width: 100%;height: auto;}

/* Knowledge Base */
.home-knowledge-base{padding: 40px 0;}
.theory-list-item{padding: 10px 0;border-bottom: 1px solid #e0e0e0;}
.theory-list-item h3{line-height: 30px;font-size: 16px;font-weight: 600;color: #333;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.theory-list-item:hover h3{color: #c82126;}
.theory-list-item:hover p{color: #666;}
.report-list-item{margin: 6px 0;padding: 18px 30px;background-color: #f3eddd;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.report-list-item h3{min-height: 60px;line-height: 30px;font-size: 16px;font-weight: 600;color: #333;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.report-list-item li{line-height: 24px;color: #967b3e;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.report-list-item:hover{background-color: #c82126;}
.report-list-item:hover h3,.report-list-item:hover li{color: #fff;}

/* Home Course */
.home-course{padding: 45px 0 35px;}
.course-list-item{width: 100%;min-height: 112px;}
.course-list-item img{width: 100%;height: auto;}

/* Home Platform */
.home-platform{padding: 45px 0 35px;background: #f3eddd url(../img/home_platform_bg.png) no-repeat center;}
.platform-carousel{height: 180px;}
.platform-carousel .swiper-slide{width: 25%;}
.platform-carousel-item{max-width: 100%;width: 300px;height: 120px;margin: 0 auto;background-size: cover;background-repeat: no-repeat;background-position: center;background-color: #666;border-radius: 16px;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.platform-carousel-item:hover{box-shadow: 0 0 20px rgba(0,0,0,.2);}
.swiper-scrollbar.platform-scrollbar{display: block!important;opacity: 1!important;background-color: rgba(200, 33, 38, .5);}
.swiper-scrollbar.platform-scrollbar .swiper-scrollbar-drag{background-color: #c82126;}


/*
 * Column Style
 */
.column-banner{background-color: #f0f0f0;}
.column-img{max-width: 1920px;width: 100%;height: 380px;margin: 0 auto;background-repeat: no-repeat;background-size: cover;background-position: center;}

.column{min-height:calc(100vh - 500px);}
.column-sidebar,.column-content{position: relative;margin-top:40px;background:#fff;}
.column-sidebar{margin-bottom:20px;box-shadow: 0 0 30px rgba(0,0,0,.1);}
.column-content{min-height: 500px;margin-bottom:50px;box-shadow: 0 0 30px rgba(0,0,0,.1);}
.column-content .wp_paging{padding: 12px 0;
    overflow: hidden;
    float: none;
    display: flex;
    justify-content: right;}
.column-name{padding: 30px 20px;font-size:24px;font-weight:600;color:#a72326;border-left: 8px solid #a72326;box-shadow: 0 0 20px rgba(0,0,0,.2);}
.column-name .navbar-toggle{margin-top: -10px;margin-right: 0;color: #333;}

.column-collapse{padding: 0!important;margin: 0!important;width: 100%!important;}
.col-list{background:#fff;}
.col-list > ul{position:relative;padding:0;margin-top:12px;font-size: 16px;}
.col-list > ul > li > a{display: block;width: 100%;padding: 12px 20px;border-bottom: 1px dashed #ccc;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.col-list > ul > li > a:hover{color: #a72326;background-color: #ededed;}
.col-list > ul > li:last-child a{border-bottom: none;}
.col-list > ul > li.selected > a{background: #eee;color: #a72326;font-weight: 600;}
.col-sublist > ul > li > a{display: block;color:#666;display:block;padding: 10px 28px;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.col-sublist > ul > li span{position:relative;top:3px;font-size:12px;float:right}
.col-sublist > ul > li > a:hover{background-color: #a72326;color: #fff;}

.col-breadcrumbs{float:right;margin-top:30px;margin-right:10px}
.wp_listalbumn{margin-top:20px}
.wp_single.wp_column_article{padding: 12px 30px;}


/* Column Right */
.column-title{font-size:24px;font-weight:600;color: #b52226;border-bottom:1px solid rgba(0,0,0,.1);padding:18px 20px;}
.column-breadcrumb{margin-top:5px;font-size:14px;font-weight:400;color:#666}
.column-breadcrumb a{color:#999}
.column-breadcrumb a:hover{color:#333}
.column-breadcrumb i{margin-right:12px}
.column-info-list{padding-top: 20px;}
.column-info-list li{padding: 10px 20px;}
.column-info-list li p{margin: 0;}
.column-info-list li:last-child{border-bottom: none;}

.column-date-list{padding: 30px;}
.column-date-list .date-item{margin-bottom: 28px;}


.column-img-list,.column-photo-list{padding: 15px 0px;}
.column-img-item,.column-photo-item{width: 100%;overflow: hidden;padding: 5px 0 25px;}
.column-img-item .photo{width: 100%;padding-bottom: 120%;background-size: cover;background-repeat: no-repeat;background-position: center;background-color: #999;border-radius: 4px;box-shadow: 0 0 10px rgba(0,0,0,.1);}
.column-photo-item .photo{width: 100%;padding-bottom: 60%;background-color: #333;background-repeat: no-repeat;background-position: center;background-size: cover;border-radius: 8px;}
.column-img-item .title{position: relative;width: 92%;margin: 0 auto;padding: 12px 15px;margin-top: -60px;background-color: #fff;font-size: 16px;text-align: center;border-radius: 4px;box-shadow: 0 0 10px rgba(0,0,0,.2);-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.column-photo-item .title{padding: 10px 15px;font-size: 16px;text-align: center;border-bottom: 2px solid #c82126;}
.column-img-item .title p,.column-photo-item .title p{margin: 0;}
.column-img-item:hover .title{color: #a72326;box-shadow: 0 0 10px rgba(0,0,0,.3);-webkit-transform: translateY(-8px);-ms-transform: translateY(-8px);transform: translateY(-8px);}


/*
* Post
*/
.post{background-color: #fff;}
.post-breadcrumb{padding: 12px 0;background-color: #f7f7f7;color: #a72326;box-shadow: 0 0 30px rgb(0,0,0,.1);}
.post-breadcrumb a{color: #333;opacity: .8;}
.post-breadcrumb a:hover{color: #333;opacity: 1;}
.post-content{width:100%;padding:0;margin:40px 0;background-color:#fff;}
.post-title{padding-bottom: 10px;font-size:24px;font-weight: bold;text-align:center;color:#a72326}
.post-attr{margin-bottom:20px;padding:0 20px 20px;border-bottom: 1px solid #efefef;text-align:center;color:#666;}
.post-attr > span{display: inline-block;padding:5px 10px;background-color: #f7f7f7;border-radius: 8px;cursor: pointer;}
.read-content{width: 100%;min-height: 400px;line-height: 2;margin:0 auto;padding:10px 20px 40px;}
.read-content img{margin:10px 0;max-width:100%!important;height:auto}
.breadcrumb{color:#fff;text-align:left;background:#5fcbd2;border-radius:0}
.breadcrumb .possplit{display: none;}
.breadcrumb a{margin: 0 5px;color:#fff;opacity: .8;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.breadcrumb a:hover{opacity: 1}
.wp_articlecontent>table{width: 100%!important;}

.wp_listcolumn_searchbartree {margin: 10px 0;}
.wp_listcolumn_searchbartree .wp_listcolumn_treeKeyword{width: 100%;height: 36px;}
.wp_listcolumn_searchbttree{position: relative;z-index: 1;float: right;margin-top: -29px;margin-right: 4px;}
.ztree{background-color: #f7f7f7;}
.ztree *{font-size: 14px;}
.ztree li{padding: 10px 0;}

@media screen and (max-width: 1439px) {
    /* Header */
    .header-slogan{width: 100%;padding-left: 20px;}
    .header-slogan img{width: 100%;height: auto;}

    /* Home */
    .home-news{padding: 40px 0 20px;}
    .home-list{padding: 20px 0 40px;}
    .home-knowledge-base,.home-platform,.home-course{padding: 40px 0;}
    .banner-carousel{height: 400px;}
    .banner-carousel .swiper-slide{max-width: 1200px;}
    
    .student-carousel-item{max-width: 270px;}
    .student-button-prev.swiper-button-prev{left: 10px;}
    .student-button-next.swiper-button-next{right: 10px;}
    .platform-carousel{height: 150px;}
    .platform-carousel-item{max-width: 240px;width: 100%;height: 100px;}
}

@media screen and (max-width:1199px){
    /* Header */
    .header-logo img{width: 100%;height: auto;}
    .header-link a{padding: 0;}
    .header-slogan{margin-top: 6px;}

    /* Nav */
    .header-nav .inner{width: 100%;}

    /* Home */
    .banner-carousel{height: 400px}
    .news-carousel-item .title{padding-right: 90px;}
    .home-student-news .inner{width: 100%;}
    .home-student-news{padding: 40px 0 20px;}
    
    .student-carousel-item{max-width: 230px;}
    .student-carousel-item .photo{height: 170px;}
    .course-list-item{max-width: 220px;margin: 16px auto;}
    .platform-carousel .swiper-slide{width: 33.33%;}

    /* Column */
    .column-banner .img{height:300px}
    .column-img-item .link{height: 150px;}
}

@media screen and (max-width: 991px){
    /* Header */
    .header{padding: 30px 0;}
    .header-logo{text-align: center;}
    .header-logo img{max-width: 576px;width: 100%;height: auto;}
    .header-right{float: none;}
    .header-link{margin-top: 0;margin-bottom: 0;text-align: center;}
    .header-search{margin: 5px auto 0;box-shadow: 0 0 10px rgba(0,0,0,.2);}
    .header-slogan{display: none;}
    
    /* Footer */
    .footer-logo{max-width: 576px;margin: 0 auto;padding-bottom: 10px;}
    .footer-contact{padding: 20px 0;text-align: center;}
    .footer-contact p{display: inline-block;margin: 0 6px;}
    .footer-qrcode{padding: 0 0 20px;}

    /* Nav */
    .header-nav .inner{width: 100%;}
    .site-nav li a{padding: 15px 0;font-size: 15px;}

    /* Home */
    .banner-carousel{height: 32vw;}
    .news-carousel{height: 38vw;}
    .home-list,.home-link{padding: 30px 0;}
    .link-carousel .swiper-slide{width: 33.33%;}
    .banner-button-prev,.banner-button-next{width: 30px;height: 30px;background-size:  12px auto;}
    .block-item{margin: 20px 0;}
    .block-title{margin-bottom: 30px;}
    .student-carousel .swiper-slide{width: 50%;}
    .platform-carousel .swiper-slide{width: 50%}
    
    /* Column */
    .column-img-item .link{height: 220px;}
}

@media screen and (max-width: 767px){
    /* Header */
    .header-logo img{width: 100%;height: auto;}

    /* Nav */
    .header-nav .container{padding-left: 0!important;padding-right: 0!important;}
    .navbar-nav .open .dropdown-menu>li>a{padding: 10px 15px!important;}
    .site-nav,.navbar-nav{padding: 0!important;margin: 0!important;}
    .site-nav li{width: 100%;}
    .site-nav li a{padding: 10px 0;border-bottom: 1px solid #e0e0e0;}
    .site-nav li:last-child a{border-bottom: none;}

    /* Footer */
    .footer-logo{width: 100%;text-align: center;}
    .footer-logo img{width: 100%;height: auto}
    .footer-info{padding-top: 10px;padding-bottom: 10px;}
    .footer-info p{margin: 0;line-height: 2;opacity: .9;font-size: 12px;}
    .footer-copyright{font-size: 12px;opacity: .8;}
    .footer-link{margin-top: 10px;}

    /* Home */
    .block-item{padding: 10px 0;margin: 10px 0;}
    .block-title h1{font-size: 20px;font-weight: bold;}
    .banner-carousel{height: 40vw;margin-top: 0;}
    .home-news{padding: 20px 0;}
    .news-block-item h4{font-size: 14px;}
    .date-item .content h3{font-size: 16px;}
    .news-block-item{max-width: 100%;margin-bottom: 12px;}
    .news-list-item{margin-bottom: 12px;}
    .platform-carousel .swiper-slide{width: 50%;}

    /* Column */
    .column-name{padding: 15px 20px;font-size: 20px;}
    .column-right{padding: 0;margin-top: 10px;}
    .column-title{padding: 15px 20px;font-size: 22px;}
    .column-img{height: 40vw;}
    .column-img-item{max-width: 420px;margin: 0 auto;}
    .column-img-item .link{height: 180px;}
    .column-img-item .title p{font-size: 14px;}
    .column-content{margin-top: 20px;}

    /* Post */
    .read-content{padding: 10px 20px;}
    .read-content img{height: auto!important;}
    .post-title{font-size: 20px;}
    .post-attr{margin-bottom: 0;}
}
@media screen and (max-width: 480px){

    /* Header */
    .header-link a{padding: 0 8px;}

    /* Home */
    .home-knowledge-base, .home-platform, .home-course{padding: 20px 0;}
    .block-item{margin: 0;}
    .block-title{margin-bottom: 20px;}
    .block-title h1{font-size: 24px;}
    .banner-pagination.swiper-pagination{bottom: 10px;}
    .banner-pagination.swiper-pagination .swiper-pagination-bullet{width: 12px;height: 12px;}
    .news-carousel{height: 56vw;}
    .news-list{padding: 0 15px;}
    .news-list-item b{padding-left: 12;}
    .home-list{padding-top: 0;}
    .student-carousel .swiper-slide{width: 100%;}
    .student-carousel-item .photo{width: 100%;}
    .platform-carousel .swiper-slide{width: 100%;}
    .platform-carousel-item{max-width: 100%;height: 28vw;}

    /* Column */
    .column-date-list{padding: 24px 16px;}
    .news-date-item h3{padding-left: 84px;}
    .news-date-item p{padding-left: 84px;}
}