@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 {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
}

.wrapper .inner {
	/**页面全局宽度**/
	width: 1200px;
	margin: 0 auto;
	/* padding: 0 15px; */
}

/*新闻列表*/
.post {
	
}
.post .banner {
	margin: 0 auto;
	line-height: 40px;
	/* border-bottom: 1px solid #e8e8e8; */
	/* height: 40px; */
	box-sizing: border-box;
	background: url(images/tit_bg.png) center 20px no-repeat;
}
.post .banner .title {
	font-size: 20px;
	/* float: left; */
	display: block;
	text-align: center;
	color: #1c8e29;
	/* border-bottom: 2px solid #1495e6; */
	/* height: 36px; */
	box-sizing: border-box;
	font-weight: bold;
	padding-left: 30px;
	width: 120px;
	margin: auto;
}

.post .banner > span{
    display: block;
    text-align: center;
    color: #1c8e29;
    font-size: 14px;
}

.post .more-btn {
	float: right;
	display: block;
	text-align: center;
	color: #888888;
}
.post .con {
	padding:15px 0 0 0;
	margin:0 auto;
}
.post .news-list .news {
	overflow: hidden;
	display: block;
	line-height: 34px;
	/* background: url(images/li_dian.png) left center no-repeat; */
	/* padding-left: 10px; */
}
.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;
}
.post .news-list .news .news-date {
	display: block;
	float: right;
	font-size: 12px;
	color: #666666;
}


/*头部*/

#header {z-index: 99;background:url(images/logo_bg.png) center top;position: absolute;/* border-top: 5px solid #1c8e29; */}
#header .inner {/* position: relative; */}

.logo {
	position: relative;
	/* padding: 25px 0; */
	/*overflow: hidden;*/
}

.logo img {
	max-width: 100%;
	height: auto;
	float: left;
	padding: 15px 0;
    width: 32%;
}
.logo-r{width: 66.33%;float: right;}


.ss{
	/* height: 24px; */
	margin-top: 15px;
	background: url(images/ss_bg.png) center center no-repeat;
	float: right;
}

.ssk {
	float: left;
	width: 0px;
	height: 28px;
	padding: 0;
	margin: 0;
	border: 1px solid #cdcdcd;
	background: #FFFFFF;
	width: 148px;
	text-indent: 10px;
	/* border-radius:5px 0 0 5px; */
}

.ss_btn {
	width: 34px;
	height: 30px;
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: 0;
	background: url(images/ss_btn.png) center center no-repeat #1c8e29;
	border: 1px solid #cdcdcd;
	/* border-radius:0 5px 5px 0; */
}


