.containerWrap{
	max-width: 750px;
	min-width: 320px;
	margin: 0 auto;
}
.container{
	width: 100%;
	position: relative;
}
.menu{
	position: relative;
	float: right;
right:5%;
}
.nav{
	width: 100%;
	/*padding: ;
	background: #fff;
*/}
.nav .logo img{
	width: 9.96em;
	height: 3.4188em;
}
.nav .menu img{
	width: 1.9658em;
	height: 1.7094em;
	margin-top: 0.875em;
}
#Nav {
	width: 26%;
	height: 100%;
	position: fixed;
	overflow-y: auto;
	right: -26%;
	top: 0px;
	background: #fff;
	z-index: 10000000000;
}
#Nav ul li{
	padding: 0 2%;
}
#Nav ul li a{
	color: #fff;
	display: block;
	text-align: center;
	color: #4c4c4c;
	font-size: 1.1965em;
	line-height: 2.42em;
	border-bottom: 1px solid #dbdbdb;
}
#showRight{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	display: none;
}
/*banner*/
.banner{   }
.banner .swiper-wrapper .swiper-slide img{
	width: 100%;
height:250px;
}
.banner .swiper-wrapper .swiper-slide span{
	position: absolute;
	display: inline-block;
	left: 0;
	/*padding: 0.4em 0.6em;
	top: 4em;*/
	bottom:0;
	line-height:30px;
	padding: 0.5em 0em;
	color: #fff;
	width: 100%;
	font-size: 1.0256em;
	text-indent:10px;
	line-height: 1.5em;
	background: rgba(0,0,0,0.5);
}
.banner .swiper-pagination {
    position: absolute;
    text-align: right;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
    bottom: 1em;
	right: 10px;
	width: 50%;
}
.banner .swiper-pagination-bullet {
    width: 0.5em;
    height: 0.5em;
	border-radius:50%;
    display: inline-block;
    background: #959595;
    margin: 0 0.2em;
}
.banner .swiper-pagination-bullet-active {
    background: #fff;
}
/*search*/
.search{
	width: 100%;
	padding: 0.8em 0;
	background: #005bac;
	position: relative;
}
.search div{
	height:;
	width: 96%;
	margin: 0 auto;
}
.search .searchText{
	width: 73%;
	border-radius: 25px;
	font-size: 1.1965em;
	color: #666666;
	line-height: 1.8em;
	text-indent: 1.8em;
	float: left;
	background: #fff url(../img/search.png) no-repeat 0.4em center;
	background-size: 5.5%;
}
.search .sub {
	width: 21.5%;
	background: #fff;
	border-radius: 25px;
	font-size: 1.252em;
	text-align: center;
	line-height: 1.65em;
    display: block;
    float: right;
    cursor: pointer;
}
/*学院简介*/
.Maincon{
	width: 96%;
	padding: 1.5em 2% 5%;
	background: #fff;
	/*margin-bottom: 2.5%;*/
}
.Maincon .Title{
	width: 100%;
	color: #333333;
	padding-bottom: 1em;
	font-size: 1.3675em;
	position: relative;
}
.Maincon .Title em{
	display: inline-block;
	width: 0.15em;
	position: relative;
	height: 0.85em;
	background: #005bac;
	top: 0.125em;
	margin-right: 0.4em;
}
.Maincon .Title b{
	color: #2b2b2b;
}
.mainOne img{
	display: block;
	width: 100%;
	margin-bottom: 0.6em;
}
.mainOne p{
	font-size: 1.1965em;
	color: #666666;
	text-indent: 2em;
	line-height: 1.5em;
}
.know {
	display: block;
	margin: 1em auto 0;
	width: 35%;
	background: #005bac;
	color: #fff;
	text-align: center;
	font-size: 1.3675em;
	border-radius: 5px;
	line-height: 2.45em;
}
/*学院新闻*/
.two-list{
	width: 100%;
}
.two-list li{
	margin-bottom: 0.8em;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #cccccc;
}
.two-list li a{
	display: block;
	font-size: 1.1965em;
	color: #4c4c4c;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	background: url(../img/ico1.png) no-repeat right center;
	background-size: 2%;
}
.two-list li span{
	font-size: 0.8547em;
	display: block;
	padding-top: 0.4em;
	color: #999999;
}
/*学院师资*/
.swiper-container2 .swiper-wrapper .swiper-slide img,
.swiper-container3 .swiper-wrapper .swiper-slide img{
	width: 100%;
}
.swiper-container2 .swiper-pagination,
.swiper-container3 .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
    bottom: 0;
	left: 0;
	width: 100%;
}
.swiper-container2 .swiper-pagination-bullet,
.swiper-container3 .swiper-pagination-bullet {
    width: 0.65em;
    height: 0.65em;
    display: inline-block;
    background: #cccccc;
    margin: 0 0.2em;
    border-radius: 100%;
}
.swiper-container2 .swiper-pagination-bullet-active,
.swiper-container3 .swiper-pagination-bullet-active {
    background: #005bac;
}
.swiper-container2 .swiper-slide,
.swiper-container3 .swiper-slide{
	padding-bottom: 1em;
}
.swiper-container2 .swiper-slide a.img{
	width: 21%;
	display: block;
	font-size: 0.8547em;
	margin-right: 5.333%;
	color: #fff;
	float: left;
	margin-bottom: 1em;
	text-align: center;
	position: relative;
}
.swiper-container2 .swiper-slide a.img:last-child{
	float: right;
	margin-right: 0;
}
.swiper-container2 .swiper-slide p{
	font-size: 1.282em;
	color: #4c4c4c;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-align: center;
    line-height: 2em;
}
/*学术讲座*/
.four-list{
	width: 100%;
}
.four-list li{
	width: 100%;
	margin-bottom: 1.3em;
	padding-bottom: 1em;
	border-bottom: 1px dashed #eeeeee;
}
.four-list li .time{
	width: 18%;
	background: #94d3d9;
	color: #005bac;
	padding: 0.8em 0;
	text-align: center;
}
.four-list li .time h3{
	font-size: 2.0512em;
}
.four-list li .time em{
	display: block;
	padding-top: 0.6em;
	font-size: 1.0256em;
}
.four-list li .wen{
	width: 78%;
}
.four-list li .wen a.tit{
	font-size: 1.1965em;
	color: #4c4c4c;
	display: block;
	line-height: 1.75em;
	margin-top: -0.4em;
}
.four-list li .wen p{
	font-size: 0.9402em;
	color: #666666;
	line-height: 1.75em;
	text-indent: 2em;
	margin-top: 1.15em;
}
/*综合新闻*/
.tabBox1{
	margin-top: 0.6em;
}
.tabBox .hd {
	line-height: 2em;
	text-align: center;
	font-size: 1.3675em;
	border-bottom: 1px solid #999999;
}
.tabBox .hd ul {
	overflow: hidden;
}
.tabBox1 .hd ul li {
	float: left;
	width: 33.333%;
	color: #2b2b2b;
	cursor: pointer;
}
.tabBox .hd ul .on {
	border-bottom: 2px solid #005bac;
	color: #005bac;
}
.tabBox .bd ul {
	width: 100%;
}
.five-list{
	padding-top: 1em;
}
.five-list li{
	padding-bottom: 0.8em;
}
.five-list li .img{
	width: 32%;
	margin-right: 2%;
}
.five-list li .img img{
	width: 100%;
}
.five-list li .wen{
	width: 66%;
}
.five-list li .wen a.tit{
	font-size: 1.1965em;
	color: #333333;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.five-list li .wen p{
	font-size: 1.0256em;
	color: #999999;
	text-indent: 2em;
	line-height: 1.75em;
	margin-top: 0.6em;
}
.five-listbm{
	padding-top: 0.8em;
	border-top: 1px dashed #eee;
}
.five-listbm li{
	padding-bottom: 1em;
}
.five-listbm li a{
	display: block;
	text-indent: 0.8em;
	font-size: 1.1965em;
	color: #4c4c4c;
	background: url(../img/ico4.png) no-repeat left center;
	background-size: 1.2%;
}
.five-listbm li a span{
	display: inline-block;
	float: right;
	font-size: 0.8547em;
	color: #999999;
}
/*学者社区*/
.tabBox2 .hd{
	border-bottom: 1px solid #f5f5f5;
}
.tabBox2 .hd ul li {
	float: left;
	width: 50%;
	color: #2b2b2b;
	cursor: pointer;
}
.six-list{
	padding-top: 0.6em;
}
.six-list li a{
	display: block;
	background: url(../img/ico2.png) no-repeat left center;
	font-size: 1.1965em;
	color: #4c4c4c;
	line-height: 1.8em;
	text-indent: 0.8em;
	background-size: 1.5%;
}
/*新闻焦点*/
.mainSeven{
	margin-bottom: 0;
}
.swiper-container3 .swiper-slide p{
	font-size: 1.282em;
	color: #4c4c4c;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-align: left;
    line-height: 2em;
}
.swiper-container3 .swiper-slide span{
	font-size: 1.111em;
	color: #999;
	display: block;
	text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.swiper-container3 .swiper-slide a.img{
	width: 47%;
	margin: 0 1.5%;
	display: block;
	font-size: 0.8547em;
	color: #fff;
	float: left;
	margin-bottom: 1em;
	text-align: center;
	position: relative;
}
/*友情链接*/
.mainEight{
	margin-bottom: 0;
	padding-top: 0;
}
.eight-list li{
	float: left;
	width: 29%;
	margin-bottom: 3%;
	margin-right: 6.5%;
}
.eight-list li:nth-child(3n){
	float: right;
	margin-right: 0;
}
.eight-list li a{
	display: block;
}
.eight-list li a img{
	display: block;
	width: 100%;
	border-radius: 5px;
}
/*快速链接*/
.mainNine{
	padding-top: 0;
	margin-bottom: 0;
}
.nine_list li{
	float: left;
	width: ;
    padding: 0 1em 0 0;
}
.nine_list li a{
	display: block;
	padding: 0.4em 0;
	background: ;
	background-size: 4.5%;
	font-size: 0.8547em;
	color: #4c4c4c;
}
/*footer*/
.footerWrap{
	width: 94%;
	background: #005bac;
	color: #fff;
	font-size: 0.8547em;
	padding: 0.4em 3%;
}

.footerWrap p{
	line-height: 1.5em;
	margin-top: 0.2em;
}
.footerWrap p a{
	color: #fff;
	display: inline-block;
	padding: 0 0.2em;
}
.sydw{ background:#fff; text-align:center; padding-top:1em;
}
.sydw img{ width:25px; }


/*简介页*/
.Tmenu{
	width: 100%;
	margin: 0 auto;
	background: #fff;
	position: relative;
	z-index: 1;
}
.Tmenu h2{
	color: #fff;
	width: 96%;
	padding: 0 2%;
	line-height: 1.9em;
	text-align: center;
	background: #005bac;
	font-size: 1.4529em;
	cursor: pointer;
	background-size: 4%;
}
.Tmenu h2 em{
	display: inline-block;
	position: absolute;
	width: 0.9118em;
	height: 0.5em;
	right: 0.7em;
	margin-top: 0.7em;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	background: url(../img/ico5.png) no-repeat right center;
	background-size: 100%;
}
.Tmenu h2.current em{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.sideMenu{
	width: 96%;
	padding: 0 2%;
	display: none;
	position: absolute;
	background: rgba(0,0,0,0.8);
}
.sideMenu li a {
	font-size: 1.282em;
	color: #fff;
	display: block;
	line-height: 3em;
	text-align: center;
	cursor: pointer;
	border-bottom: 1px solid #868686;
	background-size: 7%;
}
.n_ban{
	width: 100%;
	position: relative;
	z-index: 0;
}
.n_ban img{
	width: 100%;
	display: block;
}
.n_ban p{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-size: 1.1965em;
	color: #fff;
	left: 5%;
	border-bottom: 0.5em solid #005bac;
	position: absolute;
	bottom: -0.5em;
	line-height: 1.95em;
	background: rgba(41,167,179,0.8);
}
.brief{
	width: 94%;
	padding: 1.4em 3% 6%;
	background: #fff;
}
.brief img{
	display: block;
	width: 100%;
	margin: 0.6em auto 0;
}
.brief p{
	font-size: 1.2em;
	color: #4c4c4c;
	text-indent: 2em;
	line-height: 2em;
	text-align:justify;
	text-justify:inter-ideograph;
}
/*列表页*/
.listCon{
	width: 96%;
	padding: 1.4em 2% 1.6em;
	background: #fff;
/*	margin-bottom: 2.5%;*/
}
.list1{
	width: 100%;
	padding-top: 0.2em;
}
.list1 li{
	padding-bottom: 0.4em;
	margin-bottom: 0.8em;
	border-bottom: 1px solid #e5e5e5;
}
.list1 li a{
	display: block;
	color: #4c4c4c;
	line-height: 1.25em;
	font-size: 1.1965em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/ico1.png) no-repeat right center;
}
.list1 li span{
	display: block;
	font-size: 0.8547em;
	color: #9d9d9d;
	margin-top: 0.2em;
	background-size: 2.3%;
}
.load_more{
	display: block;
	width: 50%;
	border-radius: 6px;
	border: 1px solid #e6e6e6;
	color: #333;
	text-align: center;
	margin: 1.4em auto 0;
	line-height: 2.25em;
	font-size: 1.1111em;
}
.list2 li{
	padding-bottom: 0.8em;
	margin-bottom: 0.8em;
	border-bottom: 1px solid #e5e5e5;
}
.list2 li .img{
	display: block;
	width: 28%;
	margin-right: 3%;
}
.list2 li .img img{
	display: block;
	width: 100%;
}
.list2 li .wen{
	width: 69%;
}
.list2 li .wen .tit{
	font-size: 1.1965em;
	color: #000;
}
.list2 li .wen p{
	text-indent: 2em;
	line-height: 1.75em;
	margin-top: 0.8em;
	font-size: 0.9402em;
	color: #4c4c4c;
}
.list2 li .wen span{
	display: block;
	text-align: right;
	font-size: 0.8547em;
	color: #999999;
}
.list3{
	width: 100%;
}
.list3 li{
	float: left;
	width: 48%;
	margin-bottom: 4%;
}
.list3 li:nth-child(2n){
	float: right;
}
.list3 li .img img{
	width: 100%;
	display: block;
}
.list3 li .tit{
	font-size: 1.1965em;
	color: #4c4c4c;
	display: block;
	line-height: 1.5em;
	padding-top: 0.5em;
}
.list3 li .con{
	width: 100%;
	margin-top: 0.4em;
}
.list3 li .con a{
	display: inline-block;
	color: #666666;
	font-size: 0.9402em;
	width: 40%;
	line-height: 2em;
	border-bottom: 1px solid #c9c9c9;
}
.list3 li .con font{
	width: 10%;
	display: inline-block;
	color: #666666;
	text-align: center;
	font: 400 0.85em/0.95em consolas;
}
.list4 li{
	width: 50%;
	float: left;
}
.list4 li a{
	display: block;
	font-size: 1.1965em;
	color: #4c4c4c;
	padding: 1em;
	border-bottom: 1px solid #c9c9c9;
	background: url(../img/ico1.png) no-repeat right center;
	background-size: 4%;
}
.list4 li a:last-child{
	border-bottom: 0;
}
.listCon1{
	margin-bottom: 0;
}
.list5 li{
	float: left;
	width: 48%;
	margin-bottom: 0.8em;
}
.list5 li:nth-child(2n){
	float: right;
}
.list5 li a{
	display: block;
	text-align: center;
}
.list5 li a img{
	display: block;
	width: 100%;
}
.list5 li a p{
	font-size: 1.1965em;
	color: #000;
	line-height: 2em;
}
/*内容页*/
.contain{
	width: 100%;
	background: #fff;
padding-bottom:1.5em;
}
.contain h2{
	font-size: 1.3675em;
	color: #484848;
	padding-top: 1.6em;
	text-align: center;
}
.contain h3{
	text-align: center;
	padding: 0.6em 0 0.4em;
	border-bottom: 1px dashed #eeeeee;
}
.contain h3 span{
	display: inline-block;
	font-size: 0.8547em;
	color: #9a9a9a;
	padding: 0 0.8em;
}
.con_con{
	width: 96%;
	padding: 2%;
}
.con_con p{
	font-size: 0.9402em;
	color: #666666;
	line-height: 1.75em;
	text-indent: 2em;
	text-align:justify;
	text-justify:inter-ideograph;
}
.con_con img{
	width: 100%;
	margin: 2% auto;
	display: block;
}
.pages{
	text-align: center;
}
.pages a{
	display: inline-block;
	font-size: 1.1965em;
	color: #333333;
	margin: 0.5em 0;
	border-radius: 5px;
	padding: 0.6em 1.55em;
}
.pages .syx{
	background:#fbfbfb url(../img/ico6.png) no-repeat 1em center;
	background-size: 6%;

}
.pages .xyx{
	background:#fbfbfb url(../img/ico7.png) no-repeat 5.3em center;
	background-size: 6%;
	
}
/*搜索结果页*/
.sear{
	padding-top: 1.4em;
	background: #fff;
	padding-bottom: 5%;
}
.sear-list{
	width: 100%;
}
.sear-list li{
	width: 96%;
	padding: 0 2% 0.4em;
	margin-bottom: 1em;
	border-bottom: 1px solid #f5f5f5;
}
.sear-list li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
.sear-list li a.tit{
	display: block;
	font-size: 1.1965em;
	color: #333333;
	line-height: 1.5em;
}
.sear-list li p{
	font-size: 0.9402em;
	color: #4c4c4c;
	padding-top: 0.4em;
	line-height: 1.5em;
}
.sear-list li span{
	font-size: 0.8547em;
	color: #999999;
	padding-top: 0.4em;
	display: block;
}

.topdw{ position:relative; }
.top{ position:absolute; top:0px; left:0px; width:100%; z-index:999; background:rgb(0,0,0,0.5); padding:0.2em 0px; }

.pipart1{ }
.Maincon .Title2{
	width: 100%;
	color: #333333;
	/*padding-bottom: 1em;*/
	font-size: 1.3675em;
	position: relative;
	text-align:center;
}

.Maincon .Title2 em{
	display: inline-block;
	position:absolute;
	left:0px;
	/*width: 0.15em;*/
	/*position: relative;*/
	/*height: 0.85em;*/
	background: #d2c49a;
	top: 50%;
	/*margin-right: 0.4em;*/
	height:2px;
	width:100%;
}
.Maincon .Title2 b{
	color: #333;
	background:#fff;
	z-index:99999999999;
	position:relative;
	padding:0px 20px;
}

.pipart1_kuang{ margin-top:1em;}
.pipart1_div1{}
.pipart1_div1 a{ display:block; position:relative; }
.pipart1_div1 a img{ width:100%; max-height:400px; }
.pipart1_div1wz{ position:absolute; bottom:0px; left:0px; font-size: 1.1965em; color:#fff; text-indent:20px; line-height:2.2em;  width:100%; background:rgb(0,0,0,0.5); }

.pipart1_div2{ margin-top:1em; background:#ece9e8; }
.pipart1_div2 ul{ width:97%; margin:0 auto;/* padding-top:0.4em;*/ }
.pipart1_div2 li{ width:48%; font-size: 1.05em; line-height:1.5em; background:#fff; margin:0.4em 0em; border-bottom:solid 5px #94070a; }
.pipart1_div2 li div{ padding:30px 15px 30px 15px;  }
.pipart1_div2 li a{ display:block;  height:3em; overflow:hidden; font-size:1.3em; line-height:1.5em; }
.pipart1_more{ margin:0 auto; text-align:center; margin-top:1em; }
.pipart1_more a{   padding:0.4em 1.2em; border:solid 1px #d2c49a; border-radius:10px; }


.pipart2{ background:#eeebea; }
.pipart2_div{ margin:0 auto; }
.pipart2_div a{ display:block; position:relative; }
.pipart2_div img{ width:100%; max-height:400px;}
.pipart2_dwz{ position:absolute; width:100%; bottom:0px; left:0px; z-index:999;background:rgb(0,0,0,0.5); font-size: 1.1965em; color:#fff; text-indent:20px; line-height:2.2em; }
.pipart2_more{ text-align:center; margin-top:1em; }
.pipart2_more a{ background:url(../img/more-bg1.jpg) left center no-repeat; padding-left:50px; background-size:contain;font-size:1.3675em; }
.pipart2_more a:hover{}
.pipart2 .Title2 b{background:#eeebea !important; }

.pipart2_div2{ padding-top:1em; }
.pipart2_div2_div{ background:#fff; margin-top:0.5em; }
.pipart2_div2_left{ background:#ebe6e5; font-size: 1.05em; line-height:1.5em; height:1.5em; width:27%; text-align:center; margin:1%; float:left; padding:1.75em 0em; }
.pipart2_div2_right{ width:68%; padding-left:3%;  float:right;line-height:1.5em; height:3em; padding:1em 0em; }
.pipart2_div2_right a{font-size:1.3em; line-height:1.5em;  height:3em;display:block; overflow: hidden; /*text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;*/}


.pipart3{}
.pipart3 ul{}
.pipart3 ul li{ float:left; width:50%; background-size:cover; }
.pipart3 ul li a{ display:block; color:#fff; font-size: 1.1965em; text-align:center;line-height:2.2em; /*height:6em;*/ padding:1em 0; }
.pipart3 ul li img{ display:block; margin:0 auto; margin-top:0.6em; height:55px; }
.pipart3 ul li span{ display:block;}
.pipart3_li1{ background:#c99e2b; }
.pipart3_li2{ background:#7a709e; }
.pipart3_li3{ background:#498ccd; }
.pipart3_li4{ background:#468e00; }

.pipart3_li5{background:#e45544; }
.pipart3_li6{ background:#f0c419; }


.pipart4{ }
.pipart4 ul{}
.pipart4 ul li{ float:left; width:40%; margin:1em 5%;}
.pipart4 ul li a{ display:block; text-align:center; }
.pipart4 ul li a img{ max-width:70%;  display:block; margin:0 auto; }
.pipart4 ul li a span{ display:block; margin-top:0.7em; }



.pleader{ width:95%; margin:0 auto; padding-bottom:2em; }
.pleader ul{}
.pleader li{ float:left; width:45%; margin:0 2.5%; margin-top:1.5em; }
.pleader li a{ display:block; }
.pleader_pic{  }
.pleader_pic img{width:100%; height:125px;}
.pleader_title{  font-size: 1.1965em;  line-height:2.2em;}
.pleader_wz{ font-size:1em; line-height:1.2em; }
.pleader_more{font-size:1em; line-height:1.2em; margin-top:0.3em;}

.plistpic{}
.plistpic{ width:95%; margin:0 auto; padding-bottom:2em; }
.plistpic ul{}
.plistpic li{ float:left; width:45%; margin:0 2.5%; margin-top:1.5em; }
.plistpic li a{ display:block; }
.plistpic_pic{  }
.plistpic_pic img{width:100%;}
.plistpic_title{  font-size: 1em;  line-height:2.2em;}
.plistpic_date{ font-size:0.9em; line-height:1em; color:#666;}

.pxxgk{ }
.pxxgk ul{}
.pxxgk li{ float:left; width:45%; margin:0 2.5%; margin-top:1.5em; }
.pxxgk li a{ display:block; position:relative; }
.pxxgk li a img{ width:100%; height:135px; }
.pxxgk_wz{ background:rgb(0,0,0,0.5); color:#fff; bottom:0px; left:0px; width:100%;  font-size: 1em;  line-height:2.2em; text-indent:10px; }

.pyxjg{ padding:0.5em 0em 1em 0em; }
.pyxjg ul{ }
.pyxjg li{ float:left; width:45%; margin:0 2.5%; margin-top:1em;}
.pyxjg li a{display: block; background-color: #f7f6f2;padding:15px;  }
.pyxjg_dtitle{line-height: 24px;padding-left: 14px;position: relative;color: #666;display: inline-block;*zoom: 1;*display: inline;vertical-align: top;}
.pyxjg_dtitle:before{content: '';width: 4px;height: 16px;background-color: #005bac;position: absolute;left: 0;top: 17px;}

.pzjtz{ padding-bottom:1em; margin:0 auto;}

.pzjtz a{ color:#fff; }

.pzjtz_zong{ }
.pzjtz_div{ float:left; width:46%; margin:0 2%; margin-top:1em; text-indent:0.2em; }
.pzjtz_div1{ background:#1e54ad; }
.pzjtz_div2{ background:#c69f16; }
.pzjtz_div3{ background:#468e00; }
.pzjtz_div4{ background:#4f71aa; }

.pzjtz_title{ font-size:1.5em; color:#fff; line-height:1.8em; }


.pzjtz_div ul{}
.pzjtz_div li{}
.pzjtz_div li a{ color:#fff; font-size:1em; line-height:1.5em;}