.warp_content{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.title .icon {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #1096f1;
    margin-right: 5px;
}
.title .name {
    font-size: 27px;
    color: #1096f1;
    font-weight: normal;
}
.liner {
    width: 100%;
    height: 2px;
    margin-top: 10px;
    background: #55cab7;
    background: linear-gradient(to right,#21a8fe,#5fd19a);
    background: -ms-linear-gradient(to right,#21a8fe,#5fd19a);
    background: -webkit-linear-gradient(to right,#21a8fe,#5fd19a);
    background: -moz-linear-gradient(to right,#21a8fe,#5fd19a);
}
i {
    display: inline-block;
    background: url(http://resource.singdown.com/TLimages2009/topspeed/images/img18/ztall20.png) no-repeat;
    vertical-align: middle;
}
/* 星动下载最多的软件 */
.warp_content .down_most{
    margin-top: 20px;
}
/* 软件专题 */
.alist_wrap {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
    overflow: hidden;
    padding-bottom: 15px;
}

.alist_wrap .tit,
.jptj .tit {
    border-bottom: 1px solid #e5e5e5;
    height: 56px;
    line-height: 56px;
    padding-top: 5px;
}

.alist_wrap .tit h2,
.jptj .tit h2 {
    float: left;
    font-family: "思源黑体 CN", "黑体";
    color: #008ded;
    font-size: 25px;
}

.alist_wrap .tit h2 .tit_icon {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 22px;
}

.alist_wrap .tit .alist_cate {
    float: right;
    color: #b5b5b5;
    font-size: 20px;
}

.alist_wrap .tit .alist_cate span {
    display: inline-block;
    color: #333;
    margin: 0 18px;
    cursor: pointer;
}

.alist_wrap .tit .alist_cate span.active,.alist_wrap .tit .alist_cate span:hover {
    border-bottom: 3px solid #008ded;
    height: 55px;
    position: relative;
    color: #008ded;
}

.alist_wrap .tit .alist_cate span.active:after,.alist_wrap .tit .alist_cate span:hover::after{
    content: "";
    border-width: 8px;
    border-style: solid;
    border-color: #008ded transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -17px;
    margin-left: -8px;
}

.alist_item {
    margin: 0 30px;
    padding-top: 18px;
}

.alist_item ul{
    display: none;
}

.alist_item li {
    float: left;
    width: 252px;
    text-align: center;
    margin: 12px 16px 0;
    /*height: 212px;*/
    height: 170px;
}

.alist_item li span {
    display: block;
    width: 252px;
    border-radius: 5px;
    border: 1px solid #eee;
    /*height: 167px;*/
}

.alist_item li a{
    font-size: 18px;
    color: #000;
    line-height: 42px;
}

.alist_item li a:hover span {
    padding: 3px;
    border: 0;
    width: 246px;
    /*height: 162px;*/
    background: -webkit-linear-gradient(to bottom, #23db9c, #2cd2ff);
    background: linear-gradient(to bottom, #23db9c, #2cd2ff);
}

.alist_item li a:hover {
    text-decoration: none;
}

.alist_item li a:hover {
    color: #008ded;
}

.alist_item li img {
    width: 100%;
    max-height: 126px;
    border-radius: 3px;
    vertical-align: top;
}

.alist_item ul.active {
    display: block;
}
.alist_wrap .tit .alist_cate a:hover {
    color: #008ded;
    text-decoration: none;
}
.alist_wrap .tit .alist_cate span a{
    display: block;
}
/* banner轮播 */
.advertisement_wrap {
    width: 100%;
    height: 115px;
    overflow: hidden;
    margin: 20px 0px;
}

.advertisement {
    width: 1120px;
    margin: 0 auto;
    height: 115px;
    position: relative;
}

.advertisement_pic a img{
    width: 1120px;
} 

.advertisement p {
    position: absolute;
    bottom: 5px;
    right: 0px;
}

.advertisement p span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e5e5e5;
    display: inline-block;
    margin-right: 12px;
}

.advertisement p span.advertisement_active {
    background: #ed8938;
}
.box.newArticles{
    margin-top: 25px;
}
.hotSoft .title .name:nth-child(3){
    margin-left: 20px;
}
/* 最新教程 */
.hotSoft .softnews{
    border: 1px solid #eee;
    padding: 9px 15px;
}
.hotSoft .softnews li{
    width: 329px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 14px 0px;
    border: none;
    margin-right: 50px;
}
.hotSoft .softnews li:nth-child(3n){
    margin-right: 0px;
}
.hotSoft .softnews li a{
    width: 280px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}
.hotSoft .softnews li span{
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    color: #666;
}
/* 当前位置 */
.wrap_title {
    height: 30px;
    width: 100%;
    color: #4f4f4f;
    font-size: 16px;
    margin: 0px
}
.wrap_title .title_ul {
    float: left;
    overflow: hidden;
}
.wrap_title .title_txt {
    float: left;
    margin-right: 5px;
}
.wrap_title .title_img {
    width: 17px;
    height: 24px;
    float: left;
    margin-right: 5px;
    vertical-align: middle;
}
/* 列表页软件专题 */
.alist_wrap.zt_tab{
    margin-top: 30px;
}
.alist_wrap.zt_tab .alist_item ul{
    display: none;
}
/* 星动电脑软件专题列表 */
.alist_wrap.zt_list{
    border: none;
    padding-bottom: 0px;
}
.alist_wrap.zt_list .alist_item ul{
    overflow: hidden;
    display: block;
}
/* 分页 */
.pagingWrap {
    position: relative;
    left: 50%;
    float: left;
}
.paging {
    position: relative;
    left: -50%;
    margin-top: 20px;
    padding-bottom: 0px;
  }
  .paging div{
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #dcf2f5;
  }
   .paging .first,.paging .last{
      width: 50px;
      height: 25px;
  }
  .paging div.disable {
    color: #fff;
    cursor: not-allowed;
    background-color: rgb(211, 211, 211);
  }
  .paging div.active {
    color: #fff;
    background: #48b9ef;
    text-decoration: none;
  }
  .paging .pagingDiv:hover {
    color: #fff;
    background: #48b9ef;
    text-decoration: none;
}

/* 新增专题创建时间 Dll 2024-01-22 */
.alist_item ul li p{
    overflow: hidden;
}
.alist_item ul li p a{
    float: left;
    display: block;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.alist_item ul li p span{
    border: none;
    width: auto;
    display: block;
    float: right;
    margin-top: 14px;
    font-size: 12px;
}
.header .searchBox .serach .txt{
    width: 325px;
}