.newsS{
    background: #eeeeee;
}
.newsS:after{
    content: "";
    display: block;
    clear: both;
}
.newsS .img{
    width:48%;
    float: left;
}
.newsS .img .wrap{
    padding-top: 66.666666%;
    position: relative;
    overflow: hidden;
}
.newsS .img .wrap img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.newsS .img:hover .wrap img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.newsS .caption{
    overflow: hidden;
    padding: 40px 50px;
}
.newsS .per{
    margin-bottom: 20px;
}
.newsS .per span {
    display: inline-block;
    color: #ffffff;
    background: #a9977b;
    padding: 5px 9px;
    text-transform: uppercase;
}
.newsS .tend{
    margin-bottom: 15px;
}
.newsS .tend a{
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    max-height: 60px;
    overflow: hidden;
}
.newsS .des{
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 23px;
    max-height:  69px;
}
.newsS .date{
    font-size: 13px;
    line-height: 21px;
    color: #a9977b;
    padding-left: 20px;
    position: relative;
}
.newsS .date:before{
    content: "\f133";
    font-family: fontAwesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slideNews .slick-dots{
    position: absolute;
    bottom: 40px;
    right: 40px;
    text-align: center;
    z-index: 1;
}
.slideNews .slick-dots li{
    margin-left: 10px;
    display: inline-block;
}
.slideNews .slick-dots li button{
    width:10px;
    height:10px;
    font-size: 0;
    padding: 0;
    border:none;
    border-radius: 100%;
    background: #bbbbbb;
}
.slideNews .slick-dots li.slick-active button{
    background: #a9977b;
}
.slideNews{
    margin-bottom: 30px;
}
/*========================================================*/
.news{
    margin-bottom: 30px;
}
.news .img{
    padding-top: 66.666666%;
    position: relative;
    overflow: hidden;
}
.news .img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    backface-visibility: hidden;
}
.news .img:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.news .date {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(228, 176, 100, 0.9);
    font-size: 13px;
    color: #ffffff;
    pointer-events: none;
    padding: 4px 12px;
}
.news .date span{
    padding-left: 20px;
    position: relative;
}
.news .date span:before{
    content: "\f133";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news .caption{
    padding-top: 10px;
}
.news .tend{
    margin-bottom: 10px;
}
.news .tend a{
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    height:48px;
    overflow: hidden;
}
.news .des{
    height:66px;
    overflow: hidden;
}
/*====================================================*/
.the-title{
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}
.the-title:before{
    content: "";
    position: absolute;
    width: 50px;
    bottom: 0;
    left: 0;
    border-bottom: solid 1px #e4b064;
}
.the-title h1{
    font-size: 25px;
    line-height: 33px;
    font-weight: normal;
}
.the-date{
    color:#999999;
    margin-bottom: 15px;
}
.the-content{
    text-align: justify;
    margin-bottom: 25px;
}
/*====================================================*/
/*=====================================================*/
.newsOther .title{
    padding-bottom: 10px;
}
.newsOther .title h2{
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listOther ul li{
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
}
.listOther ul li:before{
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0px;
    color:#999999;
}
.listOther ul li a{
    display: block;
    font-size: 15px;
    line-height: 23px;
}
.listOther ul li a span{
    font-size: 13px;
    line-height: 21px;
    color:#acacac;
}
/*===================================================*/
.boxSidebar{
    margin-bottom: 30px;
}
.boxSidebar .title {
    font-size: 15px;
    line-height: 23px;
    background:#e4b064;
    color: #ffffff;
    text-transform: uppercase;
    padding: 9px 15px;
    font-weight: 600;
    margin-bottom: 10px;
}
div#slide-more .slick-arrow {
    width: 30px;
    height: 70px;
    font-size: 0;
    background: rgba(255, 255, 255, 0.65);
    border: none;
    position: absolute;
    top: 55px;
    z-index: 1;
    -webkit-transition: all 0.8s ease 0.2s;
    -o-transition: all 0.8s ease 0.2s;
    transition: all 0.8s ease 0.2s;
}
div#slide-more .slick-prev{
    left:0;
}
div#slide-more .slick-next{
    right:0;
}
div#slide-more .slick-arrow:before{
    font-family: FontAWesome;
    font-size: 26px;
    line-height: 34px;
    color:#e4b064;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
div#slide-more .slick-prev:before{
    content: "\f104";
}
div#slide-more .slick-next:before{
    content: "\f105";
}
div#slide-more .slick-arrow:hover{
    background: #ffffff;
}
div#slide-more .img{
    margin-bottom: 10px;
}
div#slide-more .tend h3{
    font-weight: normal;
    line-height: initial;
}
div#slide-more .tend a{
    font-size: 16px;
    line-height: 24px;
    display: block;
    font-weight: 500;
}
#service img{
    width:100%;
}
#service a{
    display: block;
    margin-bottom: 10px;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.newsS .caption{
    padding: 20px;
}
.newsS .tend a{
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
}
.newsS .des{
    font-size: 14px;
    line-height: 22px;
    max-height: 44px;
}
}

@media all and (max-width: 768px){
.newsS .img{
    width:100%;
    float: none;
}
.slideNews .slick-dots{
    bottom: 25px;
}
}