a{
    text-underline: none;
}
.inf_list_content{
    margin: 20px 0;
    overflow: hidden;
}
.content_left{
    float: left;
    width: 190px;
}
.content_right{
    float: right;
    width: 770px;
}
.content_left h1{
    float: left;
    width: 100%;
    background: #5b70b2;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.content_left ul{
    float: left;
    width: 100%;
    /*border: 1px #ddd solid;*/
    background: #fff;
}
.content_left .left_menu>li{
    width: 100%;
    background: #e1e1e1;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
}

.content_left .left_menu>li a{
    color: #283e86;
    background: #e1e1e1;
    cursor:pointer;
}
.content_left .left_menu>li:hover a{
    background-color: #cfd3ee;
    color: #000;
}
/*.left_menu>li{*/
/*width: 100%;*/
/*background: #5b70b2;*/
/*height: 42px;*/
/*line-height: 42px;*/
/*text-align: center;*/
/*font-size: 16px;*/
/*color: #fff*/
/*}*/
/*.content_left ul li:hover, .content_left ul li.active{*/
/*background: #5b70b2;*/
/*}*/

.content_left ul li a{
    display: block;
    line-height: 42px;
    font-size: 14px;
    text-indent:inherit;
    text-align:center;
    text-decoration: none;
}
.content_left_cat ul li a:hover{
    text-decoration: none;
}
.content_left_cat .cat-child-list a{
    text-indent:inherit;
    text-align:center;
    text-decoration: none;
    color: #283e86;
    background: #e1e1e1;
}
.content_left_cat .cat-child-list a:hover ,.content_left_cat .cat-child-list a.active{
    background-color: #cfd3ee;
    color: #000;
    cursor: pointer;
}
.left_links{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.left_links a{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border: 1px #eee solid;
}
.left_links a img{
    float: left;
    width: 188px;
    height: 80px;
}
.nav_bar{
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}
.nav_bar a:hover{
    color: #f90;
    text-decoration: underline;
}

.inf_list{
    float: left;
    width: 100%;
    border-top: 1px #ddd solid;
    margin-bottom: 50px;
}

.inf_item{
    float: left;
    width: 100%;
    padding: 0 10px;
}
.inf_item img{
    width:100%;
    height:155px;
    vertical-align:bottom;
    border-radius:10px;
}
.inf_item span{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display:block;
    text-overflow: ellipsis;
}
.inf_item p{
    font-size:14px;
    line-height:1.6em;
    height: 5em;
    color: #666;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    -webkit-box-pack: center;
    margin:0;
    display:block;
    text-indent: 2em;
}

.inf_item label{
    float: right;
    font-size: 13px;
}
.inf_item:hover{
    background: #f7f7f7;
    color: #5b70b2;
}
.M-box{
    float: left;
    width: 100%;
}
html, body{
    background: #fff;
}

.nav_bar{
    background-color: #eef1f9;
    height: 45px;
    line-height: 45px;
    padding:0 15px;
}
.M-box .active, .M-box1 .active, .M-box2 .active, .M-box3 .active, .M-box4 .active{
    background: #5b70b2;
    color: #fff;
    font-size: 14px;
    border: 1px solid #5b70b2;
}

.M-box a:hover, .M-box1 a:hover, .M-box2 a:hover, .M-box3 a:hover, .M-box4 a:hover{
    color: #fff;
    background: #5b70b2;
}