/*css By huahua 2019 8/19 */

.mRight {
    margin-right: 30px;
}

.modelbox {
    width: 380px;
    height: 410px;
    /*margin-top: 20px;*/

}

.model_title {
    /*padding-top: 10px;*/
    overflow: hidden;
    border-bottom: 1px solid #e7e7e7;
}

.model_title_tab_text {
    font-size: 20px;
    /*color: #2b79b4;*/
    /* border-bottom: 3px solid #2b79b4;*/
    padding: 0 10px 10px;
    cursor: pointer;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    /*line-height:41px;*/
}

.model_title_text, .model_title_tab_text.active {
    font-size: 20px;
    color: #2b79b4;
    border-bottom: 3px solid #2b79b4;
    padding: 0 10px 10px;
    font-weight: 600;
}

.model_more a {
    color: #a6a6a6;
    line-height: 36px;
    padding-right: 10px;
    font-size: 14px;
}

.model_more a:hover {
    color: #d02d0a
}

.model_time {
    font-size: 12px;
    margin-left: 10px;
}

/*pic*/
.model_pic_top {
    margin-top: 15px;
}

.model_pic_top img {
    width: 180px;
    height: 110px;
    margin-right: 10px;
}

.model_pic_title {
    width: 180px;
    height: 110px;
    padding-right: 10px;
    position: relative;
}

.model_pic_title_text {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}

.model_pic_title_bottom {
    font-size: 14px;
    color: #9ca7b3;
    position: absolute;
    left: 0;
    bottom: 5px;
}

.model_pic_title_bottom span {
    margin-right: 15px;
}

/*text*/
.model_text_top {
    margin-top: 7px;
    height: 119px;
    border-bottom: 1px dashed #d8d8d8;
}

.model_text_top a {
    display: inline-block;
    background: #eaeaea;
    padding: 5px 10px;
    border-radius: 3px;
    color: #6c6c6c;
    margin-right: 10px;
    margin-top: 5px;
}

.model_text_top a:hover {
    background: #2b79b4;
    color: #fff;
}

.model_text_content {
    position: relative;
}

