@charset "utf-8";

.inner{width: 1400px;margin: 0px auto;}
/* 头部*/
.top {
	transition: all 0.7s ease-out 0s;
	/* transform: translateY(-100%); */
	background: url(../img/topbg.png) repeat-x center top;
	background-size: 100%;
	width: 100%;
	/* padding-bottom: 140px; */
	top: 0;
	z-index: 9;
}

#header .inner {
	height: 116px;
	position: relative;
	max-width: 100%;
	width: 1400px;
	margin: 0px auto;
	overflow: hidden;
}
.head{/* height:70%; */}

.showdiv .top {
	opacity: 1;
	filter: Alpha(opacity=100);
	transform: none;
	display: block;
}

.sitelogo {
	padding: 24px 0px;
}

.top_link {
	margin-top: 50px;
	margin-bottom: 0px;
}

.top_link ul li {
	float: left;
	line-height: 15px;
	border-right: 1px solid #fff;
	padding: 0px 20px;
}

.top_link ul li a {
	color: #fff;
	font-size: 16px;
}

.top_link .search,
.top_link .link_last {
	border-right: none;
}

.toplink1 a {
	padding-right: 15px;
}

.top_link .link_last {
	padding-right: 0px;
}

/* 搜索*/
.search {
	padding-left: 50px;
	font-size: 16px;
	cursor: pointer;
	position: relative;
}

.search input {
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.1);
	height: 28px;
	line-height: 28px;
	color: #fff;
	/* border-radius: 14px; */
	margin-top: -20px;
	width: 0px;
	text-indent: 10px;
	opacity: 0;
}

.search i.active {
	position: absolute;
	right: 0px;
	top: 0px;
}

.search button {
	display: none;
}

.search.active input {
	width: 150px;
	opacity: 1;
}

.search.active i.active {
	position: absolute;
	right: 25px;
	top: 0px;
}

.icon-search:before {
	color: #fff;
}

.search.active i.active:before {
	content: '\ea1f';
}

/*导航*/
.wzdh{max-width: 1400px;margin:0 auto;}
/*nav*/
.demo-2 {
	display: none;
	position: relative;
	z-index: 9999;
}

.nav {
	width: 100%;
	background: #fff;
	height: 75px;
	/* line-height: 50px; */
}

.nav ul>li {
	float: left;
	text-align: center;
	/* padding-left: 45px; */
	/* padding-right: 45px; */
	position: relative;
	width: 11%;
}
.wzdh li:hover {
    background: #fc9a00;
}

.nav .nav_first {
	padding-left: 0px;
}

.nav .nav_last {
	padding-right: 0px;
}

.nav li a {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.nav li a .biaoti{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 45px;
}
.nav li a .biaotie{
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	color: #666;
	line-height: 20px;
}
.nav li ol {
	position: absolute;
	left: 0px;
	top: 73px;
	z-index: 9999;
	padding-top: 15px;
	width: 250px;
	display: none;
	border-left: 5px solid #007bda;
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff);
}
.wzdh li:hover a .biaoti{
    color: #ffffff;
}
.wzdh li:hover a .biaotie{
    color: #ffffff;
}
.nav li ol li {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.nav li ol li a {
	display: block;
	width: 96%;
	font-size: 14px;
	margin: 0px 2%;
	color: #333;
	text-align: left;
	text-indent: 15px;
}

.nav li ol li:hover a {
	font-weight: bold;
}

.nav li ol.widths li {
	width: 268px;
}

.nav li ol.widths li a {
	width: 50%;
}

.wp-window {
	margin-top: 10px;
}


.nav ul>li:hover ol{
display:block;} 















/* banner */
/**主页banner开始**/
.mbanner, .mbanner .inner, .mbanner .inner>div, .focus, .focus>ul, .mbanner .slick-list, .mbanner .slick-track {
	height: 100%;
}
.head{/* height:70%; *//* position: absolute; */height: 116px;}

.mbanner {
	width: 100%;
	overflow: hidden;
display:none;
	height: 400px;
}

#banner .inner {
	width: auto;
	max-width: 100%;
	text-align: center;
	/* position: relative; */
}

