﻿.news {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 4% 0;
}

.con-title {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    margin-bottom: 4%;
}

.con-title h3 {
    color: #333333;
    font-size: 28px;
    letter-spacing: 4px;
}

.con-title p {
    color: #a4a4a4;
    font-size: 14px;
}
.pr-nav {
    width: 100%;
    height: auto;
    display: inline-block;
}

.pr-nav>ul{
    display: flex;
    justify-content: center;
}

.pr-nav li {
    float: left;
    width: 12%;
    color: #666666;
    text-align: center;
    font-size: 14px;
    margin-right: .5%;
    padding: 5px 3px;
    border-radius: 25px;
}

.pr-nav li:hover {
    color: #fff;
    background-color: #187bb7;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.n-box {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 3%;
}

.n-box li {
    width: 100%;
    height: auto;
    display: inline-block;
    overflow: hidden;
    border-bottom: 1px solid#dcdcdc;
    padding-top: 2%;
    padding-bottom: 1%;
    margin-bottom: 2%;
}

.nb-left {
    width: 23%;
    float: left;
}

.nb-left img {
    width: 100%;
    height: auto;
    display: inline-block;
}

.nb-right {
    width: 75%;
    float: right;
}

.nb-right h3 {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 23px;
}

.nb-right h3 i {
    color: #525252;
    font-size: 16px;
    letter-spacing: 1px;
    font-style: normal;
    margin-left: -5px;
}

.nb-right h4 {
    color: #525252;
    font-size: 20px;
    line-height: 22px;
    margin: 12px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.nb-right p {
    color: #7c7c7c;
    font-size: 14px;
    line-height: 28px;
    margin: 14px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nb-right .more {

}

.nb-right .more .words {
font-size: 14px;
line-height: 34px;
display: inline-block;
vertical-align: middle;
margin-right: 10px;
width: 134px;
border: 1px solid #187bb7;
border-radius: 23px;
text-align: center;
color: #19498b;}

.sy_section3 .content .qh_b .listbox .list a .more .ico {
    width: 16px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-color: #19498b;
}

.more .ico::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #19498b;
    border-right: 2px solid #19498b;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sy_section3 .content .qh_b .listbox .list a::after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background-color: #187bb7;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.n-box li:hover {
    box-shadow: 5px 4px 8px 7px #ececec;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.n-box li:hover .nb-right h3{
    color:#187bb7;
}
.n-box li:hover .nb-right h4{
    color:#187bb7;
}
.n-box li:hover .words{
    background-color: #187bb7;
    color: #fff;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .pr-nav li {
        float: left;
        width: 27%;
        color: #666666;
        text-align: center;
        font-size: 14px;
        margin-right: .5%;
        padding: 5px 3px;
        border-radius: 25px;
    }
    .n-box li {
        width: 100%;
        height: auto;
        display: inline-block;
        overflow: hidden;
        border-bottom: 1px solid #dcdcdc;
        padding-top: 2%;
        padding-bottom: 6%;
        margin-bottom: 4%;
    }
    .nb-left {
        width: 100%;
        float: left;
    }
    .nb-right {
        width: 100%;
        float: right;
        margin-top: 3%;
    }

}