.tags-wapper{
   background: #f7f9fc;
   padding-top: 20px;
   padding-bottom: 40px;
}
.tags-top{
    padding: 40px 0;
}
input::-webkit-input-placeholder{
    /*颜色*/
   color:#ccc !important;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    /*颜色*/
    color:#ccc !important;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    /*颜色*/
    color:#ccc !important;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    /*颜色*/
    color:#ccc !important;
}
.tags-search{
    width: 740px;
    margin: 0 auto;
    border: 1px solid #2a6bff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;

}

.tags-search input{
    border: none;
    background: #FFF;
    width: 610px;
    padding-left: 20px;
    font-size: 16px;
}
.tags-search .search_btn{
    background: #2a6bff;
    color: #FFF;
    font-size: 18px;
    display: inline-block;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
}
.tags-search .search_btn a{
    padding: 0;
    color: #fff;
}
.tags-search .search_btn a:hover{
    color: #fff;
}
.tags-search .search_btn img{
    margin-right: 10px;
}
.tags-main{
    width: 1200px;
    margin: 0px auto;
    display: flex;
}
.tags-l{
    width: 890px;
    background: #FFF;
}
.tags-r{
    margin-left: 20px;
    width: 290px;
}
.tags-l .tags-top{
    border-bottom: 1px solid #f0f3f8;
    padding: 20px 30px;
     display: flex;
     align-items: center;
     border-radius: 5px 5px 0 0;
}
.tags-l .tags-top div:last-of-type{
    margin-left: auto;
}
.tags-top a{
    padding: 5px 20px;
}
.tags-top a:hover{
    color: #2a6bff;
}
.tab-nav .active{
    background: #e7eeff;
    padding: 5px 20px;
    color: #2a6bff;
    border-radius: 5px;
}
.tab-nav2 .active{
    color: #2a6bff;
}
.tags-l ul{
    padding: 0 30px;
}
.tags-l ul li{
    border-bottom: 1px solid #f0f3f8;
    padding: 20px 0;
}
.tags-l ul li p span{
    color: #2a6bff;
}
.tags-l ul li p:nth-of-type(1){
    font-size: 18px;
    cursor: pointer;
    
}
.line1{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.tags-l ul li p:nth-of-type(1):hover{
    color: #2a6bff;
}
.tags-l ul li p:nth-of-type(2){
    margin: 10px 0;
    color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tags-l ul li p:nth-of-type(3){
    color: #666666;
    display: flex;
    align-items: center;
}
.tags-l ul li p:nth-of-type(3) img{
    margin: 0 7px 0px 20px;
    
}
.tags-l ul li p:nth-of-type(3) .time{
    width: 12px;
    height: 12px;
}
.tags-l ul li p:nth-of-type(3) .eye{
    width: 14px;
    height: 9px;
}
.tags-l ul li:last-of-type{
    border: none;
}

.t-pt{
    background: #FFF;
    border-radius: 5px;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 20px;
    padding-bottom: 30px;
}
.t-pt .pt-title{
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.t-pt1 ul li{
    padding: 5px 0;
}
.t-pt1 ul li:last-of-type{
    padding-bottom: 0;
}
.t-pt1 ul li a{
    color: #0b3f87;
}
.t-pt1 ul li a:hover{
    color: #2a6bff;
}
.t-pt2 .pt2-tag{
    margin-top: 15px;
}

.t-pt2 .pt2-tag a{
    background: #f6f6f6;
    color: #6e6e7a;
    padding: 5px 15px;
    border-radius: 20px;
    float: left;
    margin: 5px;
}
.t-pt2 .pt2-tag .active{
    background: #ffe4e4;
    color: #ff5252;
}
.t-pt3 ul{
    margin-top: 15px;
}
.t-pt3 ul li{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.t-pt3 ul li:last-of-type{
    margin: 0;
}
.t-pt3 ul li span{
    background: #c1c3c8;
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    margin-right: 10px;
    color: #FFF;
}
.t-pt3 ul li a{
    display: inline-block;
    flex: 1;
    color: #666;
}
.t-pt3 ul li a:hover{
    color: #2a6bff;
}
.t-pt3 ul li .one{
    background: #f34f1c;
}
.t-pt3 ul li .two{
    background: #ff8447;
}
.t-pt3 ul li .three{
    background: #ffb95f;
}