/*====================================================*/
.newsS{
    background: #eeeeee;
}
.newsS:after{
    content: "";
    display: block;
    clear: both;
}
.newsS .img{
    width:48%;
    float: left;
}
.newsS .img .wrap{
    padding-top: 80%;
    position: relative;
    overflow: hidden;
}
.newsS .img .wrap img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-width: none;
    -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 100px;
}
.newsS .per{
    margin-bottom: 20px;
}
.newsS .per span {
    display: inline-block;
    line-height: 20px;
    background: #a4762c;
    padding: 5px 9px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 13px;
    line-height: 21px;
}
.newsS .tend{
    margin-bottom: 10px;
}
.newsS .tend a{
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-height: 60px;
    overflow: hidden;
}
.newsS .tend a:hover{
    color:#a4762c;
}
.newsS .des{
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 23px;

    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-height: 92px;
    overflow: hidden;
}
.newsS .date{
    color: #a4762c;
    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;
    text-align: center;
    z-index: 1;
    bottom: 20px;
    left: 73%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.slideNews .slick-dots li{
    color: #999;
    opacity: 0.3;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
    height: 30px;
    border-bottom: 2px solid transparent;
    display: inline-block;
    margin: 0 15px;
}
.slideNews .slick-dots li:hover,
.slideNews .slick-dots li.slick-active{
    color: #a4762c;
    opacity: 1;
    border-bottom-color: #a4762c;
}
.slideNews{
    margin-bottom: 30px;
}
/*==================================================*/
.news{
    margin-bottom: 30px;
}
.news .img{
    padding-top: 66.666666%;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.news .img 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;
    max-width: initial;
}
.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 {
    font-size: 13px;
    line-height: 21px;
    background: rgba(33, 156, 94, 0.85);
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 10px;
    color:#ffffff;
    padding-left: 30px;
}
.news .date:before{
    content: "\f133";
    font-family: "FontAwesome";
    position: absolute;
    left:10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.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{
    color: #555555;
    text-align: justify;
    height: 66px;
    overflow: hidden;
}
/*====================================================*/
/*====================================================*/
/*========TEMPLATE TABLE========*/
.tableDesign table{
    text-align: center;
    /*font-family: "Times New Roman";*/
    border: solid 1px #333333;
    border-bottom: none;
}
.tableDesign table tr th{
    background: #ccc0da;
    padding: 5px 10px;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: bold;
}
.tableDesign table tr th,
.tableDesign table tr td{
    text-align: center;
    border-right: solid 1px #333333;
    border-bottom: solid 1px #333333;
}
.tableDesign table tr td.mon{
    font-weight: bold;
    text-transform: uppercase;
}
.tableDesign table tr th:last-child,
.tableDesign table tr td:last-child{
    border-right: none;
}
/*==============================*/
/*================================================*/
div#slide-more .slick-arrow {
    width: 30px;
    height: 60px;
    font-size: 0;
    background: rgba(255, 255, 255, 0.65);
    border: none;
    position: absolute;
    top: calc(50% - 30px);
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #a4762c;
}
div#slide-more .slick-prev{
    left:15px;
}
div#slide-more .slick-next{
    right:15px;
}
div#slide-more .slick-arrow:after{
    font-family: "FontAwesome";
    font-size: 26px;
    line-height: 34px;
    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:after{
    content: "\f104";
}
div#slide-more .slick-next:after{
    content: "\f105";
}
div#slide-more .slick-arrow:hover{
    background: #ffffff;
}
div#slide-more .img{
    margin-bottom: 10px;
    overflow: hidden;
}
div#slide-more .img img{
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
div#slide-more .img:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
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;
}
/*===============================================*/
.newsOther .title{
    margin-bottom: 15px;
}
.newsOther .title h2{
    font-size: 25px;
    line-height: 33px;
    text-transform: uppercase;
    font-weight: 700;
}
.newsOther ul li{
    text-transform: uppercase;
    font-weight: 700;
}
.newsOther ul li ~ li:before {
    content: "";
    display: block;
    border-bottom: 1px solid #ddd;
    height: 1px;
    margin: 10px 0 10px;
}
.newsOther ul li a{
    font-size: 15px;
    line-height: 23px;
}
.newsOther ul li span{
    padding-right: 25px;
    position: relative;
    display: inline-block;
    font-weight: normal;
}
.newsOther ul li span i{
    color: #a4762c;
}
/*.newsOther ul li:before{
    content: "\f0da";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 22px;
    color:#999999;
}/**/
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
	.newsS .caption{
	    padding: 20px;
	    padding-bottom: 50px;
	}
	.newsS .tend a{
	    font-size: 20px;
	    line-height: 28px;
	    max-height: 56px;
	}
	.newsOther ul li a span{
	    float: none;
	    display: block;
	}
}

@media all and (max-width: 768px){
	.the-title h1 {
	    font-size: 18px;
	}
	.newsSmall{
	    margin-bottom: 20px;
	}
	.newsSmall:after{
	    content: "";
	    display: block;
	    clear: both;
	}
	.newsSmall .img{
	    width: 160px;
	    float: left;
	    margin-right: 20px;
	    margin-bottom: 0;
	}
	.newsSmall .tend{
	    overflow: hidden;
	}
	.newsSmall .tend a{
	    height:initial;
	}
	.newsS .img{
	    width:100%;
	    float: none;
	}
	.slideNews .slick-dots {
	    bottom: 15px;
	    left: 50%;
        width: 100%;
	}
    .slideNews .slick-dots li{
        margin: 0 5px;
    }
	.news:after{
	    content: "";
	    display: block;
	    clear: both;
	}
}

@media all and (max-width: 360px){
	.newsSmall .img{
	    width: 100%;
	    float: none;
	    margin-bottom: 5px;
	}
	.newsSmall .tend{
	    overflow: initial;
	}
	.date_share{
	    display: block;
	}
	.date_share .ds_share ul li{
	    margin-left: 0;
	    margin-right: 5px;
	}
	.news .img{
	    width: 100%;
	    padding-top: 66.666666%;
	    float: none;
	    margin-right: 0;
	    margin-bottom: 10px;
	}
}