/* art_other_title */
.art_other_title{
    font-size: 26px;
    line-height: 34px;
    padding-left: 29px;
    border-left: 3px solid #FF6980;
}
.other_art li .other_art_con .title,
.other_art li .other_art_con .title_desc,
.other_art li .other_art_con .wrapper{
    width: 80%;
}
.other_art li .other_art_con .list .item {
    padding: 0 20px;
    margin: 0 10px 4px 0;
    background-color: #FFEBEF;
    border-radius: 4px;
}
.other_art li .other_art_con .title{
    height: 26px;
}
.other_art li .other_art_con .list{
    width: 80%;
}
.other_art li .other_art_con .num{
    right: 0;
    bottom: 0;
}
/* hos_art_title */
.hos_art_title{
    height: 50px;
    border-bottom: 1px solid #FF6980;
}
.hos_art_title img{
    width: 36px;
    height: 36px;
    margin: 7px 8px 0 0;
}
.hos_art_title .name{
    max-width: 330px;
}
.hos_art_title .hos_art_nav{
    padding-top: 15px;
}
.hos_art_title .hos_art_nav a{
    margin-right: 10px;
    padding-right: 10px;
    border-right: 2px solid #FF6980;
}
.hos_art_title .hos_art_nav a:last-child{
    margin-right: 0;
    border-right: 0;
}
.hos_art_title .hos_art_nav a.active{
    color: #FF6980;
}

/* art_title */
.art_title{
    padding-bottom: 6px;
    border-bottom: 1px solid #EAEAEA;
}
.art_title .art_title_tip{
    margin-right: 27px;
}
.art_title .art_title_tip:last-child{
    margin-right: 0;
}
.art_title .art_title_tip img{
    width: 14px;
    height: 14px;
    margin: 4px 8px 0 0;
}

/* art_con */
.art_con{
    margin-bottom: 24px;
}
.art_con p{
    text-indent: 2em;
    color: #333;
    font-size: 16px !important;
    line-height: 26px !important;
    margin-bottom: 8px !important;
}
.art_con p img{
    max-width: 100% !important;
    margin: auto;
    display: block;
}

/* art_search */
.art_search{
    padding-left: 105px;
}
.art_search .art_search_text{
    width: 394px;
    height: 40px;
    line-height: 36px;
    padding: 0 12px;
    border: 2px solid #FF6980;
    border-radius:2px;
}
.art_search .art_search_text input{
    width: 340px;
    height: 100%;
    line-height: 1;
}
.art_search .art_search_btn{
    height: 40px;
    line-height: 40px;
    padding: 0 17px;
    background-color: #FF6980;
    border-radius:4px;
    cursor: pointer;
}

/* art_other */
.art_other .art_other_wrap{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 0 0 48px;
}
.art_other .art_other_code{
    width: 100px;
    margin-top: -18px;
}
.art_other .art_other_code img{
    border: 3px solid #DE5B6F;
    border-radius: 4px;
}
.art_other .art_other_link{
    width: 340px;
    padding-top: 20px;
}
.art_other .art_other_link a{
    width: 50%;
    margin-bottom: 8px;
    color: #fff;
}
.art_other .art_other_btn{
    width: 155px;
    padding-top: 22px;
}
.art_other .art_other_btn a{
    height: 35px;
    line-height: 33px;
    border: 1px solid #fff;
    margin-bottom: 10px;
    border-radius:4px;
}
.art_other .art_other_btn a.z_green:hover{
    color: #09C2C5;
}
.art_other .art_other_btn a.white:hover{
    color: #fff;
}