body{
    background: #f5f5f5;
}

/* banner */
.Jiaogang_list_banner{
    width: 100%;
    font-size: 0;
}
.Jiaogang_list_banner img{
    width: 100%;
}


/* 面包屑 */
.picList_nav_list{
	width:1200px;
	margin:20px auto;
	vertical-align: middle;
	color:#777;
}
.picList_nav_list>span>a{
	color:#777;
}
.picList_nav_list>span>a:hover{
	color:#e77715;
}
.about_nav_img_top{
	width:100%;
	height:360px;
	margin-bottom:30px;
}


/* 新闻列表 */
.container{
	width:1200px;
	margin:0px auto;
	margin-bottom:20px;
	display:flow-root;
}
.met-news-body-left{
	width:920px;
	float:left;
	background-color:#ffffff;
}
.met-news-body-right{
	width:260px;
	float:right;
	background-color:#ffffff;
}
.met-page-ul>li{
	width:100%;
	margin:20px 0;
}
.media-lg{
	width:100%;
	height:240px;
	border-bottom:1px solid #d3d3d3;
}
.media-left{
	    width: 220px;
height: 171px;
/* display: flex; */
/* justify-content: center; */
align-items: center;
}
.media-left>a>img{
	width:100%;
	height: 100%;
	object-fit: contain;
	background: #f5f5f5;
	transition-duration:1s;
}
.media-lg>div{
	float:left;
	margin:10px 10px;
	overflow: hidden;
}
.media-bodys-left{
	width:660px;
	height:160px;
	position: relative;
}
.media-heading>a{
	display: inline-block;
	font-size:20px;
	color:#333;
	margin-top:10px;
	margin-bottom:10px; 
	margin-left:0px;
	margin-right:0px;
	font-weight:bold;
	transition-duration:.5s;
}
.media-heading>a:hover{
	color:#e77817;
}
.des{
	font-size:14px;
	text-indent:30px;
	line-height:24px;
	transition-duration:.5s;
}
.des:hover{
	color:#e77817;
}
.info{
	font-size:12px;
	display: inline-block;
	position: absolute;
	bottom:10px;
}
.met-page-ul>li:hover img{
	transform:scale(1.1,1.1) rotate(4deg);
}

.right_content{
    width:260px;
    border:1px solid #d3d3d3;
}
.right_ul_content{
    margin:0;
    padding:0 10px;
}
.right_ul_content>li{
    width: 100%;
    height:24px;
    line-height:24px;
    font-size:14px;
    list-style-type: none;
    overflow:hidden;
    text-overflow:ellipsis;
    margin:3px 0;
    color: #999999;
    position: relative;
    padding-left: 5px;
}
.right_ul_content>li>a{
    color: #999999;
    text-decoration: none;
}
.right_ul_content>li>a:hover{
    color:#666666;
}
.right_ul_content>li:hover{
    color:#666666;
}
.right_ul_content>li::before{
    content: '';
    width:2px;
    height:2px;
    position: absolute;
    left: 0;
    top:11px;
    background: #999999;

}
.right_div_title_content{
    height:40px;
    max-height: 40px;
    line-height: 40px;
    background-color:#d3d3d3;
    position: relative;
    padding:0 30px;
    overflow:hidden;
    color:#555555;
}
.right_div_title_content::before{
    content: '';
    width: 5px;
    height:20px;
    background-color:#239FFD;
    position: absolute;
    left:10px;
    top:10px;
}
.right_margin_bottom{
    margin-bottom: 10px;
}
/*右侧下方*/
.right_content_bottom_ul{
    width:260px;
    border:1px solid transparent;
}
.right_div_img_content{
    height:144.44px;
    margin:0 10px;
    overflow: hidden;
}
.right_div_img_content>img{
    width: 100%;
    height: 100%;
	object-fit: contain;
	background: #f5f5f5;
	transition-duration: 1s;
}
.right_div_box_content:hover img{
     transform:scale(1.2,1.2)rotate(6deg);
}
/*图片标题*/
.right_p_bottom_title_content{
    /*text-align: center;*/
    padding:0  10px;
    line-height: 30px;
    color: #666666;
    margin:5px 0;
}

.right_div_box_content{
    margin-top:30px;
}