@charset "UTF-8";
.main-content-left .plate:nth-of-type(1) .title{
    background-image: url(../images/lefter/left-news.png);
}
.main-content-left .plate:nth-of-type(2) .title{
    background-image: url(../images/lefter/left-product.png);
}
.main-content-right .title{
    border-bottom: solid 1px #969696;
}
.main-content-right .title strong{
    font-size: 18px;
    line-height: 38px;
    margin-bottom: -1px;
    border-bottom: solid 3px #387fd1;
}
.main-content-right .title p{
    font-size: 14px;
    line-height: 40px;
}
.main-content-right .title a{
    color: #212529;
}
.news-list{
    border: dashed 1px #387fd1;
}
.news-list:last-child{
    margin-bottom: 0 !important;
}
.news-list strong{
    font-size: 18px;
    color: #212529;
    line-height: 35px;
    border-bottom: dashed 1px #387fd1;
}
.news-list p{
    font-size: 14px;
    color: #666666;
}
.news-list span{
    color: #387fd1;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: left center;
}
.news-list span:nth-of-type(1){
    background-image: url(../images/news/details.png);
}
.news-list span:nth-of-type(2){
    background-image: url(../images/news/time.png);
}
.news-list span:nth-of-type(3){
    background-position: right center;
    background-image: url(../images/news/enter.png);
}

.pagination{
    font-size: 14px;
}
.pagination a{
    color: #387fd1;
    border-color: #387fd1;
}
.pagination .page-link:hover{
    color: #ffffff;
    border-color: #387fd1;
    background-color: #387fd1;
}
.pagination .page-link:focus{
    box-shadow: none;
}

@media (max-width: 1199px){}
@media (max-width: 991px){}
@media (max-width: 767px){}
@media (max-width: 575px){}