@charset "utf-8";

/* Base Reset */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}


/* HTML5 display-role reset for older browsers */

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section 
{
	display: block;
}

:focus {
	outline: 0;
}

img {
	border: 0;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.logo-rb input {
	margin: 0;
	padding: 0;
	border: 0;
}

.clear{
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	display: block;
	_display: inline;
}

.none {
	display: none;
}

.hidden {
	visibility: hidden;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: block;
	*zoom: 1;
}
.db{display: block !important;}
.dn{display: none !important;}
.mb0{margin-bottom: 0 !important;}
/******************************************************************************************************************************************/

/**布局开始**/

body {
	background:#fff;
}

body,
p {
	font: 14px/1 "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
	color: #3c3c3c;
}

a {
	color: #333333;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
}

.wrapper .inner {
	/**页面全局宽度**/
	width: 1400px;
	margin: 0 auto;
	/* padding: 0 15px; */
}

/*新闻列表*/
.post {
	
}
.post .banner {
	margin: 0 auto;
	line-height: 49px;
	border-bottom: 1px solid #ccd9e9;
	height: 50px;
	box-sizing: border-box;
}
.post .banner .title {
	font-size: 18px;
	float: left;
	display: block;
	text-align: center;
	color: #014eae;
	/* border-bottom: 2px solid #1495e6; */
	/* height: 36px; */
	box-sizing: border-box;
	font-weight: bold;
	padding-left: 15px;
	background: url(images/tit_bg.png) left center no-repeat;
}

.post .more-btn {
	float: right;
	display: block;
	text-align: center;
	color: #000;
	padding-left: 20px;
	background: url(images/more_bg.png) left center no-repeat;
}
.post .con {
	/* padding:15px 0 0 0; */
	margin:0 auto;
}
.post .news-list .news {
	overflow: hidden;
	display: block;
	line-height: 50px;
	background: url(images/li_dian.png) left center no-repeat;
	padding-left: 20px;
	border-bottom: 1px solid #ccd9e9;
}
.post .news-list .news .lmbt{float: left;color: #1495e6;}
.post .news-list .news .news-title {
	width: calc(100% - 102px);
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	font-size: 15px;
}
.post .news-list .news .news-date {
	display: block;
	float: right;
	/* font-size: 12px; */
	color: #80aade;
}


/*头部*/

#header {background: #014eae;}
#header .inner { position: relative;}

.logo {
	position: relative;
	padding: 25px 0;
	overflow: hidden;
	background: url(images/logo_bg.png) 75% bottom no-repeat;
}

.logo img {
	max-width: 100%;
	height: auto;
	float: left;
}
.logo-r{float: right;}

.bb{}
.bb li{float: left;width: 33.33%;}
.bb li a{ font-size: 12px; color: #FFFFFF;padding-left: 20px;line-height: 20px;display: block;}
.bb .a1{background:url(images/tr1.png) left center no-repeat;}
.bb .a2{background:url(images/tr2.png) left center no-repeat;}
.bb .a3{background:url(images/tr3.png) left center no-repeat;}
.xtlj{float: right;margin-right: 20px;}
.xtlj li{}
.xtlj li a{font-size: 14px;color: #FFFFFF;padding-left: 20px;margin-bottom: 15px;line-height: 20px;background:url(images/tr4.png) left center no-repeat;display: block;}

.ss{
	/* height: 24px; */
	margin-top: 20px;
	background: url(images/ss_bg.png) center center no-repeat;
	float: right;
}

.ssk {
	float: left;
	width: 0px;
	height: 30px;
	padding: 0;
	margin: 0;
	border: 0;
	width: 230px;
	text-indent: 10px;
	/* border-radius:5px 0 0 5px; */
	background: url(images/ssk_r.png) right center no-repeat #FFFFFF;
}

.ss_btn {
	width: 30px;
	height: 30px;
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: 0;
	background: url(images/ss_btn.png) center center no-repeat #ffffff;
	border: 1px solid #FFFFFF;
	/* border-radius:0 5px 5px 0; */
}


/*导航*/
#nav {background: #023b82;/* position: absolute; *//* top: 130px; *//* z-index: 999; */}
.nav {height: 50px;}
.navList{width:100%;overflow:hidden;}
.ej_icon > a{background: url(images/ej_icon.png) 85% center no-repeat;}
.navList > li{float:left;width: 9%;height:100%;line-height: 50px;font-size: 14px;/* background: url(images/nav_li_bg.png) right center no-repeat; */}
.navList li a{display:block;text-align:center;color: #FFFFFF;}
.navList li > a:hover{background: #2475da;}

.navList .subnav{z-index: 100;position: relative;display: none;}
.navList .subnav li{background: rgba(0, 0, 0, 0.4);}
.navList .subnav a{ background: none;line-height: 36px; font-size: 14px; color: #FFFFFF;}

/*汉堡包样式*/
.navBtns{position: absolute; right:0; bottom:0;width:30px;height:30px;background: url(images/menu-button-bg.png) no-repeat center center; background-size: 60% 60%; display:none; }
/*--------------------------- welcome ----------------------------*/
.welcome{width:100%;height:100%;background:#fff;z-index:200;}
.welBox{}
.welList a{font:20px/1em "微软雅黑";color:#333;display:block;text-align: center;padding:15px 0;}
.welList a:hover{color:#EF3333;background:#ccc;}
.comeList{width:100%;display:none;}
.comeList a{font:16px/1em "微软雅黑";display:block;padding:10px 0;}



/*大图*/
#dt .inner{width: 100%;overflow: hidden;padding: 0;}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.slide_container {
  position: relative;
  float: left;
  width: 100%;
  }

.slide {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.slide li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
  
 .slide img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }
  
#dt .dtxt{width:1200px;position:absolute;left:50%;margin-left:-600px;bottom: 30px;z-index: 999;}
#dt .dtxt a{background: rgba(0,33,76,0.8);color: #FFFFFF;font-size: 20px;padding: 0 30px;line-height: 36px;display: block;float: left;}

.slide .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }
  
 .slide_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 65px;
  width: 34px;
  margin-top: -30px;
  }
  
.slide_nav:active {
  opacity: 1.0;
  }
  
.slide_nav.prev {
	left: 0;
	background: url(images/datu_l.png) no-repeat center center;
}

.slide_nav.next {
  right: 0;
  background: url(images/datu_r.png) no-repeat center center;
}
  
.slide1_tabs{position:absolute;bottom:30px;right: 50%;z-index:100;text-align: center;}
.slide2_tabs{position:absolute; right:10px;bottom:8px;z-index:100; text-align: center;}
.slide1_tabs li,.slide2_tabs li{display:inline-block;width:10px;height:10px;margin-left:5px;border-radius:10px;border:1px solid #FFF;position:relative;}
.slide1_tabs li a,.slide2_tabs li a{display:inline-block;width:10px;height:10px;border-radius:10px;position:absolute; left:0; z-index:1000; color:rgba(100,200,300,0);color:transparent;}
.slide1_tabs li.slide_here a,.slide2_tabs li.slide_here a{background:#0574d0;}
.slide li  .bt{ z-index:100;position: absolute; left: 0; bottom:0; display: block;color: #FFFFFF;font-size: 16px; text-align: left; line-height: 30px;background:rgba(51,51,51,0.3);width: 100%;text-indent: 10px;}
/*中间*/
#mod{background: url(images/mod_bg.png) center top;}
#mod .inner{width:1380px;padding: 10px;background: #FFFFFF;}

.mod2{}
/* tabbtn */
.tabbtn {/* height: 30px; *//* background: url(images/tabbg.gif) repeat-x; *//* border-left: solid 1px #ddd; *//* border-right: solid 1px #ddd; */overflow: hidden;}
.tabbtn li {float: left;position: relative;/* margin: 0 0 0 -1px; */width: 10%;padding: 15px 0;}
.tabbtn li a {display: block;/* float: left; *//* height: 30px; */line-height: 38px;overflow: hidden;/* width: 108px; */text-align: center;font-size: 16px;cursor: pointer;color: #ffffff;}
.tabbtn li.current {}
.tabbtn li img { display: block; margin: auto;}
.tabbtn li.current a {/* border-top: solid 2px #ff6600; *//* height: 27px; *//* line-height: 27px; *//* background: #fff; */color: #ff6600;/* font-weight: 800; */}
/* tabcon */
.tabcon {/* border-width: 0 1px 1px 1px; */border: 1px solid #014eae;/* border-style: solid; */position: relative;/*必要元素*//* height: 180px; */overflow: hidden;padding: 30px 20px;}

.tabbtn .t1{background: #014eae;}
.tabbtn .t2{background: #085eca;}
.tabbtn .t3{background: #4382d8;}
.tabbtn .t4{background: #0890e6;}
.tabbtn .t5{background: #21a1f2;}
.tabbtn .t6{background: #43b3f9;}
.tabbtn .t7{background: #2390bd;}
.tabbtn .t8{background: #31a2d8;}
.tabbtn .t9{background: #3db1e9;}
.tabbtn .t10{background: #5dccec;}

.b1{}
.b1 .b1l{width: 25.37%;float: left;}
.b1 .b1m{width: 41.79%;float: left;margin: 0 2.2%;}
.b1 .b1r{width: 28.33%;float: right;}

.b1 li.tbtw *{display:block;}
.b1 li.tbtw {overflow: hidden;/* background: #f0f0f0; *//* margin-top: 30px; */padding: 17px 0;border-bottom: 1px solid #ccd9e9;}
.b1 a.tu {    float: left;    /* display: block; */}
.b1 .btjj {float: right;/* margin-left: 20px; *//* width: 660px; *//* padding: 15px; */width: calc(100% - 130px);}
.b1 .tu img {width: 120px;height: 80px;/* display: block; */}
.b1 .tbtw span.sj {color: #014eae;line-height: 20px;float: left;font-size: 12px;padding-left: 15px;background: url(images/b1_sj.png) left center no-repeat;}
.b1 .tbtw  a.bt {/* color: #0574d0; */font-size: 13px;line-height: 20px;height: 60px;overflow: hidden;}
.b1 .tbtw  a.jj {    font-size: 12px;    color: #888888;    line-height: 25px;}
.b1 .tbtw .sjdj {overflow: hidden;}
.b1 li.tbtw span.dj {float: left;line-height: 20px;font-size: 12px;color: #014eae;padding-left: 15px;margin-left: 20px;background: url(images/b1_dj.png) left center no-repeat;}

.b1 .b1m .tbtw{
    border: 0;
    padding: 0;
}
.b1m .jdyw1{ overflow: hidden;}
.b1m .jdyw1 a.tu {    float: left;    /* display: block; */}
.b1m .jdyw1 .btjj {float: right;/* margin-left: 20px; *//* width: 660px; *//* padding: 15px; */width: calc(100% - 340px);}
.b1m .jdyw1 .tu img {width: 330px;height: 220px;/* display: block; */}
.b1m .jdyw1 span.sj {color: #014eae;line-height: 20px;float: left;font-size: 12px;padding-left: 15px;background: url(images/b1_sj.png) left center no-repeat;}
.b1m .jdyw1 a.bt {/* color: #0574d0; */font-size: 16px;line-height: 24px;height: 48px;overflow: hidden;}
.b1m .jdyw1 span.jj {    line-height: 24px;    font-size: 12px;    color: #888888;    margin: 16px 0;    height: 120px;}


.b1m .jdyw2{overflow: hidden;margin-top: 25px;}
.b1m .jdyw2 a.tu {float: none;/* display: block; */}
.b1m .jdyw2 .btjj {float: none;/* margin-left: 20px; *//* width: 660px; *//* padding: 15px 0; */width: 100%;}
.b1m .jdyw2 .tu img {width: 170px;height: 100px;display: block;margin: auto;}
.b1m .jdyw2 span.sj {color: #014eae;line-height: 20px;float: left;font-size: 12px;padding-left: 15px;background: url(images/b1_sj.png) left center no-repeat;}
.b1m .jdyw2 a.bt {/* color: #0574d0; */font-size: 14px;line-height: 24px;height: 48px;overflow: hidden;padding: 15px 0;}
.b1m .jdyw2 .tbtw{
    width: 32%;
    float: left;
    margin: 0 .5%;
}

.post4 .news-list .news{width: 46.73%;}
.post4 .news-list .newsl{float: left;}
.post4 .news-list .newsr{float: right;}

.bks{}
.bksl{width: 46.73%;float: left;}
.bksr{width: 46.73%;float: right;}

.yjs{}
.yjsl{width: 46.73%;float: left;}
.yjsr{width: 46.73%;float: right;}

.post10 .news-list .news{width: 46.73%;}
.post10 .news-list .newsl{float: left;}
.post10 .news-list .newsr{float: right;}

.dj{}
.djl{width: 46.73%;float: left;}
.djr{width: 46.73%;float: right;}

.post14 .news-list .news{width: 46.73%;}
.post14 .news-list .newsl{float: left;}
.post14 .news-list .newsr{float: right;}

.post15 .news-list .news{width: 46.73%;}
.post15 .news-list .newsl{float: left;}
.post15 .news-list .newsr{float: right;}



.post16 .news-list .news{width: 46.73%;}
.post16 .news-list .newsl{float: left;}
.post16 .news-list .newsr{float: right;}

.post16 li{overflow:hidden;/* margin-bottom: 10px; */}
.post16 li *{display: block;/* float: left; */}
.post16 li .sj {float: left;}
.post16 li .dd{width: 60px;height: 30px;line-height: 30px;text-align:center;background: #014eae;color: #FFFFFF;border-radius: 5px 5px 0 0;font-size: 18px;font-weight: bold;}
.post16 li .mm{width: 58px;height: 28px;border: 1px solid #014eae;line-height: 26px;text-align: center;color: #014eae;border-radius: 0 0 5px 5px;font-size: 12px;}
.post16 li .bt{/* float: left; *//* width: calc(100% - 76px); *//* margin-left: 20px; *//* line-height: 28px; */font-size: 16px;color: #014eae;line-height: 30px;/* overflow: hidden; *//* text-overflow: ellipsis; *//* white-space: nowrap; *//* text-align: left; */}
.post16 li .bt .s1{}
.post16 li .bt .s2{}
.post16 li .bt .s3{}
.post16 li .bt .s4{}
.post16 .jz .news1{width: 46.73%;padding: 13px 0;border-bottom: 1px solid #ccd9e9;}
.post16 .jz .newsl{float: left;}
.post16 .jz .newsr{float: right;}
.post16 li .xx {float: left;margin-left: 20px;width: calc(100% - 80px);}
.post16 li .xx span {    font-size: 12px;    line-height: 24px;    padding-left: 20px;}

.jy{}
.jyl{width: 46.73%;float: left;}
.jyr{width: 46.73%;float: right;}

.mod3{margin: 20px 0;}
.wyfc{display:block;width: 20px;font-size: 20px;background:url(images/jsfc_bg.png) center 20px no-repeat #014eae;color: #FFFFFF;text-align: center;padding: 61px 15px;float: left;}
/* 本例子css */
.picScroll-left{/* width: 1029px; */overflow:hidden;position:relative;border: 1px solid #014eae;}
.picScroll-left .bd{ padding:20px;   }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{margin:0 10px;float:left;_display:inline;overflow:hidden;text-align:center;position: relative;}
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{width: 160px;height: 160px;display:block;}
.picScroll-left .bd ul li .pic a:hover img{ transform: scale(1.1);transition:all .4s; }
.picScroll-left .bd ul li .title{display: block;line-height:35px;background: rgb(0 0 0 / 60%);color: #FFFFFF;position: absolute;bottom: 0;left: 0;width: 100%;text-align: center;}


.mod4{margin: 20px 0;}
.mod4 .tit{
    display: block;
    line-height: 44px;
    font-size: 16px;
    width: 140px;
    background:url(images/yqlj_tit.png) 20px center no-repeat #014dab;
    text-indent: 50px;
    color: #ffffff;
}
.yqlj{}
.yqlj li{
    width: 13%;
    float: left;
    border: 1px solid #014eae;
    margin: .57%;
}
.yqlj li a{
    line-height: 38px;
    display: block;
	background:url(images/yqlj_li.png) 20px center no-repeat;
    text-indent: 45px;
}

.sublist .banner2{border: 0;margin: 0 auto;line-height: 49px;height: 50px;box-sizing: border-box;}

/*页脚*/
#footer {background: #014dab;}
#footer .inner {padding: 15px 0;}
.foot {}
.copyright{line-height: 20px;color: #fff;text-align: center;/* font-size: 16px; */}

/*二维码*/
.ewm{position: relative;overflow: hidden;padding: 11px 0;}
.ewm .tp{ float: left; text-align: center;width: 33.33%;}
.ewm .tp img{margin: 0 auto;}
.ewm .tp a{display: block;color: #333333;font-size: 12px;line-height: 20px;}

/*列表页*/
#listdt .inner{ width: 100%;overflow: hidden;}

#container{background: url(images/mod_bg.png) center top;}
#container .inner{}

.col {
	/* padding: 10px; */
	background-color:#FFF;
}

.col-menu { /**列表页左侧栏目**/
	width: 22.85%;
	float:left;
	padding: 1.5% 2.2%;
	min-height: 800px;
	background: #e9eff6;
	/* margin-top:-102px; */
	/* z-index: 100; */
	/* position: relative; */
} 
.col-menu-head {/*列表头部*/
	width: 100%;
	font-size: 18px;
	background: #014eae;
	color: #fff;
	display: block;
	line-height: 50px;
	/* text-indent: 20px; */
	text-align: center;
	/* border-bottom:2px solid #00427f; */
	font-weight: bold;
}

/*多级栏目列表*/
 .listcolumn { }
 .listcolumn .column-1{}
 .listcolumn .column-1 a {font-weight: 100;/* color: #0574d0; *//* background: url(images/icon_blue.png) 5px center no-repeat #f4f4f4; *//* text-indent:20px; */text-align: center;display: block;height: 50px;line-height: 50px;font-size: 16px;border-bottom: 1px solid #dfdfdf;} 	/**一级子栏目及图标**/
.listcolumn .column-1 a:hover,.listcolumn .column-1 a.selected {color: #0574d0;} 	/**鼠标经过或选中一级子栏目**/
.wp_subcolumn{ margin-top: 2px;}
.listcolumn .column-1 .wp_subcolumn .column-1-1 a{ height: 26px; line-height: 26px; font-size: 16px;}


.col-news { /**列表页右侧新闻**/
	width: 68.3%;
	padding: 1.5% 2.2%;
	float:right;
} 
.col-news-head {
	margin: 0px;
	border-bottom: 2px solid #014eae;
}
 .col-path { /**当前位置**/
	display:inline-block;
	white-space:nowrap;
	height: 48px;
	line-height: 48px;
	text-align: right;
	float: right;
	padding-left: 30px;
	background: url(images/icon_dz.png) left center no-repeat;
} 
.col-path a {
	color: #888888;
	font-size: 12px;
}

.col-title { /**当前栏目**/
	display:inline-block;
	white-space:nowrap;
	height: 48px;
	line-height: 48px;
	float: left;
	/* display:inline-block; */
	font-size: 18px;
	color: #014eae;
	background: url(images/tit_bg.png) left center no-repeat;
	padding-left: 20px;
} 
.col-news-con {
	padding: 0px;
	margin:0px;
}
 /**栏目新闻列表**/
.col-news-list {/* padding-top: 20px; */}
.col-news-list  .list_item{display: block;overflow: hidden;padding: 0 20px;background: url(images/li_dian.png) left center no-repeat;border-bottom: 1px solid #ccd9e9;}
.col-news-list  .list_item *{display: block;height: 55px;line-height: 55px;font-size: 15px;}
.col-news-list .list_item span{display:inline;}
.col-news-list  .list_item .news-title{ float: left; color: #333333;}
.col-news-list  .list_item .news-date{float: right;color: #80aade;}
.fenye{margin: 50px 0;}
.fenye table{margin: 0 auto;}
.list-pic img{ width: 100%;}

/*英文列表*/


/*单片标题*/
.dpbt{font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;}

/*图片列表*/
.pic-list{ overflow: hidden; padding-top: 20px;}
.pic-list .pic-news{ width: 20%; height: 250px; float:left; text-align: center;}
.pic-list .pic-news .news-pic img{ margin: 0 auto;border: 2px solid #DDDDDD; display: block;}
.pic-list .pic-news .news-name{ line-height: 30px;}


.pic-list2{ overflow: hidden; padding-top: 20px;}
.pic-list2 .pic-news{ width: 33%; height: 240px; float:left; text-align: center;}
.pic-list2 .pic-news .news-pic img{ margin: 0 auto;display: block;}
.pic-list2 .pic-news .news-name{line-height: 30px;}


/*快速访问*/

.teacher{overflow: hidden; border-bottom: 1px solid #dddddd;}

.teacher h1 {
    line-height: 36px;
    font-size: 18px;
    color: #0574d0;
    text-indent: 10px;
    margin-top: 10px;
}

.teacher_ul {
	overflow: hidden;
    width: 100%;
}

.teacher_ul li {
    float: left;
    padding:20px 30px
}
.teacher_ul li a{ font-size: 16px; color: #666666;}

/*现任领导*/
.xrld{}
.xrld li{ width: 48%; float: left; margin: 1%;}
.xrld li .tu{ display: block; float: left;}
.xrld li .tw{ float: right; width: 60%; padding: 40px 0;}
.xrld li .tw a{ display: block;}
.xrld li .tw .xm{ font-size: 18px;}
.xrld li .tw .zw{ font-size: 16px;color: #0574d0; margin: 20px 0;}
.xrld li .tw .jj{ line-height: 24px;}

/*文章页*/
.infobox {
	margin:0px auto;
	background-color:#FFF;
}
.article { padding: 0 20px;}
.article h1.arti_title { /**文章标题**/
	font-family: "Microsoft YaHei"; 
	text-align:center; 
	font-size:18px; 
	color:#333333; 
	line-height: 50px;
} 
.article .arti_metas { 
	padding:10px 0 20px 0;
	text-align:center;
	border-bottom: 1px dashed #DDDDDD;
}
.article .arti_metas span { /**文章其他属性**/
	margin:0 5px; 
	color:#787878;
} 
.article .read{
padding-top: 20px;
}  
.article .read p { 
	line-height:2; 
	font-size:14px; 
	color:#333;
}
.article  .read img { /**文章阅读部分图片大小限制**/
	max-width:800px; _width:expression(this.width > 800 ? "800px" : this.width); 
}




@media only screen and (max-width: 1399px) {
	#mod .inner{width: 100%;padding: 0;}
	.wrapper .inner {width: 98%;}
	.b1m .jdyw1 span.jj{height: 120px;overflow: hidden;}
	.b1m .jdyw2 a.bt{height: 48px;overflow: hidden;}
	
}

/* 大屏幕（大桌面显示器，小于等于 1200px） */

@media only screen and (max-width: 1199px) {


.b1 li.tbtw span.dj{display: none;}

#dt .dtxt{width: 100%; left: 0;margin-left: 0;}

.tempWrap{width: 100% !important;}




.col-menu{width: 21%;}
.col-news{width: 70%;}

.pic-list2 .pic-news .news-pic img{ width: 98%;}
}

@media only screen and (max-width: 1024px) {
#dt .dtxt{ left: 0; bottom:0;}
#dt .dtxt a{width: 100%;}

.slide1_tabs{bottom: 10px;right: 10%;}
.slide_nav.prev{left: 10%;}
.slide_nav.next{right: 10%;}

.pic-list .pic-news{width: 25%;}
.pic-list2 .pic-news{ height:auto;}

}


/* 中等屏幕（桌面显示器，小于等于 992px） */

@media only screen and (max-width: 992px) {
	
}


/* 小屏幕（平板，小于等于 768px） */
@media only screen and (max-width: 768px) {
.navBtns {display: block;}
.navList {}
#nav {display: none;}
.logo-r {display: none;}
.foo-r{display: none;}

.b1 .b1l,.b1 .b1m,.b1 .b1r{width: 100%;float: none;margin: 0;}

.tabbtn li{width: 20%;}
.yqlj li{width:23% ;}

.post .news-list .newsl{float: none;width: 100%;}
.post .news-list .newsr{float: none;width: 100%;}
.bksl { float: none;width: 100%;}
.bksr { float: none;width: 100%;}
.yjsl { float: none;width: 100%;}
.yjsr { float: none;width: 100%;}
.djl { float: none;width: 100%;}
.djr { float: none;width: 100%;}
.jyl { float: none;width: 100%;}
.jyr { float: none;width: 100%;}
.post16 .jz .newsl{float: none;}
.post16 .jz .newsr{float: none;}
.post16 .jz .news1{width: 100%;}
.col-news-list .list_item .news-title{width: calc(100% - 80px);    white-space: nowrap;    text-overflow: ellipsis;    overflow: hidden;    word-break: break-all;}

.foot{width: 100%;}
.copyright{text-align: center;}

.col-menu{ display:none;}
.col{padding: 0;}
.col-news{ width: 98%;padding: 0;}
.article  .read img{width:95%;height: auto;}
	
}

@media only screen and (max-width: 700px) {
.col{ padding:10px 0;}
.pic-list .pic-news{ width: 33.3%;}
}

@media only screen and (max-width: 600px) {
	.xtlj{display: none;}
}

@media only screen and (max-width: 500px) {
	
.b1m .jdyw1 a.tu{float: none;}
.b1m .jdyw1 .tu img{width: 100%;height: auto;}
.b1m .jdyw1 .btjj{float: none;width: 100%;}
.b1m .jdyw1 span.jj{height: auto;}
.b1m .jdyw1 a.bt{height: auto;}

.yqlj li{width:48% ;}
.tabbtn li {width: 33%;}

.slide1_tabs{ display: none;}
#dt .dtxt{display: none;}

}

@media only screen and (max-width: 400px) {

}

@media only screen and (max-width: 350px) {

}