@import "reset_moblie.css";
/*头部和菜单*/
#header {
  height: 2.85rem;
  background-color: #ca0b15;
  padding: 0 0.425rem;
}
#header a.logo {
  float: left;
  width: 10.3rem;
  height: 1.725rem;
  background: url(../images/logo.png) no-repeat;
  background-size: cover;
  margin-top: 0.6rem;
}
#header a.menu_btn {
  float: right;
  width: 1.25rem;
  height: 1.05rem;
  background: url(../images/header_btn_menu.png) no-repeat;
  background-size: cover;
  margin-top: 0.95rem;
}
#menu_zhe {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 12;
  display: none;
}
#menu_right {
  width: 7.5rem;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  background-color: #ca0b15;
  z-index: 13;
  padding-top: 2rem;
  box-sizing: border-box;
  transform: translateX(7.5rem);
  transition: all .5s;
}
#menu_right a {
  display: block;
  width: 100%;
  height: 1.75rem;
  text-align: center;
  line-height: 1.75rem;
  font-size: 0.75rem;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
#menu_right.show {
  transform: translateX(0);
}
/*主页*/
#index_bg {
  width: 100%;
  height: 100%;
  background: url(../images/index_bg.jpg) no-repeat;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}
#index_menu {
  width: 8.35rem;
  height: 13rem;
  position: absolute;
  bottom: 4.4rem;
  right: 0.5rem;
}
#index_menu > a {
  float: left;
  width: 4rem;
  height: 3.05rem;
  font-size: 0;
  margin-left: 0.175rem;
  margin-top: 0.2rem;
}
#index_menu > a img {
  width: 100%;
  height: 100%;
}
#index_footer {
  width: 100%;
  padding-bottom: 0.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
#index_footer p {
  font-size: 0.45rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 2em;
}
#index_footer p a {
  color: #FFFFFF;
}
/*pic*/
#pic_content {
  padding: 0.425rem;
}
#pic_content > .hd {
  height: 1.55rem;
  background-color: #FFFFFF;
  position: relative;
}
#pic_content > .hd span.home {
  display: block;
  width: 0.675rem;
  height: 0.55rem;
  background: url(../images/home.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}
#pic_content > .hd > p {
  font-size: 0.5rem;
  line-height: 1.55rem;
  float: left;
  margin-left: 1.5rem;
  color: #454545;
}
#pic_content > .hd > p a {
  color: #454545;
}
#pic_content > .bd ul li {
  margin-top: 0.5rem;
}
#pic_content > .bd ul li a {
  display: block;
  height: 4.7rem;
}
#pic_content > .bd ul li a > div {
  float: left;
  width: 7.575rem;
  height: 4.7rem;
}
#pic_content > .bd ul li a > div.pic {
  border: 0.025rem solid #d9d9d9;
  font-size: 0;
  box-sizing: border-box;
}
#pic_content > .bd ul li a > div.pic img {
  width: 7.525rem;
  height: 4.65rem;
}
#pic_content > .bd ul li a > div.text {
  background-color: #FFFFFF;
  position: relative;
}
#pic_content > .bd ul li.t1 .text span.line {
  width: 1.15rem;
  height: 0.075rem;
  position: absolute;
  bottom: 3rem;
  right: 0.875rem;
}
#pic_content > .bd ul li.t1 .text p {
  font-size: 0.6rem;
  position: absolute;
  bottom: 1.5rem;
  right: 0.875rem;
}
#pic_content > .bd ul li.t2 .text span.line {
  width: 1.15rem;
  height: 0.075rem;
  position: absolute;
  bottom: 3rem;
  left: 0.875rem;
}
#pic_content > .bd ul li.t2 .text p {
  font-size: 0.6rem;
  position: absolute;
  bottom: 1.5rem;
  left: 0.875rem;
}
footer {
  width: 100%;
  padding: 0.5rem 0;
}
footer p {
  font-size: 0.45rem;
  color: #454545;
  text-align: center;
  line-height: 2em;
}
footer p a {
  color: #454545;
}
/*list*/
#list_content {
  padding: 0.425rem;
}
#list_content > .hd {
  height: 1.55rem;
  background-color: #FFFFFF;
  position: relative;
}
#list_content > .hd span.home {
  display: block;
  width: 0.675rem;
  height: 0.55rem;
  background: url(../images/home.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}
