.news-title, .newsCont {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}
.news-title {
    border-bottom: 2px solid #08b;
    font-size: 22px;
}
.news-title p {
    margin-right: 20px;
    line-height: 50px;
}
.news-title p {
    margin-right: 20px;
    line-height: 50px;
}
.news-title a {
    font-size: 22px;
    color: #333;
    font-weight: normal;
}
.news-title .active a {
    font-size: 22px;
    color: #08b;
    font-weight: bold;
}


.newsCont .news-item {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f2f2f2;
}
.newsCont .news-item .news-synopsis {
    flex: 1;
}
.newsCont .news-item .news-synopsis h3 {
    font-size: 18px;
    line-height: 40px;
}
.newsCont .news-item .news-synopsis h3 a {
    color: #000000;
}
.newsCont .news-item .news-synopsis div {
    color: #666666;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.newsdetail {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}
.newsdetail h1 {
    color: #1e53a5;
    font-size: 24px;
    border-bottom: 1px #f2f2f2 dashed;
    padding-bottom: 20px;
}
.newsdetail .newscontent {
    font-size: 15px;
    line-height: 30px;
    margin-top: 20px;
}

.newsdetail .newscontent a {
    color: #0070c0;
    font-weight: bold;
    text-decoration: underline;
}

.other {
    width: 90%;
    margin: 50px auto;
    padding-bottom: 50px;
    border-bottom: 1px #dddddd solid;
}
.other h1 {
    color: #1e53a5;
    font-size: 30px;
}

.proDownList {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    flex-wrap: wrap;
}
.proDownList .proDown-item {
    margin: 20px;
    font-size: 16px;
    border: 1px dashed #ccc;
    padding: 6px 10px;
}
.proDownList .proDown-item p a {
    color: #333;
}
.proDownList .proDown-item .proDown-item-a {
    font-weight: 600;
    color: #1979c3;
    margin-left: 10px;
}


.activity {
    font-size: 14px;
    color: #666;
    width: 100%;
}

.activity .list-item {
    border: 1px solid #ddd;
    margin: 20px 20px;
    padding: 20px;
}


.activity .list-item:hover {
    background-color: #f2f2f2
}

.activity .list-item-imgcontainer {
    width: 20%;
    height: 130px;
}

.activity .list-item-imgcontainer img {
    width: 100%;
    height: 100%;
}

.activity .list-item-imgcontainer{
    display: inline-block;
    vertical-align: middle;
}

.activity .list-item-body>div,
.activity .list-item-body>div>p {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.activity .list-item-main {
    display: inline-block;
    vertical-align: middle;
    margin-left: 26px;
    width: 65%;
}

.activity .list-item-main .list-item-head {
    padding-bottom: 24px;
}

.activity .list-item-main .list-item-title {
    font-weight: bold;
    font-size: 18px;
    color: #333;
}
.activity .list-item-main .list-item-title a {
    color: #333;
}

.activity .list-item-imgcontainer {
    /*width: 240px;*/
    width: 20%;
    height: 130px;
    position: relative;
}

.activity .list-item-right {
    display: inline-block;
    vertical-align: middle;
    margin-left: 26px;
    width: 10%;
}
.activity .list-item-right button {
    color: #fff;
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border: 0;
    text-align: center;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #1269b6;
    cursor: pointer;
}
.activity .list-item-right button.gray {
    background: #999;
    cursor: auto;
}

.activity .list-item-imgcontainer .tag.gray {
    background: #999;
}
.activity .list-item-imgcontainer .tag.red {
    background: #ff0000;
}
.activity .list-item-imgcontainer .tag {
    position: absolute;
    left: 15px;
    top: 15px;
    background: #1269b6;
    /* width: 90px; */
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    padding: 0 10px;
}
.activity .list-item-info {
    color: #666;
    line-height: 22px;
    margin: 15px 0px;
}
.activity .list-item-desc {
    font-size: 12px;
    color: #999;
}
.activity .list-item-desc span {
    margin-right: 10px;
}

.newscontent button {
    color: #fff;
    display: inline-block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    border: 0;
    text-align: center;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #1269b6;
    cursor: pointer;
    position: absolute;
    top: 6%;
    left: 44%;
    z-index: 99999;
}


