/* jtt右边公共 */

.week_rank {
    width: 330px;
    background-color: #fff;
    margin-bottom: 33px;
}

.week_rank .rank_title {
    height: 59px;
    line-height: 59px;
    border-bottom: 1px solid #eee;
    text-indent: 16px;
    font-size: 24px;
    font-weight: 500;
}

.week_rank .rank_ul li {
    height: 46px;
    display: table;
    padding-bottom: 24px;
}

.week_rank .rank_ul li:first-child {
    padding-top: 12px;
}

.week_rank .rank_ul li:last-child {
    padding-bottom: 27px;
}

.week_rank .rank_ul li a {
    width: 247px;
    padding-right: 17px;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 26px;
}

.week_rank .rank_ul li em {
    float: left;
    width: 50px;
    line-height: 46px;
    font-size: 40px;
    color: #D4D4D4;
    margin-left: 16px;
    -webkit-transform: skew(-10deg);
    /* for Chrome||Safari */
    -ms-transform: skew(-10deg);
    /* for IE */
    -moz-transform: skew(-10deg);
    /* for Firefox */
    -o-transform: skew(-10deg);
    /* for Opera */
}

.week_rank .rank_ul li:nth-child(1) em {
    color: #FF458A;
}

.week_rank .rank_ul li:nth-child(2) em {
    color: #FF7345;
}

.week_rank .rank_ul li:nth-child(3) em {
    color: #FFC145;
}

.hot_news {
    width: 329px;
    background-color: #fff;
}

.hot_news .hot_title {
    height: 59px;
    line-height: 59px;
    border-bottom: 1px solid #eee;
    text-indent: 16px;
    font-size: 24px;
    font-weight: 500;
}
.hot_news .hot_title a:hover{
   color:#222!important;
}
.hot_news .hot_wrap {
   /* height: 178px;*/
    border-bottom: 1px solid #eee;
    padding: 12px 16px 0;
    box-sizing: border-box;
}

.hot_news .hot_wrap .pic {
    width: 297px;
  /*  height: 116px;*/
    overflow: hidden;
}

.hot_news .hot_wrap .pic img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
}
.hot_news .hot_wrap:hover img{
   transform: scale(1.1);
}
.hot_news .hot_wrap .title {
    font-weight: 500;
    margin: 12px 0;
    height: 24px;
    overflow: hidden;
}

.hot_news .hot_ul {
    padding: 12px 16px 0;
}

.hot_news .hot_ul li {
    padding-bottom: 22px;
}

.hot_news .hot_ul li a {
    font-size: 16px;
    height: 21px;
    display: block;
    overflow: hidden;
}


/* 下载二维码 */

.down_code {
    width: 330px;
    height: 187px;
    background: #2e9df9;
    padding: 18px 14px 18px 18px;
    box-sizing: border-box;
    margin-top: 33px;
}

.down_code .d_lef {
    width: 151px;
    height: 151px;
    background: #fff;
    margin-right: 15px;
}

.down_code .d_lef img {
    width: 142px;
    height: 142px;
    display: block;
    padding: 5px;
}

.down_code .d_rig {
    width: 132px;
}

.down_code .d_rig p {
    max-width: 71px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
}

.down_code .d_rig img {
    width: 132px;
    height: 36px;
    display: block;
}

.down_code .d_rig .iosa img {
    margin-top: 19px;
    margin-bottom: 7px;
}