.content h3{
    font-size: 19px!important;
}

.main {
    width: 72%;
    margin-bottom: 25px;
    float: left;
}
.newbox{
    padding: 21px 0;
}
.new-list {
    width: 100%;
    padding: 21px;
    position: relative;
    border-bottom: 1px solid rgba(229,229,229,.6);
    cursor: pointer;
}
.new-list:hover{
    background: #f5f5f5;
}
.new-list:hover .cont .tit a{
    color: #379dec;
}
.new-list .img {
    width: 210px;
    height: 130px;
    overflow: hidden;
    float: left;
    border-radius: 2px;
}
.new-list a {
    display: block;
    overflow: hidden;
}
.new-list .img img {
    height: 130px;
    width: 210px;
}
.new-list .cont {
    margin-left: 240px;
    color: #888;
}
.new-list .cont .tit {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #242424;
}
.new-list .intro {
    height: 64px;
    overflow: hidden;
    padding: 14px 0 2.8px 0;
    line-height: 22.4px;
    margin-bottom: 10px;
}
.new-list p.time{
    float: left;
    color: #f65220;
}

.new-detail {
    padding: 42px;
    margin-bottom: 25px;
}
.new-detail .head{
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.new-detail .title {
    font-size: 26px;
    font-weight: 600;
    color: #333;
}
.new-detail .info {
    color: #999;
    padding-top: 15px;
}
.new-detail .info span {
    line-height: 33px;
    padding-right: 14px;
}





.detail-r {
    width: 26%;
    float: right;
}
.hot-new{
    padding: 21px;
    margin-bottom: 25px;
}
.hot-new li {
    border-bottom: 1px dashed #e5e5e5;
}
.hot-new li a {
    display: block;
    overflow: hidden;
    *zoom: 1;
    padding: 10px 0;
}
.hot-new li i {
    float: left;
    margin: 5px 16px 0 0;
    width: 28px;
    height: 50px;
    background: url(../images/biaoqian.png) no-repeat;
    background-size: 28px 29px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 22px;
}
.hot-new li:nth-child(n+4) a>i {
    background: url(../images/biaoqian2.png) no-repeat;
    background-size: 29px 32px;
}
.hot-new li div {
    float: left;
    width: 245px;
}
.hot-new li div img{
    margin-top: 5px;
    width: 245px;
    margin-bottom: 12px;
    height: 120px;
}
.hot-new li p {
    font-size: 15px;
    color: #242424;
    line-height: 24px;
    height: 45px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
}
.hot-new li p:hover{
    color: #379dec;
}
.hot-new li span {
    font-size: 12px;
    color: #999;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hot-game{
    padding: 21px;
    margin-bottom: 25px;
}
.hot-game .list {
    /*width: 100%;*/
    margin: 0 -10px;
    overflow: hidden;
}
.hot-game .list a {
    float: left;
    display: block;
    width: 33.333%;
    padding: 0 10px;
    margin-bottom: 10px;
}
.hot-game .list a img {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 14px;
    margin: auto;
}
.hot-game .list a p {
    display: block;
    font-size: 14px;
    color: #454545;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin: auto;
    text-align: center;
}
.hot-game .list a:hover p{
    color: #379dec;
}
.res-game {
    height: 240px;
    padding: 21px;
    margin-bottom: 25px;
}
.res-game .cont {
    width: 100%;
    padding-top: 0;
    margin-bottom: 25px;
}
.res-game .img{
    float: left;
}
.res-game img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 15px;
}
.res-game .info {
    margin-left: 100px;
}
.res-game .title {
    font-size: 18px;
}
.res-game .title a{
    font-weight: 600;
    color: #000;
    line-height: 1.35;
}
.res-game .info > a {
    color: #999;
    line-height: 2;
}
.res-game .div {
    display: block;
    margin-top: 5px;
}
.res-game .down {
    padding: 2.8px 28px;
    color: #fff;
    border-radius: 2px;
    background-color: #379dec;
    text-align: center;
}
.res-game .intro {
    margin-top: 15px;
    max-height: 64px;
    overflow: hidden;
    color: #888;
    position: relative;
    line-height: 22.4px!important;
    height: 44.8px!important;
    text-align: justify;
}


.next{
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}
.next a{
    width: 100%;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    color: #666;
}
.next a:hover{
    color: #333;
}
.next a:first-child{
    text-align: left;
    float: left;
}
.next a:last-child{
    text-align: right;
    float: right;
}
.next a span{
    color: #cccccc;
}