.activityDetails {
    background: #f5f5f5;
    padding-top: 20px;
}
.newsleft {
    width: 72.7%;
    float: left;
}
.newstab {
    background: rgba(249,249,249,1);
    border: 1px solid rgba(229,229,229,1);
    line-height: 44px;
    width: 100%;
}
.newscon {
    padding-top: 10px;
}
.newstab a.newstabact, .newstab a:hover {
    background-color: #288dc6;
    color: #FFF;
}
.newstab a {
    display: block;
    float: left;
    width: 16.66%;
    font-size: 16px;
    text-align: center;
    position: relative;
    font-weight: 600;
}
.newsconlist {
    margin-top: 30px;
    position: relative;
}
.in {
    height: 191px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 332px;
    position: relative;
    float: left;
}
.newsconlistpic a {
    overflow: hidden;
    display: block;
}
.in img {
    height: 191px;
    display: inline;
    max-width: 332px;
    max-height: 247px;
    width: 100%;
    transition: all 2s;
    transform: scale(1);
}
.newsconlistpic:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.innewslisttop {
    position: absolute;
    background: url(../img/common/newstitlebg.png) no-repeat;
    /*width: 70px;*/
    height: 31px;
    background-size: 100% 31px;
    padding: 0 20px;
    line-height: 31px;
    text-align: center;
    color: #FFF!important;
    left: 20px;
    top: -7px;
    font-size: 14px;
}
.newsconlisttxt {
    height: 191px;
    background: #FFF;
    width: 66%;
    float: left;
    position: absolute;
    bottom: 0;
    left: 34%;
    top: 0;
    border-top: 1px solid rgba(225, 225, 225, 1);
    border-right: 1px solid rgba(225, 225, 225, 1);
    border-bottom: 1px solid rgba(225, 225, 225, 1);
}
.newsconlisttxt .newtitle {
    border-bottom: 1px solid #E1E1E1;
    line-height: 58px;
    padding-left: 30px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsconlisttxt p {
    margin: 12px 0;
    font-size: 14px;
    padding-right: 20px;
    padding-left: 30px;
    color: #767780;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 70px;
}
.newsconlistbottom {
    padding-left: 30px;
    color: #767780;
    padding-top: 5px;
    padding-right: 20px;
}
.newsconlisttxt .newtitle a {
    font-size: 18px;
    font-weight: 600;
}
.newsconlistbottom span {
    float: left;
    display: block;
    margin-right: 30px;
}
.newsconlist:hover .newsconlisttxt {
    border-color: #288dc6;
}
.newsrightlist {
    margin-bottom: 20px;
    border-top: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-left: 1px solid #EEE;
    background: #FFF;
}
.newsright {
    width: 25%;
    background: transparent;
    float: right;
}
.righttitle {
    border-bottom: 1px solid #EEEEEE;
    padding: 20px;
}
.righttitle h4 {
    font-size: 20px;
    font-weight: 600;
    border-left: 5px solid #288dc6;
    padding-left: 20px;
}
.newsrightlist .newsflash {
    padding: 8px;
    border-bottom: 1px solid #eee;
}
.newsrightlist .newsflashtxt {
    width: 95%;
    float: left;
    padding-top: 5px;
    padding-left: 5%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.news_hot {
    background: url(../img/common/bg.png) no-repeat;
    display: block;
    width: 25px;
    float: left;
    margin-left: -10px;
    background-size: contain;
    line-height: 36px;
    height: 32px;
    font-weight: 600;
}
.news_hot .new_num {
    margin-left: 9px;
    color: #fff;
    line-height: 32px;
}
.title_hot_height {
    color: #2f3037;
    font-size: 14px;
    padding-left: 6px;
    line-height: 32px;
}
.newsflashtxt a:hover{
    color: #2f3037;
}
.prorecommend{
    padding: 10px 0 30px !important;
}

.title_height {
    color: #2f3037;
    height: 42px !important;
    font-size: 14px;
    padding-left: 12px;
    line-height: 32px;
}












































