a{
    text-underline: none;
}
.inf_list_content{
    margin: 20px 0;
    overflow: hidden;
}
.content_left{
    float: left;
    width: 190px;
}
.content_right{
   margin: 0px auto;
}
.content_left h1{
    float: left;
    width: 1200px;
    background: #ed030d;
    height: 42px;
    line-height: 42px;
    
    font-size: 16px;
    color: #fff;
	padding-left:20px;
}
.content_left ul{
    float: left;
    width: 1200px;
    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: #283e86*/
	
	    /* width: 200px;
    background: #e1e1e1;
    height: 42px;
    line-height: 42px;
    text-align: center; 
    font-size: 16px;
    color: #283e86;
    float: left;*/
	
	
	
}
/*.left_menu>li{*/
    /*width: 100%;*/
    /*background: #ed030d;*/
    /*height: 42px;*/
    /*line-height: 42px;*/
    /*text-align: center;*/
    /*font-size: 16px;*/
    /*color: #fff*/
/*}*/
/*.content_left ul li:hover, .content_left ul li.active{*/
    /*background: #ed030d;*/
/*}*/
.content_left ul li{
    float: left;
    height: auto;
    line-height: 42px;
    text-align: center;
    /*width: 100%;*/
    border-bottom: 1px #eee solid;
}
.content_left ul li a{
    display: block;
    line-height: 42px;
    font-size: 14px;
    text-indent:inherit;
    
    text-decoration: none;
	margin-left:20px;
}
.content_left ul li a:visited{
background-color:#FFff00;
}
.content_left ul li a:active{
background-color:#FF0000;
}

.bianse{
;
}
.bianse .huanyanse{
background-color:#000000;
}
.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: 50%;
    border-bottom: 1px #ddd solid;
    line-height: 50px;
    padding: 0 10px;
}
.inf_item img{
    width:200px;
    height:100%;
    padding: 10px 0;
}
.inf_item span{
    font-size: 16px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    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: #ed030d;
}
.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: #ed030d;
    color: #fff;
    font-size: 14px;
    border: 1px solid #ed030d;
}

.M-box a:hover, .M-box1 a:hover, .M-box2 a:hover, .M-box3 a:hover, .M-box4 a:hover{
    color: #fff;
    background: #ed030d;
}