.newsBox .qiye {
    padding-top: 30px;
}
.newsBox .qiye li {
    /* float: left; */
    width: 100%;
    /* height: 350px; */
    overflow: hidden;
    border: 1px solid #eee;
    margin-bottom: 30px;
    margin-right: 2.1953333%;
}
.newsBox .qiye li>div {
    overflow: hidden;
}
.newsBox .qiye li>div:nth-child(2) {
    width: calc(100% - 371px);
}
.newsBox .qiye li:nth-child(3n) {
    margin-right: 0;
}

.newsBox .qiye li img {
    /* width: 100%; */
    width: 370px;
    height: 212px;
    transition: ease 0.4s;

}
.newsBox .qiye li:hover img {
    transform: scale(1.1,1.1);
}
.newsBox .qiye li p {
    margin: 20px;
    font-size: 16px;
}
.newsBox .qiye li h3 {
    margin: 20px 20px;
    font-size: 18px;
    font-weight: 700;

}
.newsBox .qiye li h3 a {
    color: #333;
    font-size: 20px;
    
}
.newsBox .qiye li .more {
    margin: 0 20px 20px;
    color: #006cbd;
}

.newsShow {
    padding: 40px 0;
}
.newsShow.contain {
    width: 1500px;
}
.newsShow .newsl {
    width: 65%;
    float: left;
}
.newsShow .newsr {
    padding-top: 20px;
    margin-left: 5%;
    width: 30%;
    box-shadow: 0px 0px 10px #eee;
    float: right;
}
.newsShow .newsr .newBack {
    display: block;
    height: 58px;
    width: 90%;
    text-align: center;
    margin: 0 5%;
    color: #333;
    background-color: #f1f1f1;
    line-height: 58px;
    font-size: 16px;
    margin-bottom: 30px;
    transition: ease 0.5s;
}
.newsShow .newsr .newBack:hover {
    background-color: #4e5fa2;
    color: #fff;
}
.newsShow .newsr ul li {
    background-color: #fff;
    transition: ease 0.5s;
    padding: 20px 10%;
    border-bottom: 1px solid #f1f1f1;
}
.newsShow .newsr ul li a {
    color: #333;
}
.newsShow .newsr ul li:hover {
    background-color: #f1f1f1;
}
.newsShow .testTitle {
    border-bottom: 1px solid #eee;
}
.newsShow .testTitle h2 {
    font-weight: 700;
    padding-bottom: 20px;
}
.newsShow .testTitle p {
    margin-bottom: 20px;
    color: #999;
}
.newsShow .testTitle p em {
    display: inline-block;
    margin-left: 40px;
}
.newsShow .testContainer {
    padding: 20px 0;
}
.newsShow .pan {

}
.newsShow .pan p {
    padding: 10px 0;
}
.newsShow .pan p a {
    color: #333;
}

.recHeader .ca:hover {
    background-color: #f1f1f1;
}
.recHeader .ca a{
    display: block;
    width: 100%;
    height: 100%;
}
.newsShow span {
  text-align: justify;
}