@charset "utf-8";
.inaline{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.intwoline{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
body {
    width: 100%;
    background-image: url(../images/topbg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #f5f5f5;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.wrap-yd {
    display: none;
}

.wrap-pc {
    display: block;
}
.topBox{
    position: relative;
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.logo {
    width: 70px;
    height: 100px;
    float: left;
}

.logo img {
    width: 70px;
    height: 100px;
    margin: 6px 0 0 6px;
}
.slogan {
    width: 379px;
    height: 120px;
    float: left;
    line-height: 120px;
    padding-left: 70px;
}

.slogan img {
    width: 379px;
    height: 77px;
}

.search {
    position: absolute;
    top: 64px;
    right: 40px;
    width: 281px;
}

.search-form {
    width: 281px;
    height: 34px;
    margin: 0 auto;
    background-image: url(../images/searchbg.png);
    background-repeat: no-repeat;
    position: relative;
}

.search-form input {
    width: 267px;
    height: 18px;
    padding: 8px 0 8px 14px;
    font-size: 16px;
    color: #b2493c;
}

.search-btn {
    width: 20px;
    height: 20px;
    background-image: url(../images/icon-search.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    outline: none;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    cursor: pointer;
    margin: auto;
}
.navBox{
    width: 100%;
    background-color: #b2493c;
    height: 60px;
}
.navBox ul{
    height: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.content{}
.content .lanmuName{
    color: #378cc5;
    font-size: 16px;
    font-weight: bold;
    padding: 32px 0 30px 0;
}
.listContent{
    overflow: hidden;
}
.listContent .leftPart{
    width: 844px;
    border-right: 2px solid #e6f1f8;
    margin-bottom: 60px;
    float: left;
}
.listContent .leftPart .topNews{
    width: 826px;
    padding-bottom: 28px;
    border-bottom: 2px solid #ccc;
}
.listContent .leftPart .topNews .picture{
    width: 826px;
    height: 464px;
    object-fit: cover;
}
.listContent .leftPart .topNews .title{
    font-size: 20px;
    color: #35333c;
    width: 826px;
    padding-top: 18px;
}
.listContent .leftPart .topNews .time{
    font-size: 16px;
    color: #888;
    width: 826px;
    padding-top: 18px;
}
.listContent .leftPart .commonList{
   
}
.listContent .leftPart .commonList li{
    overflow: hidden;
    width: 826px;
    height: 76px;
    border-bottom: 2px solid #ccc;
}
.listContent .leftPart .commonList li:last-child{
    border-bottom: none;
}
.listContent .leftPart .commonList li span{
    display: block;
    line-height: 76px;
    height: 76px;
}
.listContent .leftPart .commonList li .title{
    float: left;
    font-size: 20px;
    color: #35333c;
    width: 536px;
    padding-left: 32px;
    background-image: url(../images/icon-doc-active.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.listContent .leftPart .commonList li .time{
    float: left;
    width: 248px;
    text-align: right;
    font-size: 16px;
    color: #888;
}
.loadmore{
    width: 100%;
    text-align: center;
}
.loadmore img{
    width: 102px;
}
.listContent .rightPart{
    width: 340px;
    margin-bottom: 60px;
    float: left;
    margin-left: 14px;
}
.listContent .rightPart .topNews{
    width: 340px;
    padding-bottom: 18px;
}
.listContent .rightPart .topNews .picture{
    width: 340px;
    height: 192px;
    object-fit: cover;
}
.listContent .rightPart .topNews .title{
    font-size: 20px;
    color: #35333c;
    width: 340px;
    padding-top: 10px;
}
