.header ul li:nth-child(7) a{color:#f5971c;}
.news_info {
    width: 100%;
    margin: 0 auto 80px;
}

.news_info .tit {
    font-size: 36px;
    color: #000026;
    padding: 65px 0;
}

.news_info .img_info {
    display: flex;
    align-items: center;
}

.news_info .img_info .img_box {
    width: 45%;
    overflow: hidden;
    position: relative;
}

.news_info .img_info .img_box ul {
    position: absolute;
    bottom: 35px;
    right: 54px;
}

.news_info .img_info .img_box ul li {
    width: 22px;
    height: 8px;
    background: url("../img/companyNews/arrow.png"/*tpa=http://121.199.34.176:8080/img/companyNews/arrow.png*/) no-repeat;
    background-size: 100% 100%;
    float: left;
    cursor: pointer;
}

.news_info .img_info .img_box ul li:last-of-type {
    transform: rotate(180deg);
    margin-left: 10px;
}

.news_info .img_info img {
    width: 100%;
    height: 300px;
    transition: all 0.8s;
    vertical-align: bottom;
}

.news_info .img_info img:hover {
    transform: scale(1.05);
}

.news_info .img_info .info {
    width: 47%;
    padding: 2vw 0 0 4vw;
}

.news_info .img_info .info h3 {
    width: 100%;
    font-size: 24px;
}

.news_info .img_info .info p {
    font-size: 14px;
    color: #767676;
    padding: 35px 0 15px;
    line-height: 24px;
}

.news_info .img_info .info p:last-of-type {
    padding: 0;
    color: #666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news_info .img_info .info .btn {
    display: block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    border-radius: 25px;
    background: linear-gradient(to right, #1f4fd0, #52a1e0);
    /* background: #1f4fd0; */
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    margin: 35px 0 0;
    position: relative;
    transition: all 1s;
}

.news_info .img_info .info .btn:hover {
    background: linear-gradient(to right, #163a9b, #3977a9);
    /* background: #163a9b; */
}

.news_info .news_list ul {
    padding: 50px 0;
}

.news_info .news_list ul li {
    padding: 30px 0px 30px 10px;
    overflow: hidden;
    border-bottom: 1px dashed #b7b7b7;
    transition: all 1s;
    display: flex;
    align-items: center;
}

.news_info .news_list ul li:hover {
    background: #ecf0f5;


}

.news_info .news_list ul li .left_tit p {
    font-size: 30px;
    color: #b0bcb6;
    text-align: right;
}

.news_info .news_list ul li .left_tit p:last-of-type {
    font-size: 16px;
    color: #b0bcb6;
}

.news_info .news_list ul li .info {
    width: 60%;
    margin-left: 48px;
    line-height: 32px;
}

.news_info .news_list ul li .info p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 24px;
}

.news_info .news_list ul li .info p:last-of-type {
    width: 100%;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pagination_info {
    margin: 0 auto;
    width: 32vw;
    text-align: center;
}
/* 轮播 */
.myBox{
    height:300px;
    width:45%;

    background-color: #3977a9;
}
.myBoxcontent{
    position: relative;
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    /* background-image: url(); */
    width: 40px;
    height: 40px;
    background: url("../img/companyNews/arrow.png") no-repeat center;
    
    float: left;
    cursor: pointer;
    border-radius: 100%;
    background-color: rgba(0,0,0,0.3);
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{ pointer-events: initial;}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  
    width: 40px;
    height: 40px;
    background: url("../img/companyNews/arrow.png") no-repeat center;

    float: left;
    transform: rotate(180deg);
    cursor: pointer;
    border-radius: 100%;
    background-color: rgba(0,0,0,0.3);
}
.myNext{
    position: absolute;
    right:30px;
    top:260px;
     z-index: 999;
}
.myBox .myBoxcontent .myPrev{
    position: absolute;
    left:460px;
     top:260px;
     z-index: 999;
}
@media only screen and (max-width: 1440px) {
	.tit{
		width: 92%;
		margin: auto;
	}
	.news_info .news_list ul li {
		width: 92%;
		margin: auto;
	}
}