#banner .slide {
	width: 100%;
	height: 100%;
	position: relative;
	float: left;
	display: inline-block;
}

#banner .slide>a {
	display: block;
	width: 100%;
	height: 100%;
}

#banner .slide .slide_imgs {
	width: 100%;
	height: 100%;
	position: absolute;
}

#banner .slide .news_bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
}

#banner .slide_title {
	position: absolute;
	z-index: 29;
	/* bottom: 0.6rem; */
	bottom: 120px;
	left: 12%;
	padding: 0 15px;
	max-width: 57%;
}

#banner .slide_title .tit_con {
	/* font-size: 0.30rem; */
	font-size: 30px;
	font-weight: normal;
	/* line-height: 0.65rem; */
	line-height: 65px;
	color: #fff;
	font-family: "微软雅黑";
	z-index: 9;
	position: relative;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#banner .slide_title .title_bg {
	background: #000;
	opacity: 0.5;
	filter: Alpha(opacity=50);
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#banner .slick-dots {
	position: absolute;
	z-index: 9;
	/* bottom: 0.65rem; */
	bottom: 70px;
	left: 19%;
}

#banner .slick-dots li {
	/* font-size: 0.25rem; */
	/* font-size: 25px; */
	/* line-height: 0.34rem; */
	line-height: 34px;
	color: #fff;
	/* margin: 0 0.12rem; */
	margin: 0 10px;
	cursor: pointer;
	width: 15px;
	height: 15px;
	
	display: inline-block;
	vertical-align: bottom;
}

#banner .slick-dots li.slick-active:after {
	/* width: 0.55rem; */
	width: 55px;
	height: 1px;
	/* background: url(../img/dot.png) no-repeat left center; */
	/* margin-left: 0.13rem; */
	margin-left: 10px;
	content: " ";
	display: inline-block;
	/* margin-top: -10px; */
}

#banner .slick-dots li button {
	background: no-repeat;
	border: none;
	width: 15px;
	height: 15px;
	/* font-size: 0.25rem; */
	/* font-size: 25px; */
	/* line-height: 0.34rem; */
	/* line-height: 34px; */
	/* color: #fff; */
	color: transparent;
	background: url(../img/dot2.png) no-repeat left center;
}

#banner .slick-dots li.slick-active button {
	/* font-size: 0.35rem; */
	/* font-size: 35px; */
	
	background: url(../img/dot.png) no-repeat left center;
}

#banner .button_box {
	position: absolute;
	bottom: 45px;
	/* width: 0.7rem;
	height: 0.7rem; */
	width: 50px;
	height: 50px;
	opacity: 1;
	/* filter: alpha(opacity=0); */
	/* background: #000; */
	/* border: 1px solid rgba(255, 255, 255, 0.5); */
	display: block;
	z-index: 20;
	/* border-radius: 50%; */
	text-align: center;
	cursor: pointer;
	/* transition: all 0.4s ease; */
}

/* .head:hover #banner .button_box {
	opacity: 0.5;
	filter: alpha(opacity=50);
} */

#banner .button_box button {
	background: none;
	border: none;
	/* font-size: 0.4rem; */
	font-size: 40px;
	color: transparent;
	/* line-height: 0.7rem; */
	line-height: 70px;
	font-weight: bold;
}

#banner .button_box.prev {
	left: 12%;
	background: url(../img/banner_left.png) no-repeat center;
}

#banner .button_box.next {
	left: 14.5%;
	background: url(../img/banner_right.png) no-repeat center;
}

.bb {
	cursor: pointer;
	z-index: 10;
	animation: bb 2s linear 0s infinite;
	width: 44px;
	height: 34px;
	background: url(../img/arr_btm.png) no-repeat center;
	position: fixed;
	left: 50%;
	bottom: 27px;
display:none;
}

@keyframes bb {
	0% {
		transform: translate(-50%, 0);
		opacity: 0;
	}

	20% {
		transform: translate(-50%, 3px);
		opacity: 1;
	}

	80% {
		transform: translate(-50%, 10px);
		opacity: 1;
	}

	90% {
		transform: translate(-50%, 10px);
		opacity: 0;
	}

	100% {
		transform: translate(-50%, 10px);
		opacity: 0;
	}
}


