body {
    background: #f6f7f9;
}


/*全部分类*/

.case-banner {
    height: 520px;
}

.case-banner img {
    height: 520px;
}


/* 新闻列表、 */

.news-section-left {
    float: left;
    width: 860px;
    margin-top: 38px;
}

.news-section-left1 {
    display: flex;
}

.news-section-left1 a {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 274px;
    height: 64px;
    margin-right: 19px;
    border: 1px solid #3961ed;
    font-size: 24px;
    font-weight: bold;
    color: #125af4;
}

.news-section-left1 a.active {
    border-color: transparent;
    color: #fff;
    background: url(../images/news/2F-icon0.png);
    box-shadow: 0 0 15px rgba(7, 45, 177, .35);
}

.news-section-left1 a.active:nth-child(2) {
    border-color: transparent;
    background: url(../images/news/2F-icon01.png);
    box-shadow: 0 0 15px rgba(7, 45, 177, .35);
}

.news-section-left1 a.active:last-child {
    border-color: transparent;
    background: url(../images/news/2F-icon02.png);
    box-shadow: 0 0 15px rgba(7, 45, 177, .35);
}

.news-section-left1 a:nth-child(1):hover {
    border-color: transparent;
    color: #fff;
    background: url(../images/news/2F-icon0.png);
    box-shadow: 0 0 15px rgba(7, 45, 177, .35);
}

.news-section-left1 a:nth-child(2):hover {
    border-color: transparent;
    color: #fff;
    background: url(../images/news/2F-icon01.png);
    box-shadow: 0 0 15px rgba(7, 45, 177, .35);
}

.news-section-left1 a:nth-child(3):hover {
    border-color: transparent;
    color: #fff;
    background: url(../images/news/2F-icon02.png);
    box-shadow: 0 0 15px rgba(7, 45, 177, .35);
}

.news-section-left2 {
    margin-top: 19px;
}

.news-section-left2 .page {
    padding: 22px 0 62px;
}

.weizhi {
    display: block;
    height: 47px;
    line-height: 47px;
    padding-left: 17px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
    color: #6c6c6c;
    background: #fff;
}

.weizhi a {
    font-size: 14px;
    color: #6c6c6c;
}

.news-section-left2 ul li {
    display: flex;
    justify-content: space-between;
    height: 226px;
    margin-bottom: 13px;
    background: #fff;
}

.section-left2-left {
    display: block;
    width: 256px;
    margin: 26px 0 0 18px;
}

.section-left2-left a {
    overflow: hidden;
    display: block;
    height: 172px;
}
.section-left2-left a img{
    width: 100%;
    height: 100%;
}

.section-left2-right {
    width: 516px;
    padding-top: 41px;
    padding-right: 35px;
}

.section-left2-right h3 a {
    font-size: 20px;
    font-weight: bold;
    color: #3e3e3e;
}

.section-left2-right h3 a:hover {
    color: #125af4;
}

.section-left2-right .section-left2-span1 {
    display: flex;
    align-items: center;
    height: 43px;
}

.section-left2-span1 span {
    position: relative;
    line-height: 43px;
    padding-left: 19px;
    font-size: 12px;
    color: #acacac;
}

.section-left2-span1 span:first-child::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 14px;
    height: 14px;
    background: url(../images/news/4F-icon0.png);
}

.section-left2-span1 span:last-child {
    margin-left: 54px;
}

.section-left2-span1 span:last-child::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 14px;
    height: 14px;
    background: url(../images/news/4F-icon01.png);
}

.section-left2-right p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 24px;
    color: #8e8e8e;
}

.section-left2-right .section-left2-span2 {
    padding-top: 8px;
}

.section-left2-right .section-left2-span2 span {
    font-size: 12px;
    color: #acacac;
}

.section-left2-right .section-left2-span2 a {
    padding-left: 8px;
    font-size: 12px;
    color: #125af4;
}


/*右侧新闻*/

.news-section-right {
    float: right;
    width: 317px;
    margin-top: 31px;
    padding-bottom: 62px;
}

.section-right2-right1:first-child {
    margin-top: 0;
}

.section-right2-p {
    position: relative;
    display: flex;
    align-items: center;
    height: 55px;
    padding-left: 18px;
    border-bottom: #dadada 1px solid;
    font-size: 20px;
    color: #202020;
}

.section-right2-p::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 4px;
    height: 23px;
    background: #125af4;
}

