.main-content {
    background-color: #fff;
}

.hot-screen {
    width: 1180px;
    padding: 10px;
    margin-top: 10px;
}

.hot-screen .left-area {
    width: 350px;
    padding-right: 15px;
}

.slidebox {
    width: 350px;
    height: 160px;
    overflow: hidden;
    position: relative;
}

.slidebox-nav {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slidebox-nav ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slidebox-nav ul li {
    float: left;
    margin-right: 2px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size:12px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slidebox-nav ul li.on {
    background: #d22222;
    color: #fff;
}

.slidebox-pic {
    position: relative;
    width: 350px;
    height: 160px;
    border-radius: 4px;
    z-index: 0;
    overflow: hidden;
}

.slidebox-pic li {
    overflow: hidden;
    zoom: 1;
    vertical-align: middle;
}

.slidebox-pic img {
    width: 350px;
    height: 160px;
    display: block;
}

.slidebox .prev,
.slidebox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 24px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    opacity: 0.3;
    text-align: center;
    background: #000;
    cursor: pointer;
    border-radius: 5px;
}

.slidebox .next {
    left: auto;
    right: 3%;
}

.slidebox .prev:hover,
.slidebox .next:hover {
    opacity: 1;
}

#hotsoft {
    margin-top: 10px;
    width: 320px;
}

#rank {
    margin-top: 10px;
    width: 320px;
    height: 370px;
}

#rank .tab-con li {
    margin-top: 16px;
}

#rank .tab-con li a {
    width: 290px;
}

.today-news {
    width: 500px;
    height: 960px;
    position: relative;
}

.today-news .hd {
    height: 45px;
    line-height: 45px;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
}

.today-news .hd strong {
    font-size: 24px;
    text-align: center;
    display: inline-block;
    font-weight: 100;
    margin-right: 30px;
    border-bottom: 2px solid #d22222;
}

.today-news .hd .tnhd-a {
    font-size: 16px;
    margin-right: 20px;
}

.today-news .hd .tnhd-more {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    line-height: 45px;
}

.today-news .bd .hdm-list {
    margin-top: 10px;
    margin-bottom: 10px;
    width: auto;
}

.today-news .bd .hdm-list li .a1 {
    width: 410px;
}

.hdm-list {
    width: 400px;
}

.hdm-list li {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    position: relative;
}

.hdm-list li .a1 {
    width: 330px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 10px;
    vertical-align: middle;
}

.hdm-list li .a1:visited {
    color: #888;
}

.hdm-list li .a1:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    left: 0;
    background: #222;
    position: absolute;
    top: 15px;
}

.hdm-list li .a1 .ift {
    margin-right: 3px;
    color: #d22222;
}

.hdm-list li .a2 {
    max-width: 76px;
    overflow: hidden;
    display: block;
    line-height: 32px;
    text-align: center;
    color: #aaa;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    right: 0;
    top: 0;
}

.hdm-list li .a2:before {
    content: '[';
    width: 5px;
    height: 24px;
    padding-right: 2px;
}

.hdm-list li .a2::after {
    content: ']';
    width: 5px;
    height: 24px;
    padding-left: 2px;
}

.hdm-list li .a2:hover {
    color: #d22222;
    text-decoration: underline;
}

.hdm-list li .time {
    color: #aaa;
    font-size: 12px;
    display: inline-block;
}

.hdm-list li .abc:after {
    content: 'å¹¿å‘Š';
    width: 36px;
    left: 0;
    color: #ccc;
    top: 6px;
    height: 18px;
    background: #eee;
    line-height: 18px;
    border-radius: 10px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
}

.hdm-list:not(.flog) li:not(.flog) .a1:hover {
    width: initial !important;
    z-index: 2000;
    position: absolute;
    background: #fff6ea;
    border: 1px solid #fcdeb5;
    padding-right: 9px;
    padding-left: 9px;
    border-radius: 3px;
    height: 26px;
    line-height: 26px;
    margin-top: 4px;
    min-width: 370px;
    text-overflow: initial;
    white-space: nowrap;
    overflow: visible;
}

.hdm-list:not(.flog) li .a1:hover:before {
    display: none;
}

.today-abc {
    width: 500px;
    height: 100px;
    overflow: hidden;
}

.hot-screen .right-area {
    width: 300px;
}

.hot-news-list {
    height:634px;
    padding-top: 15px;
    overflow: hidden;

}

.hot-news-list dt {
    height: 85px;
    margin-bottom: 5px;
    border-radius: 4px;
    overflow: hidden;
}

.hot-news-list dt a {
    display: block;
    height: 85px;
    position: relative;
}

.hot-news-list dt span {
    display: block;
    width: 100%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.hot-news-list dt img {
    width: 100%;
    height: 85px;
}

.hot-news-list dd {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 50px;
    border-bottom: 1px #eee dashed;
}

.hot-news-list dd:last-child {
    padding-bottom: 0;
}

.hot-news-list dd .img-area {
    width: 56px;
    height: 48px;
    border: 1px solid #f5f5f5;
    margin-right: 8px;
    border-radius: 5px;
    overflow: hidden;
    float: left;
}

.hot-news-list dd .img-area img {
    width: 56px;
    height: 48px;
}
.hot-news-list dd .txt-area {
    height: 47px;
    overflow: hidden;
}

.hot-news-list dd .txt-area a {
    width: 100%;
    height: 50px;
    line-height: 25px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.announcement {
    background: #f9f9f9;
    padding: 5px;
    margin-top: 10px;
}

.announcement .hd {
    border-bottom: 1px solid #e5e5e5;
    line-height: 28px;
    padding-left: 4px;
}

.announcement .hd h3 {
    font-weight: bold;
    font-size: 14px;
}

.announcement .bd {
    padding: 10px 5px;
    height: 185px;
    overflow: hidden;
}
.announcement-list{
    padding-top: 8px;
}
.announcement-list li {
    height: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 10px;
    position: relative;
}
.announcement-list li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    left: 0;
    background: #888;
    position: absolute;
    top: 8px;
    overflow: hidden;
}
.porduct {
    width: 1180px;
    padding: 10px 10px 0 10px;
}

.porduct .hd {
    height: 36px;
    border-bottom: 1px solid #e1e1e1;
    margin: 0 0;
}

.porduct .hd h2 {
    padding: 0 10px;
    height: 35px;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    border-bottom: 2px solid #d22222;
    float: left;
}

.porduct .hd .more {
    float: right;
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #d22222;
}

.porduct .bd {
    margin-top: 20px;
}
.column-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.column {
    width: 386px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.column .col-hd {
    height: 30px;
}

.column .col-hd a {
    font-size: 16px;
    border-left: 4px solid #d22222;
    padding-left: 12px;
    margin: 0;
}

.meitu {
    width: 380px;
    overflow: hidden;
}

.meitu a {
    display: block;
    position: relative;
}

.meitu a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#131313', GradientType=0);
}

.meitu-a {
    margin-right: 20px;
    border-radius: 4px;
}

.meitu-list {
    width: 110%;
}

.meitu-list li {
    width: 185px;
    border-radius: 4px;
    float: left;
    margin: 0 10px 8px 0;
    overflow: hidden;
}