/* 头部2 */
body{ background-color: #f3f1ec;}
body::-webkit-scrollbar {
	/*display: none;*/
}

.body_b {
	/* outline: none; */
	/* overflow: auto; */
	/* position: fixed; */
	/* z-index: 20; */
	/* top: 100%; */
	/* left: 0; */
	/* right: 0; */
	/* bottom: 0; */
	/* transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s; */
	/* background: #fff; */
	/* overflow-x: hidden; */
}


.list.body_b {
	position: static;
	overflow: hidden;
}

.body_b.showdiv {
	top: 0;
}

.body_b .top {
	padding: 0;
	background: #16529f;
	opacity: 0;
	filter: Alpha(opacity=00);
}

/* .head-top,
.header2 {
	background-color: #16529f;
	
} */

.body_b.showdiv .top {
	transition: all 0.7s ease-in-out 0.5s;
	transform: none;
	opacity: 1;
}

.body_b .top_link {
	margin-top: 15px;
}

.body_b .sitelogo {
	padding: 3px 0px;
	padding-bottom: 0px;
}

.body_b .sitelogo img {
	/* display: block; */
	/* margin-top: 5px; */
}

.body_b #header .inner,
.body_b .wrapper .inner,
.body_b .inner {
	width: 1400px;
	margin: 0px auto;
}

.body_b .nav {
	height: 56px;
	line-height: 56px;
}
.xiao_banner{display: none;}
.xiao_banner .rslide,.xiao_banner .rslide img{width: 100%;height: auto;}
/* 学校要闻 */

.main1 {
	padding-top:50px;
	background-color: #f3f1ec;
	padding-bottom: 20px;
}

.news {
	width: 66%;
	/* padding: 10px 0px 0px 0px; */
}

.news_title {
	/* height: 75px; */
	margin-bottom: 25px;
	line-height: 35px;
}

.news_title>h2 {
	color: #052249;
	/* height: 75px; */
	font-size: 30px;
	float: left;
}
.news_title>h2 span {
    font-size: 18px;
    line-height: 40px;
    color: #505050;
    margin-left: 20px;
}
.news_title>a {
	float: right;
	font-size: 20px;
	color: #596d87;
	/* display: block; */
	/* padding-left: 15px; */
	/* margin-left: 15px; */
	/* background: url(../img/line1.png) no-repeat left center; */
}

.news_link {
	color: #fff;
	display: block;
	line-height: 30px;
	padding: 0px 10px;
	font-size: 14px;
	background-color: #b90016;
	border-radius: 20px;
	margin-top: 25px;
}

.news_list ul li {
	float: left;
	/* height: 270px; */
	width: 48%;
	margin-right: 4%;
	overflow: hidden;
	position: relative;
}

.news_list ul li h3 {
	font-size: 18px;
	margin: 15px 0px;
	line-height: 27px;
}

.news_img {
	height: 270px;
	overflow: hidden;
}

.news_img,
.news_img img {
	width: 100%;
	transition: .5s;
}

.news .news_last,.foot_pic .news_last{
	margin-right: 0px;
}

.date1 {
	color: #888888;
	font-size: 16px;
}

.important {
	width: 100%;
	height: 152px;
	overflow: hidden;
	margin-top: 15px;
	background: url(../img/bg1.png) no-repeat left top;
}

.important a {
	display: block;
	color: #fff;
}

.important h2 {
	float: left;
	width: 80%;
	line-height: 30px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.important>div {
	width: 76%;
	margin-left: 21%;
	margin-top: 30px;
}

.impor_date {
	float: right;
	line-height: 30px;
}

.zhai {
	margin-top: 15px;
	color: #dae7ff;
	line-height: 30px;
}



.news_list ul li a {
	display: block;
}

.news_list ul li:hover .news_img img {
	transform: scale(1.1, 1.1);
	transition: .5s;
}


/* 校园公告*/
.notice {
	/* margin-top: 30px; */
	max-width: 440px;
	width: 32%;
}

.news_date {
	width: 70px;
	height: 70px;
	text-align: center;
	background-color: #007bda;
	color: #fff;
}

.news_date p {
	font-size: 30px;
	font-weight: bold;
	padding-top: 10px;
}

.news_date div {
	font-size: 16px;
	margin-top: 7px;
}

.notice_list ul li {
	margin-bottom: 44px;
}

.notice_list ul li a {
	width: 80%;
}

.notice_list ul li a h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	margin-top: -5px;
	height: 56px;
	overflow: hidden;
}

.notice_list ul li a p {
	color: #666666;
	font-size: 14px;
	line-height: 21px;
	height: 44px;
	overflow: hidden;
	margin-top: 9px;
}

.notice_list ul li a:hover h2,
.news_list a:hover h3,.option li a:hover h3 {
	color: #fc9a00;
}


/* 学术交流 */
.main2 {
	background-color: #002147;
	overflow: hidden;
}

.main2 .inner {
	overflow: hidden;
	position: relative;
}

.xue_left {
	max-width: 750px;
	width: 54%;
	float: left;
	height: 425px;
	margin: 40px 50px;
	overflow: hidden;
	position: relative;
}

.rslide li {
	position: relative;
	height: 100%;
}

.rslide li a {
	display: block;
}

.rslide li img {
	width: 100%;
}

.centered-btns_nav {
	position: absolute;
	right: 35px;
	z-index: 2;
	width: 32px;
	height: 40px;
	background-image: url(../img/fontfl.png);
	overflow: hidden;
	color: transparent;
}

.xue_left .prev {
	background-position: center top;
	bottom: 40px;
}

.xue_left .next {
	bottom: 20px;
	/*left: 100%; */
	background-position: center bottom;
	/*background-image: url(../img/right.png);*/
}

.centered-btns_nav:active {
	opacity: 1;
}

.centered-btns_tabs {
	position: absolute;
	bottom: 50px;
	right: 15%;
	margin-left: -115px;
	font-size: 0;
	list-style-type: none;
	z-index: 99;
}

.centered-btns_tabs li {
	display: inline-block;
	margin: 0 8px;
	*display: inline;
	*zoom: 1;
}

.centered-btns_tabs a {
	display: inline-block;
	width: 30px;
	height: 15px;
	overflow: hidden;
	color: transparent;
	font-size: 14px;
	text-align: center;
	*display: inline;
	*zoom: 1;
	/* background: url(../img/dot2.png) no-repeat left center; */
}

/* .centered-btns_tabs .centered-btns_here a {
	background: url(../img/dot1.png) no-repeat left center;
} */
.cap2 {
	width: 600px;
	font-size: 16px;
	color: #fff;
	/* padding: 15px 108px 0px 25px; */
	line-height: 30px;
	position: absolute;
	bottom: 0px;
	right: 0%;
	height: 98px;

	background: url(../img/bg2.png) no-repeat left top;
}

.cap2 p {
	width: 75%;
	height: 60px;
	overflow: hidden;
	margin: 20px 25px;
}

.xue_right {
	max-width: 480px;
	/* position: relative; */
	height: 425px;
	margin: 40px 30px 40px 0px;
}

.xue_right .centered-btns_nav {
	display: none;
}

.xue_title {
	color: #fff;
	font-size: 30px;
	line-height: 80px;
}

.xue_bottom a {
	color: #FFFFFF;
}

.xue_bottom h3 {
	font-size: 18px;
	/* font-weight: bold; */
	line-height: 30px;
}

.xue_bottom p {
	font-size: 16px;
	margin-top: 25px;
	line-height: 25px;
}

.mores {
	display: block;
	width: 165px;
	height: 50px;
	color: #fff;
	line-height: 50px;
	text-indent: 28px;
	font-size: 16px;
	margin-top: 40px;
	/* position: absolute;
	bottom: 65px;
	left: 0px; */
	background: url(../img/morebg1.png) no-repeat left top;
}






/* 教学科研 */
.main3{
	background-color: #f3f1ec;
}
.ke_tab{
	height: 122px;
	background-color:#024375;
}

.main3 .fuyee{
	margin-top: -122px;
}
.fuyee .tab{background: url(../img/yqbg.png) no-repeat bottom;
}
.tab-hd{
    /* overflow: hidden; */
    background: #024375;
    height: 90px;
    width: 100%;
    }
.tab-hd li{
	float: left;
	width: 33.3333333%;
	height: 124px;
	cursor: pointer;
	text-align: center;
	/* line-height: 40px; */
	/* background: url(../img/line2.png) no-repeat right 20px; */
}

.tab-hd li a {
	display: block;
	font-size: 25px;
	color: #ffffff;
	line-height: 30px;
	font-weight: bold;
	padding-top: 13px;
	/* top: 20px; */
	/* margin-top: 20px; */
	/* margin-top: 10px; */
}
.tab-hd li a span {
    margin-top: -20px;
    font-size: 18px;
}

.tab-hd li img {
	position: absolute;
	left: 6px;
	top: 32px;
}


.tab-hd .active {
	background: url(../img/act.png) no-repeat left top;
}

.option li{
	float: left;
	width: 30%;
min-height:83px;
	margin: 8px 1.666%;
	overflow: hidden;
	margin-bottom: 62px;
}
.option li a{display: block;}
.tab-bd>li{display: none;}
.tab-bd{
	margin-top: 40px;
}
.tab-bd .active{display: block;}
.number{
	float: left;
	width: 72px;
	height: 72px;
	text-align: center;
	/* line-height: 57px; */
	color: #c50a26;
	font-family: "TT1182M_";
	font-size: 25px;
	background: url(../img/icon3.png) no-repeat center;
}
.number .sjri {line-height: 40px;}
.number .sjny {
	font-size: 10px;
	/* letter-spacing: 3px; */
	margin-top: -5px;
	/* line-height: 30px; */
	/* margin-top: -8px; */
}
.number_right{
	width: 70%;
	float: left;
	margin-left: 4%;
	
}
.number_right h3{
	font-size: 18px;
	line-height: 35px;
	color:#fff;
}
.number_right .date1{
	margin-top: 13px;
}
.mores2{
	display: block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-indent: 25px;
	background: url(../img/morebg2.png) no-repeat left top;
}

/* 底部图片 */
.fuyee .news_title{margin-top:35px;}
.foot_pic{
	margin-bottom: 40px;
}
.foot_pic ul li{
	float: left;
	width: 23.5%;
	max-width: 320px;
	margin-right: 2.85%;
	height: 170px;
	position: relative;
}
.foot_tu,.foot_tu img{
	width: 100%;
	
}
.foot_zi{
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	height: 45px;
	margin-top: -45px;
	text-align: center;
	line-height: 45px;
	font-size: 20px;
	color: #FFFFFF;
	background: rgba(0,99,200,0.8);
}



/* 页尾 */
.footer{
	border-top: 7px solid #e9bc6e;
	background: url(../img/bqbg.png) center top;
}
.dilogo,.dilink,.addr{
	width: 31%;
	margin: 25px 0px;
}
.dilink,.addr{
	margin: 22px 0px;
}
.dilink a,.addr p{
	color: #fff;
	display: block;
	line-height: 30px;
	font-size: 16px;
}
.addr{
	width: 38%;
}



/* 内页 */
.neitop .header{
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 999;
	padding-bottom: 200px;
	background: url(../img/topbg.png) repeat-x center top;
}
.neibanner img{width: 100%;}
.nav_left {
	margin-top: 30px;
	max-width: 280px;
	width: 20%;
	background-color: #fff;
	
}

.nav_left>h2 {
	font-size: 24px;
	text-align: center;
	height: 90px;
	line-height: 90px;
	color: #fff;
	background:url(../img/bg3.png) no-repeat left top ;
}


.nav_left ul li a {
	font-size: 18px;
	display: block;
	text-indent: 17px;
	height: 59px;
	line-height: 59px;
	box-sizing: border-box;
	margin-top: 2px;
	color: #007bda;
	border-left: 4px solid #ffffff;
	border-bottom: 1px solid #f3f1ec;
	background-color: #fff;
}

.nav_left ul li:hover a{
	color: #0076ff;
	font-weight: bold;
	border-left: none;
	/* background:url(../img/icon5.png) no-repeat 240px center #e3ebf4 ; */
}
.nav_left .act {
	border-left: none;
	background:url(../img/icon5.png) no-repeat 260px center #e3ebf4 ;

}






/*右侧*/
.nav_right {
	width: 78%;
	max-width: 1070px;
	margin-top: 30px;
	/* padding: 30px; */
	background-color: #fff;
}

.right_inner{margin: 20px 30px;}
.right_top{
	border-bottom: 5px solid #007bda;
	padding-bottom: 17px;
	/* margin-top: 20px; */
}
.right_top>h3 {
	font-size: 22px;
	color: #007bda;
	height: 43px;
	line-height: 43px;
	font-weight: bold;
	/* background: url(../img/line.png) no-repeat left center; */
}
.right_top>h3 span{
	display: inline-block;
	padding-left: 15px;
	font-size: 16px;color: #999999;}
.right_top>p,
.right_top>p a {
	font-size: 16px;
	color: #888888;
	margin-top: 13px;
}
.right_top>p{margin-right: 10px;}





/* 列表 */
.list>ul{margin-top: 20px;}

.list>ul li {
	height: 55px;
	line-height: 55px;
	/* transition: .5s; */
	border-bottom: 1px dashed #edecec;
}

.list>ul li a {
	float: left;
	display: block;
	width: 75%;
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 25px;
	box-sizing: border-box;
	background: url(../img/icon6.png) no-repeat left center;
}
.list .date1{
	color: #757575;
	float: right;
}


.list,.neiinner {
	margin-bottom: 70px;
}
.list  .bg2{
	background-color: #f3f9ff;
	margin: 0px -30px;
	padding: 0px 30px;
}
.fan span {
    line-height: 30px;
}


/*内容*/
.content_title>h1,
.dp>h1 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}

.content_title>p {
	text-align: center;
	color: #888888;
	padding-bottom: 20px;
	border-bottom: 1px dashed #cbbda6;
	margin-bottom: 25px;
}

.cont{margin-top: 30px;}


.cont p {
	/*text-indent: 2em;*/
	line-height: 30px;
	font-size: 16px;
	margin-top: 10px;
}

.fen {
	background: #eeeeee;
	height: 45px;
	margin: 20px 0px;
	overflow: hidden;
}

.fen  .popup_renren{background-position: 1px -208px;}
.fen .popup_tqq {
    background-position: 1px -260px;}
.ye {
	margin-top: 40px
}

.ye p {
	color: #747474;
	margin: 15px 0px;
	font-size: 16px;
}

.ye p a {
	color: #747474;
	font-size: 16px;
}

.ye p a:hover {
	color: #02864f;
}

.fen .bdsharebuttonbox {
	width: 185px;
	margin: 5px auto;
}
.content{
	padding-bottom: 50px;
}
.dp{
	margin-bottom: 80px;
}







.list .bg3 {
margin-top:20px;
    background-color: #f3f9ff;
    font-size: 18px;
    /* margin: 0px -30px; */
    height: 60px;
    /* padding: 0px 30px; */
    line-height: 60px;
    width: 100%;
}
.bg3 h4 {
    float: left;
    margin-left: 10px;
}
.bg3 a{float:right; margin-right:20px;}
.list .fllb{margin-top:0px;}
.list .fllbrm{overflow: hidden; margin-top: 0px;} 
.list .fllbrm li{width:25%;float: left;}
.list .fllbrm li a {
    float: left;
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    font-size: 16px;
    box-sizing: border-box;
}

.list .fllbrm li a:hover {
    color: #0c8ed9;
}


.lbycd{min-height:300px;}

.pic-list .pic-news {width: 25%;float: left;height: auto;text-align: center; border-bottom: none;}
.pic-list .pic-news .news-pic {display:block;background: #f5f5f5;margin: 0 20%;border: 2px solid #DDDDDD;display: flex;width: 60%;height: 200px;padding-left: 0px;}
.pic-list .pic-news .news-pic img{width:100%;height:auto;margin: auto;} 
.list .pic-list  .news-name{    width: 60%; margin: 0 20%;  height: 30px; line-height: 30px;  background: none; padding: 0px;}

@media only screen and (max-width: 1400px) { 
.footer .inner{width: 96%;}}