.clear {
    clear: both;
}

.select {
    display: block;
}

.hover {
    color: #006473 !important;
    font-weight: bold;
}

.news-one {
    width: 100%;
    height: 361px;
    margin: 0 auto;
    overflow: hidden;
    background: url("../news/banner.jpg")center center no-repeat;
}

.news-two {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.news-two .content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.news-two .content ul {
    list-style: none;
    width: 100%;
    height: auto;
    line-height: 80px;
    border-bottom: 1px solid #d5d5d6;
}

.news-two .content ul li {
    float: left;
    font-size: 14px;
    color: #525252;
    margin-right: 50px;
}

.news-two .content ul li a {
    text-decoration: none;
    color: #525252;
}

.news-two .content ul li:hover {
    cursor: pointer;
}

.news-content {
    width: 1200px;
    margin: 0 auto;

}

.news-content .left {
    width: 837px;
    height: 100%;
    float: left;
}

.news-content.select {
    display: block;
}

.news-content .left .one {
    width: 837px;
    height: 200px;
    margin-top: 40px;
    border-bottom: 1px solid #d5d5d6;
}

.news-content .left .one .one-left {
    width: 520px;
    height: 200px;
    padding-top: 20px;
    display: inline-block;
}

.news-content .left .one .one-left h2 {
    width: 520px;
    font-size: 18px;
    color: #323232;
    margin-bottom: 15px;
}

.news-content .left .one .one-left h2 a {
    color: #323232;
    text-decoration: none;
}

.news-content .left .one .one-left h2:hover a {
    color: #006473;
}

.news-content .left .one .one-left p {
    width: 520px;
    font-size: 12px;
    color: #969696;
    line-height: 22px;

}

.news-content .left .one .one-right {
    width: 246px;
    height: 135px;
    position: relative;
    top: 0;
    left: 40px;
    overflow: hidden;
    display: inline-block;
}

.news-content .left .one .one-right img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.news-content .left .one .one-right:hover img {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transformw: scale(1.2, 1.2);
}


.news-content .right {
    width: 320px;
    float: right;
    position: relative;
    background: #f5f5f5;
    padding: 24px;
    margin-top: 30px;
}

.news-content .right .title {
    height: 53px;
    border-bottom: 1px solid #d4d4d4;
    font-size: 16px;
    color: #323232;
}

.news-content .right .lieb {
    display: flex;
    justify-content: space-between;
    height: 100px;
    padding: 5px 0;
    position: relative;
}

.news-content .right .lieb h2 {
    font-size: 14px;
    font-weight: bold;
    width: 145px;
    line-height: 24px;
}

.news-content .right .lieb h2 a {
    color: #525252;
}

.news-content .right .lieb .img {
    width: 110px;
    height: 60px;
    overflow: hidden;
    position: absolute;
    top: 20px;
    right: 0;
}

.news-content .right .img:hover img {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transformw: scale(1.2, 1.2);
}

.news-content .right .lieb .img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}


.news-two .fenye {
    width: 837px;
    height: 200px;
    margin-top: 20px;
}

.news-two .pno {
    width: 130px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    font-size: 16px;
    color: #646464;
    text-align: center;
}

.news-two .pno a {
    text-decoration: none;
}

.news-two .pno .f1 {
    float: left;
}

.news-two .pno i {
    font-style: normal;
}

.news-two .pno .f3 {
    float: right;
}