.model_text_content_t {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.model_text_content_t:first-child {
    display: block;
}

/*ul list*/
.model_text_list {
    margin-top: 20px;
    width: 380px;
    overflow: hidden;
}

.model_text_list li a {
    color: #333;
    display: block;
    width: 100%;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*.model_text_list li a:hover {
    color: #006EAB;
}*/

.model_text_list li .weilei:before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #d8d8d8;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.new_weilei:before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #015293;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.new_weilei_02:before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #f34e49;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

/*公益*/
.public_good_title {
    font-size: 22px;
    color: #f34e49;
    font-weight: 600;
    line-height: 30px;
}

.public_good_data {
    text-align: center;
    color: #7c4c00;
    margin-top: 8px;
    line-height: 25px;
    font-size: 14px;
    background: url('../images/goodBG.png') no-repeat;
    background-size: cover;
    padding: 10px 0 5px;
}

.public_good_data > div > span {
    color: #f4742e;
}

.public_good_data_b {
    font-weight: 700;
    font-size: 16px;
    margin: 15px 0;
}

.public_good_button {
    background: #f34e49;
    cursor: pointer;
    color: #fff;
    width: 60%;
    margin: 15px auto 10px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 16px;

}

/*证书入口 */
.errorTipAddr_2 {
    position: absolute;
    top: 38px;
    left: 60px;
    display: none;
}

.errorTipAddr_2 > div {
    line-height: 25px;
}

.errorTipAddr_2 .errorTip::before {
    left: 113px;
    top: -8px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.public_good_ent {
    margin-top: 15px;
    background: #f8f8f8;
    height: 94px;
    display: flex;
    color:#2b79b4;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: bold;
    background: url("/static/home/images/ierv.jpg") no-repeat #f8f8f8 left center;
    background-size: auto 100%;
    padding-left: 170px;
}

.public_good_ent_title {
    color: #333333;
    font-weight: 700;
    margin-bottom: 10px;
}

.public_good_ent:hover div{
    text-decoration: underline;
}

.public_good_ent_search {
    margin-top: 15px;
    position: relative;
    font-size: 0;
}

.public_good_ent_search input {
    height: 30px;
    line-height: 30px;
    border: 1px solid #c3c3c3;
    border-right: none;
    border-radius: 5px 0 0 5px;
    width: 200px;
    padding-left: 5px;
    background-color: #FFF;
    font-size: 14px;

}

.public_good_ent_search button {
    font-size: 0;
    background: #f34e49;
    border-radius: 0 5px 5px 0;
    height: 32px;
    line-height: 30px;
    width: 52px;
    cursor: pointer;
}


/*视频相关*/
.video_title {
    height: 50px;
}

.video_main_title {
    color: #f34e49;
    font-size: 22px;
    line-height: 50px;
    font-weight: 700;
}

.video_title_tab {
    margin-left: 25px;
    margin-top: 10px;
}

.video_title_tab_text {
    cursor: pointer;
    background: #f8f8f8;
    border-radius: 50px;
    padding: 5px 10px;
    font-size: 14px;
    color: #333;
    margin-right: 15px;

}

.video_title_tab_text.active {
    background: -webkit-linear-gradient(90deg, #ffa127, #ff2652); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(90deg, #ffa127, #ff2652); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(90deg, #ffa127, #ff2652); /* Firefox 3.6 - 15 */
    background: linear-gradient(90deg, #ffa127, #ff2652); /* 标准的语法 */
    color: #fff;
}

.video_title .model_more {
    line-height: 50px;
}

.video_content_all {
    position: relative;
}

.video_content {
    position: absolute;
    left: 0;
    top: 0;
    display: none;

}

.index_mode {
    margin-top: 55px;
    padding-top: 0px;
}

.index_mode > div {
    margin-right: 30px;
}

.index_mode > div:nth-of-type(3n+3) {
    margin-right: 0;
    margin-bottom: 40px;
    /*padding-top: 15px;*/
}

.index_mode > div:nth-of-type(6) {
    margin-top: 2px
}

.video_content:first-child {
    display: block;
}

.video_content > div:first-child {
    margin-right: 14px;
}

.video_content_b:hover .video_content_text {
    color: #ca1608
}

.video_content > div:nth-child(3) {
    margin-right: 14px;
}

.video_content_b {
    width: 183px;
    overflow: hidden;

}

.video_content_video {
    position: relative;
    margin-top: 15px;
}

.video_content_b a {
    display: block;
    height: 175px;
    color: #333;
}

.video_content_video img {
    width: 183px;
    height: 103px;
    border-radius: 5px;
}

.video_content_video span {
    color: #fff;
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 13px;
}

.video_content_text {
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*大图配文字*/

.model_bigpic_content {
    margin-top: 15px;
}

.bigpic_content_top {
    position: relative;

}

.bigpic_content_top img {
    width: 100%;
    height: 200px;

}

.bigpic_content_top p {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    line-height: 36px;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 14px;
}

/*趣味活动*/
.activity_content img {
    width: 380px;
    height: 159px;
    margin-top: 15px;
}

/*公益活动，社区*/
.activity_good_content_c {
    margin-top: 15px;
}

.activity_good_content_c img {
    width: 150px;
    height: 92px;
    margin-right: 15px;
}

.activity_good_content_title {
    width: 215px;
    height: 92px;
    position: relative;
}

.activity_good_content_title_text {
    font-weight: 600;
    line-height: 30px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.activity_good_content_title_text span {
    color: #fff;
    background: #52bc83;
    white-space: nowrap;
    border-radius: 3px;
    padding: 2px 5px;
    font-weight: normal;
}

.activity_good_content_bottom {
    position: absolute;
    bottom: 5px;
    left: 3px;
    font-size: 14px;
    color: #9ca7b3;
}

.Community {
    width: 380px;
}


