
/* 新闻动态 */

.activity {
    margin-top: 30px;
    padding: 30px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 7px 7px 1px rgba(153, 153, 153, 0.17);
}

.activity .activity_top {
    /* margin: 40px 0; */
}

.activity_top_title {
    margin-bottom: 20px;
    padding-left: 15px;
}

.activity_top_title img {
    display: inline-block;
    vertical-align: -8px;
    width: 34px;
    height: 34px;
    margin-right: 7px;
}

.activity_top_title span {
    font-size: 24px;
    /*font-family: MicrosoftYaHei;*/
    font-weight: bold;
    color: rgba(35, 133, 253, 1);
}

.activity_top .activity_top_img {
    width: 300px;
    height: 200px;
}

.activity_top .activity_top_img img {
    width: 100%;
    height: 100%;
}

.activity_top .activity_top_text {
    width: 800px;
    height: 240px;
    margin-left: 40px;
}

.activity_top_text h1 {
    text-align: center;
    font-size: 26px;
    /*font-family: MicrosoftYaHei;*/
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 66px;
}

.activity_top_text .activity_top_text_datli {
    width: 800px;
    font-size: 20px;
    /*font-family: MicrosoftYaHei;*/
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
    margin-bottom: 10px;
}

.activity_top_text .activity_top_text_datli_tiem {
    /*margin-top: 8px;*/
    font-size: 16px;
    width: 100px;
    /*font-family: MicrosoftYaHei;*/
    font-weight: 400;
    /*color: rgba(243, 190, 35, 1);*/
    color: rgba(102, 102, 102, 1);
    line-height: 36px;
    text-align: right;
}

.activity_top_text .activity_top_text_conten {
    width: 797px;
    height: 112px;
    font-size: 16px;
    /*font-family: MicrosoftYaHei;*/
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-indent: 2em;
}

.activity_top_text_conten_datli {
    cursor: pointer;
    font-size: 14px;
    margin-top: 12px;
    margin-right: 13px;
    /*font-family: MicrosoftYaHei;*/
    font-weight: 400;
    color: rgba(35, 133, 253, 1);
    /*color: rgba(102, 102, 102, 1);*/
    line-height: 30px;
}

.activity_bom {
    height: 42px;
}

.activity_bom .activity_bom_left {
    width: 960px;
    font-size: 18px;
    /*font-family: MicrosoftYaHei;*/
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.activity_bom .activity_bom_Rigth {
    font-size: 16px;
    /*font-family: MicrosoftYaHei;*/
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

.activityBtns {
    width: 95px;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    color: rgba(35, 133, 253, 1);
    padding-right: 15px;
    /*border: 1px solid red;*/
}

.activityBtns img {
    vertical-align: -16px;
    margin-right: 15px;
}

.announcement {
    margin: 50px 0;
    height: 607px;
}

.announcementLeft {
    width: 490px;
    padding: 0 31px;
    padding-top: 30px;
    height: 400px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 11px 12px 1px rgba(153, 153, 153, 0.3);
}

.announcementLeft .announcementLeft_img {
    width: 520px;
    height: 250px;
    border-radius: 15px 15px 0px 0px;
}

.announcementLeft .announcementLeft_img img {
    display: block;
    width: 520px;
    height: 250px;
    border-radius: 15px 15px 0px 0px;
}

.activitybom {
    padding: 0 15px;
    margin-bottom: 20px;
}

.announcementLeft h2 {
    margin: 20px;
    text-align: center;
    font-size: 26px;
    /*font-family: MicrosoftYaHei;*/
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.announcementLeft .activitybom .round {
    margin: 0 10px;
    margin-top: 6px;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(153, 153, 153, 1);
    border-radius: 50%;
}

.announcementLeft .activitybom .activitybom_left {
    width: 360px;
    font-size: 18px;
    /*font-family: MicrosoftYaHei;*/
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

.announcementLeft .activitybom .activitybom_Rigth {
    font-size: 16px;
    /*font-family: MicrosoftYaHei;*/
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    margin-top: 4px;
}

.announcementLeft .activitybom_btns {
    width: 152px;
    height: 35px;
    background: rgba(35, 133, 253, 1);
    border: 1px solid rgba(35, 133, 253, 1);
    border-radius: 5px;
    font-size: 14px;
    /*font-family: SimSun;*/
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 35px;
    margin: 0 auto;
}