/*导航*/
#nav {/* background: rgba(0, 0, 0, .4); *//* position: absolute; *//* top: 130px; *//* z-index: 999; */}
.nav {height: 50px;margin-top: 19px;}
.navList{width:100%;overflow:hidden;}
.navList > li{float:left;width: 14.28%;height:100%;line-height: 50px;font-size:16px;background: url(images/nav_li_bg.png) right center no-repeat;}
.navList li a{display:block;text-align:center;color: #077213;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;word-break: break-all;}
.navList li a:hover{background: url(images/nav_li_bg.png) right center no-repeat #1c8e29;color: #ffffff;}

.navList .subnav{z-index: 100;position: relative;display: none;}
.navList .subnav li{background:#1c8e29;}
.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:#1c8e29;}
.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;}
/*中间*/

.post1 .banner .title{background: url(images/l1.png) left center no-repeat;}
.post2 .banner .title{background: url(images/l2.png) left center no-repeat;}
.post3 .banner .title{background: url(images/l3.png) left center no-repeat;}

#mod{/* background: url(images/mod_bg.png) top center repeat-y; */}
.mod{padding: 0 15px;}


#mod1 .inner{width:1600px}
.mod1{    padding: 15px 0 60px 0;}
.post1 .news-list {}
.post1 .news-list .news {background: none;padding: 0;width: 22%;float: left;margin: 0 .5%;padding: 1%;border: none;-moz-box-shadow:0px 0px 5px #1C8E29;-webkit-box-shadow:0px 0px 5px #1C8E29;box-shadow:0px 0px 5px #1C8E29;}
.post1 .news-list .news .news-title {	display: block;	width: 100%;	float: none;	font-size: 20px;	font-weight: bold;	text-align: center;	color: #177121;	line-height: 40px;}
.post1 .news-list .news .jj {	display: block;	color: #858585;	font-size: 14px;	line-height: 26px;margin-bottom: 15px;}
.post1 .news-list .news img {    display: block;    width: 100%;}
.post1 .news-list .news .icon{height: 26px;margin: 15px 0;display: block;}
.post1 .news-list .l1 .icon{background: url(images/fx1.png) center center no-repeat;}
.post1 .news-list .l2 .icon{background: url(images/fx2.png) center center no-repeat;}
.post1 .news-list .l3 .icon{background: url(images/fx3.png) center center no-repeat;}
.post1 .news-list .l4 .icon{background: url(images/fx4.png) center center no-repeat;}
.post1 .news-list .news:hover{background:#1c8e29 ;}
.post1 .news-list .news:hover .news-title,.post1 .news-list .news:hover .jj{color: #ffffff;}


#mod2{background: url(images/mod2_bg.png) left bottom no-repeat #f1f1f1;}
.mod2{
    padding: 15px 0;
}
.post2 .news-list .news2{
    border: 1px solid #c2bdbd;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.post2 .news-list .news2 .tu{
    float: left;
    position: relative;
    width: 76.66%;
    overflow-x: hidden;
}
.post2 .news-list .news2 img{
    display: block;
}
.post2 .news-list .news2 .bt{
    position: absolute;
    top: 25%;
    left: 15%;
}
.post2 .news-list .news2 .bt span{
    display: block;
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    color: #ffffff;
}
.post2 .news-list .news2 .bt i{
    display: block;
    color: #ffffff;
    line-height: 24px;
}
.post2 .news-list .news2 .jj{
    float: right;
    width: 23.33%;
    height: 170px;
    background: #ffffff;
}
.post2 .news-list .news2 .jj span{
    display: block;
    margin: 6%;
    font-size: 18px;
    line-height: 30px;
}
.post2 .news-list .news2 .jj a{
    display: block;
    border: 1px solid #1c8e29;
    border-radius: 5px;
    margin-left: 6%;
    width: 90px;
    line-height: 33px;
    text-align: center;
    color: #1c8e29;
}
.post2 .news-list .news2:hover .jj{background:#1c8e29;}
.post2 .news-list .news2:hover .jj span{ color: #ffffff;}
.post2 .news-list .news2:hover .jj a{ color: #ffffff;border-color: #ffffff;}


.mod3{
    padding: 15px 0 50px 0;
}
.post3 .news-list {}
.post3 .news-list .news3{
    border: 1px solid #c2bdbd;
    width: 48.75%;
}
.post3 .news-list .news3 .xx{
    display: block;
    float: left;
    width: 48.5%;
    padding: 3.5%;
}
.post3 .news-list .news3 .xx .bt{
    display: block;
    line-height: 40px;
    font-size: 20px;
}
.post3 .news-list .news3 .xx .jj{
    display: block;
    line-height: 30px;
    color: #858585;
    /* height: 60px; */
    /* overflow-y: hidden; */
}
.post3 .news-list .news3 .xx .gd{display: block;border: 1px solid #1c8e29;border-radius: 5px;margin-top: 6%;width: 90px;line-height: 33px;text-align: center;color: #1c8e29;}
.post3 .news-list .news3 .tu{
    float: right;
    width: 44.44%;
}
.post3 .news-list .news3 .tu img{
    display: block;
    max-width: 100%;
    height: 210px;
}
.post3 .news-list .l1{
    float: left;
}
.post3 .news-list .l2{
    float: right;
}

#mod4{background: url(images/mod4_bg.png) center bottom no-repeat;}
.mod4{
    padding: 90px 0;
}
.mod4 .tit{
    font-size: 18px;
    line-height: 60px;
    display: block;
}
.mod4l{
    float: left;
    width: 40%;
}
.mod4l ul{
    overflow: hidden;
}
.mod4l ul li{
    float: left;
    width: 50%;
}
.mod4l ul li a{
    line-height: 50px;
    color: #858585;
}
.mod4m{
    width: 20%;
    float: left;
}
.mod4m .logo-b{
    display: block;
    margin: auto;
    width: 208px;
    text-align: center;
}
.mod4m .logo-b img{
    display: block;
    max-width: 100%;
    margin: auto;
}
.mod4m .logo-b span{
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
}
.mod4r{
    float: right;
    width: 30%;
}
.mod4r ul{
    overflow: hidden;
}
.mod4r ul li{
    float: left;
    width: 50%;
}
.mod4r ul li span{
    line-height: 50px;
    color: #858585;
}
.mod4r ul li a{
    display: inline-block;
    width: 30%;
}
.mod4r ul li a img{}



/*页脚*/
#footer {background: #f5f5f5;border-top: 1px solid #e6e6e6;}
#footer .inner {padding: 20px 0;}
.foot {}
.copyright{line-height: 20px;color: #999999;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;}

.col {
	padding: 42px 0;
	background-color:#FFF;
}

.col-menu { /**列表页左侧栏目**/
	width: 249px;
	float:left;
	/* margin-top:-102px; */
	/* z-index: 100; */
	/* position: relative; */
	/* padding-left: 10px; */
	background: url(images/col_menu_head_bg.png) right top no-repeat #1c8e29;
} 
.col-menu-head {/*列表头部*/
	/* width: 100%; */
	font-size: 28px;
	background: url(images/fz.png) 10px center no-repeat;
	color: #fff;
	display: block;
	line-height: 90px;
	height: 90px;
	padding-left: 70px;
	/* border-bottom:2px solid #00427f; */
	/* font-weight: bold; */
}

.col-menu-con{padding-bottom: 220px;background: url(images/col_menu_bg.png) center bottom no-repeat #1c8e29;}

/*多级栏目列表*/
 .listcolumn {padding-left: 10px;}
 .listcolumn .column-1{}
 .listcolumn .column-1 a {font-weight: 100;/* color: #0574d0; */background: url(images/icon_blue.png) 80% center no-repeat #f2f9f3;text-indent: 30px;display: block;height: 60px;line-height: 60px;font-size: 16px;border-bottom: 1px solid #dfdfdf;} 	/**一级子栏目及图标**/
.listcolumn .column-1 a:hover,.listcolumn .column-1 a.selected {color: #1c8e29;} 	/**鼠标经过或选中一级子栏目**/
.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:900px; 
	float:right;
} 
.col-news-head {
	margin: 0px;
	border-bottom: 2px solid #dfdfdf;
}
 .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: #858585;
	font-size: 14px;
}

.col-title { /**当前栏目**/
	display:inline-block;
	white-space:nowrap;
	height: 48px;
	line-height: 48px;
	float: left;
	/* display:inline-block; */
	font-size: 18px;
	/* color: #0084d8; */
} 
.col-news-con {
	padding: 0px;
	margin:0px;
}
 /**栏目新闻列表**/
.col-news-list { padding-top: 20px;}
.col-news-list  .list_item{display: block;overflow: hidden;padding: 0px 0 0 15px;background: url(images/icon_dian.png) left center no-repeat;border-bottom: 1px dotted #c1c1c1;}
.col-news-list  .list_item *{display: block;height: 60px;line-height: 60px;font-size: 16px;}
.col-news-list  .list_item .news-title{ float: left; color: #333333;}
.col-news-list  .list_item .news-date{ float: right; color: #696969;}
.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: 1600px) {
	#mod1 .inner {
	    width: 1200px;
	}
}

@media only screen and (max-width: 1399px) {
	#listdt .inner { width: 100%;}
}

/* 大屏幕（大桌面显示器，小于等于 1200px） */

@media only screen and (max-width: 1199px) {
	.wrapper .inner {width: 98%;}
	#mod1 .inner { width: auto;	}
	#dt .dtxt{width: 100%; left: 0;margin-left: 0;}
	
	.mod1l{ width: 49%;}
	.mod1l .tpqh{display: none;}
	.mod1r{width: 49%;}
	.tempWrap{width: 100% !important;}
	
	
	
	
	.col-menu{ width: 21.6%;}
	.col-news{width:75%;}
	
	.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%;}
	
	.logo-r{width: calc(100% - 420px);}
.mod4r ul li{width: 100%;float: none;}


	
	.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 img{width:auto;}
	.logo-r {display: none;}
	.mod1l,.mod1r{width: 100%;}
	.foo-r{display: none;}
	.foot{width: 100%;}
	.copyright{text-align: center;}
	
	#header{position: initial;}
	.post1 .news-list .news{width: 47%;}
	.post3 .news-list .news3{width: 100%;float: none;margin-bottom: 20px;}
	.post3 .news-list .news3 .tu img{width: 100%;}
	
	.col-menu{ display:none;}
	.col{padding: 0;}
	.col-news{ width: 100%;}
	.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) {
	.mod3{padding: 15px 0;}
.mod4{padding: 15px 0;}
.mod4l,.mod4m,.mod4r{float: none;width: 100%;}
.mod4l ul li,.mod4m .logo-b,.mod4 .tit,.mod4r ul li{text-align: center;}

}

@media only screen and (max-width: 500px) {
.post3 .news-list .news3 .tu{display: none;}
.post3 .news-list .news3 .xx{width: 93%;float: none;}
.post2 .news-list .news2 .jj{display: none;}
.post2 .news-list .news2 .tu{float: none;width: 100%;}
 .mod4r{display: none;}
	.slide1_tabs{ display: none;}
	#dt .dtxt{display: none;}

}

@media only screen and (max-width: 400px) {

}

@media only screen and (max-width: 350px) {

}