#list_content > .hd > p {
  font-size: 0.5rem;
  line-height: 1.55rem;
  float: left;
  margin-left: 1.5rem;
  color: #454545;
}
#list_content > .hd > p a {
  color: #454545;
}
#list_content > .bd ul li {
  border: 1px solid #e6e5e5;
  margin-top: 0.5rem;
  background-color: #f7f6f6;
}
#list_content > .bd ul li::after {
  content: "";
  display: block;
  clear: both;
}
#list_content > .bd ul li .date {
  float: left;
  width: 2.825rem;
  height: 2.7rem;
  border-right: 1px solid #e6e5e5;
}
#list_content > .bd ul li .date span.day {
  display: block;
  width: 2.825rem;
  height: 1.85rem;
  font-size: 0.9rem;
  color: #545454;
  text-align: center;
  line-height: 1.85rem;
  background-color: #efeeee;
}
#list_content > .bd ul li .date span.year {
  display: block;
  width: 2.825rem;
  height: 0.85rem;
  background-color: #ca0b14;
  font-size: 0.45rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 0.85rem;
}
#list_content > .bd ul li a.text {
  float: right;
  width: 11.75rem;
  height: 2.7rem;
  padding-right: 0.25rem;
  box-sizing: border-box;
}
#list_content > .bd ul li a.text h4 {
  font-size: 0.5rem;
  color: #262525;
  line-height: 2.5em;
}
#list_content > .bd ul li a.text p {
  font-size: 0.4rem;
  color: #545454;
}
#list_content > .bd .page {
  margin-top: 0.75rem;
}
#list_content > .bd .page > a {
  float: left;
  font-size: 0.7rem;
  padding: 0.25rem 0.5rem;
  background-color: #dadada;
  border-radius: 0.125rem;
  color: #444444;
}
#list_content > .bd .page > a + a {
  margin-left: 0.5rem;
}
#list_content > .bd .page > a.active {
  background-color: #800010;
  color: #FFFFFF;
}

#inside02_content > .hd {
  background-color: #FFFFFF;
  height: 1.3rem;
  line-height: 1.3rem;
  padding: 0 0.575rem;
}
#inside02_content > .hd p {
  font-size: 0.45rem;
  color: #030303;
}
#inside02_content > .hd p a {
  color: #030303;
}
#inside02_content > .hd p a.active {
  color: #ef4747;
}
.item-list{ width: 100%; height:32px; overflow: hidden; line-height: 24px; font-size: 14px; text-align: center; padding: 10px 0 0; margin-top: 20px;}
.item-list a { font-size: 12px; margin:2px; padding:5px 8px; color:#474747; text-decoration:none;width: 38px;
height: 36px;    background-color: #e4e4e4; }
.item-list a:hover { color:#ff0000;background-color: #860500; color: #FFFFFF;}
.item-list a:active { background-color: #860500;  color: #FFFFFF; }
.item-list span { margin:2px; padding:5px 8px; background-color: #860500; color: #FFFFFF; font-size:12px; }
.item-list span.current { margin:2px; padding:5px 8px; border:1px solid #CFCFCF; font-weight:bold; color:#fff; background-color:#CFCFCF; }

.cws{font-size: 0.52rem;}
.cws h1{font-size: 0.62rem; text-align: center; padding: 0.5em 0;}
.cws .tm{ text-align: center; color:#8c8c8c;}
.cws .tm #hits{color:#8c8c8c;}
.cws .content{ line-height: 2em; padding:1em; }
.cws .content img{ width:100% !important; height:auto !important;}
