﻿*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration:none;
    out-line:none;
    color: #444444;
}
.top_img_wrap{
    width: 94%;
    height: 120px;
    margin: 10px auto;

}
.content_wrap{
    position: relative;
    width: 94%;
    margin: 0 auto;
    background: white;
    border-radius:0 0 5px 5px;


}
.content_title{
    height: 60px;
    line-height: 60px;
    margin: 10px auto 0 auto;
    padding-left: 20px;
    font-size: 13px;
    color: #444444;
    border-bottom: 1px solid #DDDDDD;
}
.content_l_r_wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;


}
.content_l{
    width: 25%;
}
.content_r{
    width: 74%;
    border-left: 1px solid #DDDDDD;
}
.content{
    width: 92%;
    margin: 45px auto 0 auto;

}
.cate_li_wrap{
    width: 80%;
    margin-left: 10%;
    margin-top: 45px;
}
.cate_li{
    height: 50px;
    line-height: 50px;
    width: 88%;

    color: #444444;
    font-size: 15px;
    border-bottom: 1px solid #E2E2E2;
}
.content_li_wrap{
    width: 100%;
    margin: 0 auto;

}
.content_li_wrap_forlstDetail{
    width: 100%;
    margin: 25px auto ;
}
.content_li{
    width: 720px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    color: #444444;
    cursor: pointer;
    padding-left: 5px;

}
.content_li:hover{
    background: #63B8FF;
    color: white;
}
.content_tti{
    position: relative;
    width: 870px;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
}
.t{
    display: inline-block;
    width: 720px;
    font-size: 16px;
    height: 45px;
    line-height: 35px;
    overflow: hidden;

}
.time{
    position: absolute;
    top: 0;
    display:inline-block;
    margin-left: 50px;
    font-size: 13px;
    margin-bottom: 10px;
    color: #919191;
}