@charset "UTF-8";
/* 大于960px，小于1199px */
@media screen and (min-width: 960px) and (max-width: 1199px) {
	header{
     width: 100%;
		overflow:hidden;
	}
 .tophead, article { width: 90% }
 .search_new form{width: 98%}
  nav ul li { padding: 10px 10px; }
 .picshow li i { overflow: hidden; display: block; height: 400px; }
 .picshow .font { display: none }
 .text img { width: 100% }
 .rightbox { margin-right: 0 }
 .picbox { width: 72%; }
 .picbox ul { width: 32%; margin-right: 0 }
 .picbox ul:nth-child(2) { margin: 0 5px }

 .pics ul li img {
  width: 100% !important;
 }
 .media-left img {
  width: 10%;
  height: 80px;

 }
}

/* 大于768px，小于959px */
@media screen and (min-width: 768px) and (max-width: 959px) {
	header{
       width: 100%;
		overflow:hidden;
	}
 .tophead, article { width: 96% }
  nav ul li { padding: 10px 5px; }
 .blogs { width: 100% }
 .sidebar {/* width: 33%;*/display: none; }
 .picshow li i { overflow: hidden; display: block; height: 300px; }
 .picshow .font { display: none }
 .text img { width: 100% }
 .search_new form{width: 98%}
 .news_infos img { width: 100% }
  h3.blogtitle { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
 .picbox { width: 67%; }
 .picbox ul { width: 32%; margin-right: 0 }
 .picbox ul:nth-child(2) { margin: 0 5px }
 .paihang li i { width: 98% }
 .infos { width: 100%; }
 .ad { display: none }

 .pics ul li img {
   width: 100% !important;
 }
 .media-left img {
  width: 10%;
  height: 80px;

 }
}


/* 大于480px，小于767px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
 .toolbar{
  display: none;
 }
 .tophead, article { width: 96% }
 header{width: 100%;}
 .search_new form{width: 98%}
 header { height: 66px; margin-bottom: 10px; }
 nav { display: none; }
 #mnav { display: block; /*position: fixed;*/;position: relative; z-index: 999999; }
 .navicon, .navicon:before, .navicon:after { background: #000 }
 #mnav h2 #mnav h2.open .navicon { background: rgba(1,1,1,0) }/* 使用背景色隐藏中间的线 */
 .picshow li i { overflow: hidden; display: block; height: 200px; }
 .picshow .font, .litle span { display: none }
 .text img { width: 100% }
 .blogs { width: 100% }
 .sidebar { /*width: 36%*/;display: none; }
 .rightbox { width: 40%; }
 .leftbox { width: 60% }
 .news_infos img { width: 100% }
 .blogpic { width: 100%; height: 150px; display: block }
 h3.blogtitle { clear: both; padding-top: 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
 .readmore { display: block; overflow: hidden; width: 100%; text-align: center; background: #f2f2f2; padding: 10px 0; margin-top: 10px; clear: both }
 .paihang li i { width: 98% }
 .picbox { width: 64%; }
 .picbox ul { width: 32%; margin-right: 0 }
 .picbox ul:nth-child(2) { margin: 0 5px }
 h1.t_nav span { display: none }
 .infos { width: 100%; }
 .ad { display: none }
 .pics ul li i {
  height: 100px;
 }
 .pics ul li img {
  height: 100%;
 }
 .pics ul li span {
  display: none;
 }
 .pics ul li:nth-child(2) {
  margin: 0 0 0 8px;
 }
}
@media only screen and (min-width: 360px) and (max-width: 479px) {
 .toolbar{
  display: none;
 }
.tophead, article { width: 96% }
 .search_new form{width: 98%}
 header, .leftbox, .sidebar, .blogs { width: 100% }
 .sidebar{display: none;}
 header { height: 66px; margin-bottom: 10px; }
 nav, .litle span { display: none; }
 #mnav { display: block; /*position: fixed;*/;position: relative; z-index: 999999; }
 .navicon, .navicon:before, .navicon:after { background: #000 }
 #mnav h2 #mnav h2.open .navicon { background: rgba(1,1,1,0) }/* 使用背景色隐藏中间的线 */
 .picshow li i { overflow: hidden; display: block; height: 100px; }
 .picshow .font { display: none }
 .text img { width: 100% }
 .news_infos img { width: 100% }
 .rightbox { width: 100%; }
 .blogpic { width: 100%; height: 150px; display: block }
 h3.blogtitle { clear: both; padding-top: 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
 .readmore { display: block; overflow: hidden; width: 100%; text-align: center; background: #f2f2f2; padding: 10px 0; margin-top: 10px; clear: both }
 .picbox { width: 100% }
 .picbox ul { width: 100%; margin: 0 }
 h1.t_nav span { display: none }
 .infos { width: 100%; }
 .ad { display: none }

 .pics ul li {
  width: 100%;
 }
 .pics ul li:nth-child(2) {
  margin: 10px 0;
 }

}
@media only screen and (max-width: 359px) {
 .tophead, article { width: 96% }
 .sidebar{display: none;}
 .search_new form{width: 98%}
 header, .leftbox, .sidebar, .blogs { width: 100% }
 header { height: 66px; margin-bottom: 10px; }
 nav, .litle span { display: none; }
 #mnav { display: block; /*position: fixed;*/ ;position:relative;z-index: 999999; }
 .navicon, .navicon:before, .navicon:after { background: #000 }
 #mnav h2 #mnav h2.open .navicon { background: rgba(1,1,1,0) }/* 使用背景色隐藏中间的线 */
 .picshow li i { overflow: hidden; display: block; height: 100px; }
 .picshow .font { display: none }
 .text img { width: 100% }
 .rightbox { width: 100%; }
 .news_infos img { width: 100% }
 .blogpic { width: 100%; height: 150px; display: block }
 h3.blogtitle { clear: both; padding-top: 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
 .readmore { display: block; overflow: hidden; width: 100%; text-align: center; background: #f2f2f2; padding: 10px 0; margin-top: 10px; clear: both }
 .picbox { width: 100% }
 .picbox ul { width: 100%; margin: 0 }
 h1.t_nav span { display: none }
 .infos { width: 100%; }
 .ad { display: none }

 .pics ul li {
  width: 100%;
 }
 .pics ul li:nth-child(2) {
  margin: 10px 0;
 }
}