.wrap_main {
 position: relative;
}

.banner {
 display: block;
}

div.linkmap {
 position: absolute;
 top: 0;
 left: 50%;
 margin-left: -600px !important;
 color: #fff;
}

div.linkmap a {
 color: #fff;
}

.side_menu {
 margin: 30px 0;
}

.side_menu .leftNavTitle {
 display: none;
}

.lv1_ul {
 overflow: hidden;
 display: flex;
 align-items: center;
 justify-content: space-between;
}

.lv1_ul li {
 float: left;
}

.lv1_ul li:last-child {
 margin-right: 0;
}

.lv1_ul li p.current a {
 background: url(/Content/Areas/Common/images/common/ColumnListHover.png);
 color: #fff;
 background-size: 100% 100%;
}

.lv1_ul li a {
 width: 180px;
 height: 55px;
 line-height: 55px;
 color: #2D4C5E;
 font-size: 22px;
 display: block;
 text-align: center;
 background: url(/Content/Areas/Common/images/common/ColumnList.png);
 background-size: 100% 100%;
 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;

 box-sizing: border-box;
}
/* 媒体报道列表样式 */
.columnList li.News_report{
 height:260px;   
}
.columnList li.News_report .content_left {
 width: 280px;
 height: 198px;
 margin-right: 30px;
}
.columnList li.News_report .img_box_left {
 width: 100%;
 height: 100%;
}
.columnList li.News_report .content_right {
 width: 830px;
}
.columnList li.News_report .img_box_left img{
 width: 100%;
 height: 198px;
}
@media only screen and (max-width:768px){
.lv1_ul {
 display: block;
}
	.lv1_ul li{width: 47%;margin-bottom: 20px;margin-right: 20px;}
	.lv1_ul li a{width: 100%;background-size: 100% 100%;}
	.columnList li{height: auto;padding: 20px;margin: 0;}
	.columnList .content_left{width: 100%;height: auto;margin: 0 0 10px 0;}
	.columnList .img_box_left,.columnList .img_box_left img,.columnList li .content_right{width: 100%;height: auto;}
	.columnList li .content_right p{padding: 10px 0;margin: 10px 0 15px;}
	.ae-pagination a, .pages .ae-pagination-current, .pages .ae-pagination-current:hover, .pages a:hover{margin: 0 10px !important;}
	.pages{margin: 0 !important;}
	.lv1_ul li:nth-child(2n){margin-right: 0;}
	.side_menu{margin: 30px 0 0;}
} 