/*==================================================*/
.news {
    margin-bottom: 30px;
    background: #f8f8f8;
    border-bottom: solid 5px #e5e5e5;
    position: relative;
}
.news:before{
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 100%;
	border-bottom: solid 5px #00529c;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.news:hover:before{
	right:0;
}
.news .img{
    padding-top: 65.666666%;
    position: relative;
    overflow: hidden;
}
.news .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -ms-transform: translateX(-50%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.news .img:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.news .caption{
	padding: 15px 20px;
}
.news .date {
    font-size: 13px;
    line-height: 21px;
    padding-left: 19px;
    color: #999999;
    position: relative;
    margin-bottom: 10px;
}
.news .date:before{
    content: "\f133";
    font-family: fontAwesome;
    position: absolute;
    left: 0px;
    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: 18px;
    line-height: 26px;
    font-weight: 600;
    height:52px;
    overflow: hidden;
}
.news .des{
    color: #666666;
    height: 66px;
    overflow: hidden;
}
/*===========================================================*/
.the-title{
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}
.the-title h1{
	font-size: 26px;
	line-height: 34px;
	text-transform: uppercase;
	font-weight: normal;
}
.the-title:before{
	content: "";
	position: absolute;
	width: 40px;
	bottom: 0;
	left: 0;
	border-bottom: solid 3px #00529c;
}
.the-content{
	text-align: justify;
	margin-bottom: 25px;
}
/*=============================================================*/
.techOther .title{
	background: #00529c;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-bottom: 15px;
}
.techOther .title h2 {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 600;
    padding: 8px 15px;
    text-transform: uppercase;
}
#slideTechOther .slick-list{
	margin: -10px 0px
}
#slideTechOther .item{
	padding: 10px 0;
}
#slideTechOther .item .img{
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
#slideTechOther .item .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;
}
#slideTechOther .item .img:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
#slideTechOther .item .tend a{
	text-align: center;
	display: block;
	font-size: 15px;
	line-height: 23px;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: normal;
}
#slideTechOther .slick-arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: transparent;
    font-size: 0;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 2;
    color:#666666;
    border:solid 1px #00529c;
    border-radius: 100%;
}
#slideTechOther .slick-prev{
    margin-left: -25px;
}
#slideTechOther .slick-next{
    margin-left: 25px;
}
#slideTechOther .slick-arrow:before{
    font-family: FontAwesome;
    font-size:20px;
    line-height: 28px;
    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%);
}
#slideTechOther .slick-prev:before{
    content:"\f104";
}
#slideTechOther .slick-next:before{
    content:"\f105";
}
#slideTechOther .slick-arrow:hover{
    background: #00529c;
    color:#ffffff;
}
/*===================================================*/
.boxOther .title{
    margin-bottom: 15px;
}
.boxOther .title h2{
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    text-transform: uppercase;
}
.listOther ul li{
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}
.listOther ul li:before{
    content: "\f0da";
    font-family: fontawesome;
    position: absolute;
    top: 3px;
    left: 0;
    color:#bbbbbb;
}
.listOther ul li a{
    display: block;
    font-size: 15px;
    line-height: 23px;
}
.listOther ul li a span{
	font-size: 13px;
	line-height: 21px;
	color:#afafaf;
}
/*===================================================*/
.boxSidebar{
    margin-bottom: 30px;
}
.boxSidebar .title {
    font-size: 14px;
    line-height: 23px;
    background: #00529c;
    color: #ffffff;
    text-transform: uppercase;
    padding: 9px 15px;
    font-weight: 600;
    margin-bottom: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
div#slide-more .slick-arrow {
    width: 30px;
    height: 60px;
    font-size: 0;
    background: rgba(255, 255, 255, 0.65);
    border: none;
    position: absolute;
    top: 65px;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #00529c;
}
div#slide-more .slick-prev{
    left:0;
}
div#slide-more .slick-next{
    right:0;
}
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;
}
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: 600;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
#slideTechOther .slick-list{
	margin: 0 -10px;
}
#slideTechOther .item{
	padding: 0 10px;
}
#slideTechOther{
	padding-bottom: 55px;
}
}

@media all and (max-width: 460px){

}