.section-right2-right1 .swiper-container {
    margin-top: 23px;
}

.section-right2-right1 .swiper-container .swiper-slide {
    padding-bottom: 57px;
}

.section-right2-right1 .swiper-container .swiper-slide a {
    padding-left: 24px;
    padding-right: 24px;
    display: block;
}

.section-right2-right1 .swiper-container .swiper-slide a span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-top: 1px;
    font-size: 18px;
    color: #3e3e3e;
}

.section-right2-right1 .swiper-container .swiper-slide a p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-top: 5px;
    font-size: 14px;
    line-height: 24px;
    color: #8e8e8e;
}

.section-right2-right1 .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 14px;
}

.section-right2-right1 .swiper-pagination-bullet {
    background: #125af4;
}

.section-right2-right1 .swiper-container .swiper-slide a:hover span {
    color: #125af4;
}


/*最新文章*/

.section-right2-right2 {
    margin-top: 24px;
    background: #fff;
}

.section-right2-right2 ul {
    padding-top: 13px;
    padding-bottom: 37px;
}

.section-right2-right2 ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 300px;
    padding-left: 11px;
    padding-top: 4px;
}

.section-right2-right2 ul li a {
    font-size: 16px;
    color: #8e8e8e;
}

.section-right2-right2 ul li a:hover {
    color: #125af4;
}


/*热门标签*/

.section-right2-right1 {
    margin-top: 25px;
    background: #fff;
}

.section-right2-right1 ul {
    display: flex;
    flex-wrap: wrap;
    padding: 7px 0 41px 14px;
}

.section-right2-right1 ul li {
    display: flex;
    padding-top: 15px;
}

.section-right2-right1 ul li a {
    margin: 0 5px;
    padding: 7px 14px;
    font-size: 14px;
    background: #f7f7f7;
}

.section-right2-right1 ul li a:hover {
    color: #fff;
    background: #125af4;
}


/* 新闻详情 */

.news-section-left-l {
    float: left;
    width: 860px;
}

.weizhi2 {
    display: flex;
    align-items: center;
    height: 56px;
    font-size: 14px;
    color: #6c6c6c;
}

.weizhi2 a {
    padding: 0 5px;
    font-size: 14px;
    color: #6c6c6c;
}

.news-section-left3-top {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 140px;
    border-bottom: 1px solid #dadada;
    background: #fff;
}

.news-section-left3-top h3 {
    padding-top: 48px;
    font-size: 24px;
    font-weight: bold;
    color: #4c4c4c;
}

.news-section-left3-top .section-left2-span1 {
    margin-top: 6px;
}

.news-section-left3-bottom {
    padding: 38px 44px;
    font-size: 14px;
    line-height: 24px;
    color: #777;
    /* text-align: center; */
    background: #fff;
}

.news-section-left3-bottom .artTitle,
.news-section-left3-bottom .artInfo,
.news-section-left3-bottom .artDesc {
    display: none;
}

.news-section-left3-bottom1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100px;
    margin: 11px 0;
    background: #fff;
}

.news-section-left3-bottom1 span {
    font-size: 14px;
    color: #8e8e8e;
}

.news-section-left3-bottom1 span a {
    font-size: 14px;
    color: #8e8e8e;
}

.news-section-left3-bottom1 span a:hover {
    color: #125af4;
}

.news-section-left3-bottom2 {
    padding: 12px 32px;
    background: #fff;
}

.section-right2-h3 {
    display: flex;
    align-items: center;
    height: 42px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 18px;
    font-weight: bold;
    color: #8e8e8e;
}

.news-section-left3-bottom2 {
    height: 280px;
}

.news-section-left3-bottom2 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 11px;
}

.news-section-left3-bottom2 ul li {
    width: 40%;
    font-size: 14px;
}

.news-section-left3-bottom2 ul li a {
    display: flex;
    justify-content: space-between;
    color: #8e8e8e;
}

.news-section-left3-bottom2 ul li a {
    position: relative;
    margin-top: 6px;
    padding-left: 16px;
}

.news-section-left3-bottom2 ul li a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 210px;
}

.news-section-left3-bottom2 ul li a::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #8e8e8e;
}

.news-section-left3-bottom2 ul li:hover a {
    color: #125af4;
}

.news-section-left3-bottom2 ul li:hover a::before {
    background: #125af4;
}
