.site-main{
    background: #fff;
}
.banner {
    margin-bottom: 0px;
}
.banner .slider {
    position: relative;
}
.banner .slick-dots {
    padding: 0;
    margin: 0 auto;
    list-style-type: none;
    position: static;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    max-width: 1507px;
    text-align: right;
    width: 100%;
    left: 0;
    right: 0;
}
.banner .slick-dots li {
    display: inline-block;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: #FFFFFF;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin: 0 6px;
    cursor: pointer;
}
.banner .slick-dots li.slick-active button {
    background: #7F7F7F;
}
.btn.more{
    border-radius: 0;
}
.title_top{
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
}
.sect-title{
    display: inline-block;
    position: relative;
}
.sect-title h2{
    color: #444;
    font-family: 'Noto Serif TC', serif;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin: 0 0 0px;
    position: relative;
    letter-spacing: 8px;
    display: inline-block;
}
.sect-title h2:before{
    content: '';
    display: inline-block;
    background: url(../../images/common/title_ic.png);
    width: 22px;
    height: 23px;
    margin-right: 9px;
}
.sect1 .col + .col .sect-title h2:before{
    background: url(../../images/common/title_ic2.png);
    width: 39px;
    height: 35px;
}
.sect-title small{
    display: inline-block;
    font-family: Cormorant Garamond;
    font-weight: bold;
    font-size: 20px;
    color: #1F1F1F;
}
.sect-title span{
    position: absolute;
    font-family: Cormorant Garamond;
    font-weight: bold;
    font-style: italic;
    color: rgba(198,201,202,.2);
    font-size: 130px;
    bottom: -15px;
    left: 28px;
    line-height: 1;
}
.sect1 {
    background: #F8F9FA;
    padding-top: 175px;
    padding-bottom: 117px;
}
.sect1 .row {
    position: relative;
    display: flex;
}
.sect1 .col {
    width: 63.37%;
}
.sect1 .col + .col{
    width: 36.63%;
    padding-left: 81px;
}
.sect1 .col + .col .btn-box{
    text-align: right;
    padding-top: 0;
    margin-top: 15px;
    position: relative;
}
.sect1 .col + .col .btn-box:before{
    background: #E5E5E5;
    height: 1px;
    top: 50%;
    left: 45px;
    right: 0;
    content: '';
    display: block;
    position: absolute;
}
.btn.more{
    text-decoration: none;
    position: relative;
    color: #0B2B40;
    display: inline-block;
    padding-right: 38px;
    line-height: 32px;
    font-size: 14px;
    font-weight: bold;
}
.btn.more:before{
    content: '';
    display: block;
    background: url(../../images/common/index/btn1.png) no-repeat 100% 50%;
    width: 28px;
    height: 28px;
    bottom: 0px;
    right: 0;
    position: absolute;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.btn.more:hover:before{
    background-position: 0% 50%;
}
.news-list {
    margin: 0 -15px;
}
.news-list .item{
    padding: 0 15px;
}
.news-list .box {
    overflow: hidden;
    display: block;
    position: relative;
    max-width: 300px;
    margin: auto;
    border:solid 1px transparent;
    border-bottom:solid 1px #E5E5E5;
    transition: all ease .3s;
}
.news-list .box:hover{
    border-color: #00517E;
}
.news-list .box .pic .tag{
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 41px;
    width: 102px;
    font-size: 16px;
    color: #fff;
}
.news-list .box .pic .tag1{
    background: #B71A39;
}
.news-list .box .pic .tag2{
    background: #F5AB00;
}
.news-list .box .pic .tag3{
    background: #BEA679;
}
.news-list .item a.cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.news-list .text_box{
    padding: 0 18px 24px;
    background: #fff;
}
.news-list .text_top{
    display: flex;
    padding-top: 18px;
    padding-bottom: 16px;
    justify-content: space-between;
}
.news-list .date {
    font-family: Cormorant Garamond;
    font-size: 20px;
    color: #1F1F1F;
}
.news-list .page {
  color: #1F1F1F;
  font-size: 15px;
}
.news-list .name{
    color: #444444;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.45;
    height: 52px;
    font-size: 18px;
    margin-bottom: 10px;
}
.news-list .description{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #858585;
    font-size: 14px;
}
.news2-list{
    margin-top: 75px;
    counter-reset: my-awesome-counter;
}
.news2-list .name{
    font-size: 18px;
    font-weight: bold;
    color: #444444;
    transition: all .3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news2-list .description{
    font-size: 14px;
    color: #858585;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news2-list .box:hover .name{
    color: #00517E;
}
.news2-list .date{
    font-family: Cormorant Garamond;
    font-size: 20px;
    color: #BEABB4;
}
.news2-list .item{
    padding-left: 45px;
     counter-increment: my-awesome-counter;
}
.news2-list .item .box:before{
    content: counter(my-awesome-counter);
    display: inline-block;
    position: absolute;
    background: #B71A39;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-family: Cormorant Garamond;
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    top: -15px;
    left: -45px;
}
.news2-list .box {
    display: block;
    position: relative;
    border-top: solid 1px #E5E5E5;
    padding: 17px 0 30px;
}
.news2-list .item a.cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.btn.more2 {
  letter-spacing: 1px;
  background: none;
  color: white;
  position: relative;
  outline: none;
  border: none;
  height: 48px;
  line-height: 48px;
  width: 223px;
  font-size: 14px;
  z-index: 2;
  transition: 0.01s 0.23s ease-out all;
  overflow: hidden;
  border-radius: 0;
  font-weight: bold;
  font-size: 14px;
  background: #0B2B40;
}
.btn.more2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 55%;
  background:rgba(0,81,126,.8);
  z-index: -1;
  transition: 0.3s ease-in all;
}
.btn.more2:after {
  content: "";
  position: absolute;
  left: -5%;
  top: 0%;
  height: 100%;
  width: 5%;
  background: #f8f9fa;
  z-index: -1;
  transition: 0.4s 0.02s ease-in all;
}
.btn.more2:hover {
  cursor: pointer;
  color: transparent;
}
.btn.more2:hover:before {
  left: 100%;
  width: 25%;
}
.btn.more2:hover:after {
  left: 100%;
  width: 70%;
}
.btn.more2:hover .icon-right.after:after {
  left: -101px;
  color: white;
  transition: 0.2s 0.2s ease all;
}
.btn.more2:hover .icon-right.after:before {
    left: -127px;
    top: 0px;
    opacity: 0.2;
    color: white;
    line-height: 48px;
}
.icon-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 48px;
}
.icon-right:after {
  content: "";
  background: url(../../images/common/index/btn2.png);
  width: 21px;
  height: 12px;
  display: inline-block;
  position: relative;
  right: 27px;
  transition: all ease .25s;
}
.btn.more2:hover .icon-right:after{
    right: -27px;
}
.icon-right.after:after {
  left: -250px;
  color: black;
  transition: 0.15s 0.25s ease left, 0.5s 0.05s ease color;
}
.icon-right.after:before {
  content: "Read more";
  position: absolute;
  left: -230px;
  top: 0;
  opacity: 0;
  transition: 0.2s ease-in all;
}
.sect3{
}
.video-list .item{
    width: 25%;
    float: left;
}
.video-list .item:first-child{
    width: 50%;
}
.video-list .item .pic img{
    width: 100%;
}
.video-list .item .box{
    position: relative;
    overflow: hidden;
}
.video-list .item .text{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all ease .3s;
    transform: translateY(-50%);
    z-index: 4;
}
.video-list .item .box:hover .text{
    opacity: 1;
    transform: translateY(0);
}
.video-list .item a.cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
    display: block;
}
.video-list .play{
    height: 77px;
    width: 77px;
    min-width: 77px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.19,1,0.22,1) 0s;
    -webkit-transition: all 0.4s cubic-bezier(0.19,1,0.22,1) 0s;
    z-index: 50;
}
.video-list .play:before{
    display: block;
    position: absolute;
    content: ' ';
    width: 77px;
    height: 77px;
    left: 50%;
    top: 50%;
    z-index: -1;  
    border-radius: 200px;
}
.video-list .play:after ,.video-list .play:before{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 50%;
    -webkit-transform: scale(.35) translateY(-50%) translateX(-50%);
    -ms-transform: scale(.35) translateY(-50%) translateX(-50%);
    transform: scale(.35) translateY(-50%) translateX(-50%);
    opacity: 0;
    -webkit-animation: pulse-1 2.6s cubic-bezier(.25,.9,.2,1) 0.4s infinite;
    animation: pulse-1 2.6s cubic-bezier(.25,.9,.2,1) 0.4s infinite;
}
.video-list .play:after{
    width: 77px;
    height: 77px;
    z-index: -1;
    border-color: rgba(255,255,255,.4);
    -webkit-animation: pulse-1 2.6s cubic-bezier(.25,.9,.2,1) 0s infinite;
    animation: pulse-1 2.6s cubic-bezier(.25,.9,.2,1) 0s infinite; 
}
.video-list .play >.inner-wrap {
    height: 100%;
    width: 100%;
    display: block;
}
.video-list .play >.inner-wrap img{
    position: absolute;
    top: 0;
}
.video-list .play >.inner-wrap:before{
    border-radius: 200px;
    backface-visibility: hidden;
    height: 100%;
    width: 100%;
    display: block;
    content: '';
    transition: all 0.45s cubic-bezier(.15,0.2,.1,1) 0s;
    -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1) 0s;
}
.video-list .box:hover .play >.inner-wrap:before {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
@-webkit-keyframes pulse-1 {
    0% {
        -webkit-transform: translate3d(-50%,-50%,0)scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(-50%,-50%,0)scale(1.7);
        opacity: 0
    }
}
@keyframes pulse-1 {
    0% {
        transform: translate3d(-50%,-50%,0)scale(1);
        opacity: 1
    }
    100% {
        transform: translate3d(-50%,-50%,0)scale(1.7);
        opacity: 0
    }
}
.video-list .date{
    color: #fff;
    font-family: Poppins;
    font-size: 22px;
    display: block;
    margin-bottom: 15px;
}
.video-list .date span{
    font-size: 20px;
    font-family: Cormorant Garamond;
    font-weight: bold;
}
.video-list .text_right{
    margin-left: 20px;
    width: 320px;
    max-width: calc(100% - 134px);
}
.video-list .name{
    color: #fff;
    font-size: 20px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.25;
    height: 50px;
    position: relative;
    z-index: 3;
}
.video-list .box:before{
    pointer-events: none;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    content: '';
    display: block;
    opacity: 0;
    transition: background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -webkit-transition: background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.video-list .box:hover:before{
    opacity: 0.7;
    background: #B71A39;
}
.video-list .item:nth-child(2) .box:before{
    background: #F5AB00;
}
.video-list .item:nth-child(3) .box:before{
    background: #BEA679;
}
.video-list .item:nth-child(4) .box:before{
    background: #888888;
}
.video-list .item:nth-child(5) .box:before{
    background: #888888;
}
.sect4{
    padding-top: 103px;
    padding-bottom: 144px;
    background: url(../../images/common/index/bg1.png) top no-repeat;
    background-size: 100% auto;
}
.sect4 .right_box{
    position: absolute;
    right: 0;
    bottom: 0;
}
.title_box{
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}
.title_box .sect-title{
    text-align: center;
    line-height: 1;
}
.title_box .sect-title small{
    display: block;
}
.sect4 .sect-title span{
    right: 100%;
    left: auto;
}
.newsletter-list{
    margin: 0 -17px;
}
.newsletter-list .item{
    width: 25%;
    padding: 0 17px;
}
.newsletter-list .item .date{
    font-family: Cormorant Garamond;
    font-weight: bold;
    color: #00517E;
    font-size: 20px;
    margin: 10px 0;
    display: block;
}
.newsletter-list .item .name{
    color: #444444;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    border-bottom: solid 1px transparent;
    transition: all ease .3s;
    line-height: 20px;
    margin-bottom: 14px;
}
.newsletter-list .item .box:hover .name{
    border-bottom: solid 1px #444444;
}
.newsletter-list .item:nth-child(even){
    margin-top: 60px;
}
.newsletter-list .item .description{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #858585;
    font-size: 14px;
    height: 46px;
}
.newsletter-list .box {
    display: block;
    position: relative;
    max-width: 350px;
    margin: auto;
}
.newsletter-list .item a.cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.sect5 .pic-box{
    margin-bottom: 45px;
    position: relative;
    padding-bottom: 20.834%;
    width: 100%;
    background: url(../../images/common/index/submission.jpg) fixed no-repeat;
    background-size: 100% auto
}
.sect5 .sect-title h2:before{
    display: none;
}
.sect5 .text{
    color: #444444;
    text-align: center;
    font-size: 16px;
}
.sect5 {
    padding-bottom: 149px;
}
.sect5 .title_box{
    margin-bottom: 30px;
}
.btn.more3{
    color: #1F1F1F;
    border:solid 1px #1F1F1F;
    border-radius: 0;
    width: 137px;
    line-height: 47px;
    background: #fff;
}
.btn.more3:hover{
    background: #00517E;
    border-color: #00517E;
    color: #fff;
}
.right_box{
    display: flex;
    align-items: center;
}
.right_box .arrow{
    display: inline-block;
    margin-left: 20px;
}
.right_box .arrow .slick-arrow{
    width: 41px;
    height: 40px;
    display: inline-block;
    font-size: 0;
    border:none;
    margin: 0 4.5px;
    cursor: pointer;
    background: url(../../images/common/index/arrow.png);
}
.right_box .arrow .slick-next{
    background-position: 100% 0;
}
.right_box .arrow .slick-prev:hover{
    background-position:0 100% ;
}
.right_box .arrow .slick-next:hover{
    background-position: 100% 100%;
}
@media screen and (max-width: 1200px) {
    .sect4 {
        padding: 50px 0 20px;
    }
    .sect1 .col {
        width: 50%;
    }
    .sect1 .col + .col{
        width: 50%;
        padding-left: 81px;
    }
    .video-list .item:first-child{
        width: 100%;
    }
    .video-list .item{
        width: 50%;
    }
}
@media screen and (max-width: 1000px) {
    .sect1 .row{
        flex-wrap: wrap;
    }
    .sect1 .col {
        width: 100%;
    }
    .sect1 .col + .col{
        width: 100%;
        margin-top: 30px;
        padding-left: 0px;
    }
    .news2-list{
        margin-top: 20px;
    }
    .sect4{
        background: none
    }
    .title_top{
        flex-wrap: wrap;
        justify-content: center;
    }
    .title_top .sect-title,
    .title_box .sect-title{
        width: 100%;
        margin-bottom: 15px;
    }
    .sect-title h2{
        font-size: 24px;
    }
    .sect-title h2:before{
        width: 20px;
        height: 20px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .title_box{
        text-align: center;
        margin-bottom: 15px;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
    }
    .sect-title span{
        display: none;
    }
    .sect-title{
        display: block;
    }
    .banner {
        margin-bottom: 40px;
    }
    .sect1 {
        padding-top: 0;
        padding-bottom: 20px;
    }
    .sect1 .row:before {
        display: none;
    }
    .sect1 .col {
        width: 100%;
        padding: 0px 0 30px;
    }
    .sect1 .sect-title {
        text-align: center;
    }
     .sect4 .right_box{
        position: static;
    }
    .newsletter-list .item {
        width: 50%;
    }
    .newsletter-list .item:nth-child(even){
        margin-top: 0;
    }
    .sect5{
        padding-top: 30px;
        padding-bottom: 80px;
    }
    .sect5 .pic-box{
        background-attachment: inherit;
        background-size: cover;
        background-position: center;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 700px) {
    .sect4 {
        padding: 40px 0 10px;
    }
}
@media screen and (max-width: 600px) {
    .newsletter-list .item {
        width: 100%;
    }
    .video-list .item{
        width: 100%;
    }
}
@media screen and (max-width: 440px) {
}
@media screen and (max-width: 400px) {
    .news-list .date {
        float: none;
    }
    .news-list .date:after {
        display: none;
    }
    .news-list .name {
        margin-left: 0;
    }
}
@media screen and (min-width: 1000px){
    .sect1 .col + .col{
        position:relative;
    }
    .sect1 .col + .col::before{
        content:'';
        position:absolute;
        display:block;
        left:40px;
        top:0;
        bottom:0;
        width:1px;
        background:#E5E5E5;
    }
}