.site {
  overflow: hidden;
  margin-top: 1px;
  height: 38px;
  padding: 5px 0;
  background: #e8e8e8;
}
.site a {
  display: inline-block;
  font-size: 0.875em;
  height: 32px;
  line-height: 28px;
  width: 32px;
  background: url(../Img/Nyskinsbar.png) no-repeat;
  background-size: 35px 600px;
}
.site dt {
  float: left;
  padding: 4px 0 0 11px;
}
.site dt a {
  background-position: 0 0;
}
.site dd {
  float: right;
  white-space: nowrap;
  padding: 4px 9px 0 0;
  font-size: 0;
}
.site dd a {
  margin-left: 10px;
  background-position: 0 -232px;
}
.site dd a.cate {
  background-position: 0 -286px;
}
.nsear {
  margin: 0 auto;
  background: #f9f9f9;
  padding: 15px 0;
}
.nsear dl {
  padding: 0 11px 0 10px;
  zoom: 1;
  overflow: hidden;
}
.nsear dd {
  float: left;
  width: 83%;
}
.nsear dd input {
  width: 100%;
  color: #d2d2d2;
  height: 14px;
  padding: 7px 0;
  line-height: 14px;
  border-right: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  text-indent: 15px;
  border: 1px solid #ff5555;
  box-shadow: 3px 2px 3px #ccc inset;
}
.nsear dt {
  float: left;
}
.nsear dt em {
  display: block;
  width: 42px;
  height: 30px;
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  background-color: #56a6ef;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f13a3a), to(#ff5555));
  background-image: -webkit-linear-gradient(top, #f13a3a, #ff5555);
  background-image: -moz-linear-gradient(top, #f13a3a, #ff5555);
  background-image: -o-linear-gradient(top, #f13a3a, #ff5555);
  background-image: -ms-linear-gradient(top, #f13a3a, #ff5555);
  background-image: linear-gradient(top, #f13a3a, #ff5555);
  position: relative;
  cursor: pointer;
}
.nsear dt em:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 17px;
  position: absolute;
  right: 14px;
  top: 5px;
  z-index: 99;
  border: 3px solid #fff;
}
.nsear dt em:after {
  content: '';
  display: block;
  width: 4px;
  height: 10px;
  border-radius: 5px;
  border: 0;
  position: absolute;
  right: 12px;
  top: 16px;
  z-index: 99;
  -webkit-transform: rotate(-52deg);
  -o-transform: rotate(-52deg);
  -ms-transform: rotate(-52deg);
  transform: rotate(-52deg);
  background: #fff;
}
.page {
  margin: 0 auto;
  background: #f9f9f9;
  overflow: hidden;
}
.page h1.allIsNomal {
  line-height: 35px;
  padding-left: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-top: 1px solid #d9d9d9;
  box-shadow: 0 1px #fff;
  position: relative;
  background-color: #f6f6f6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eaeaea));
  background-image: -webkit-linear-gradient(top, #f6f6f6, #eaeaea);
  /*背景渐变，针对苹果浏览器写的兼容*/
  background-image: -moz-linear-gradient(top, #f6f6f6, #eaeaea);
  /*背景渐变，针对火狐浏览器写的兼容*/
  background-image: -o-linear-gradient(top, #f6f6f6, #eaeaea);
  /*背景渐变，针对欧朋浏览器写的兼容*/
  background-image: -ms-linear-gradient(top, #f6f6f6, #eaeaea);
  /*背景渐变，针对手机微软浏览器写的兼容*/
  background-image: linear-gradient(top, #f6f6f6, #eaeaea);
  /*背景渐变，正常的写法*/
  border-bottom: 1px solid #d9d9d9;
  font-size: 14px;
  color: #666;
}
.page h1 * {
  color: #666;
}
.page h1.allIsNomal:before {
  content: "";
  /*配合:before这个属性，写 before的时候一定要加上去*/
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-top: 1px solid #fff;
}
.page h1.allIsNomal i {
  margin-right: 5px;
  font-size: 16px;
}
.page h1.allIsNomal em {
  padding: 0 8px;
  position: relative;
  height: 100%;
  top: -12px;
  display: inline-block;
}
.page h1.allIsNomal em:before {
  content: "";
  position: absolute;
  background: #7c7c7c;
  width: 8px;
  height: 8px;
  left: 2px;
  top: 3px;
  z-index: 10;
  -moz-transform: rotate(45deg);
  /*角度45度，针对火狐浏览器写的兼容*/
  -o-transform: rotate(45deg);
  /*角度45度，针对欧朋浏览器写的兼容*/
  -webkit-transform: rotate(45deg);
  /*角度45度，针对苹果浏览器写的兼容*/
  transform: rotate(45deg);
}
/*角度45度，内页面包屑箭头样式*/
.page h1.allIsNomal em:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 1px;
  top: 3px;
  z-index: 11;
  background-color: #f2f2f2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#eeeeee));
  /*针对苹果老式浏览器写的兼容*/
  background-image: -webkit-linear-gradient(top, #f2f2f2, #eeeeee);
  /*背景渐变，针对苹果浏览器写的兼容*/
  background-image: -moz-linear-gradient(top, #f2f2f2, #eeeeee);
  /*背景渐变，针对火狐浏览器写的兼容*/
  background-image: -o-linear-gradient(top, #f2f2f2, #eeeeee);
  /*背景渐变，针对欧朋浏览器写的兼容*/
  background-image: -ms-linear-gradient(top, #f2f2f2, #eeeeee);
  /*背景渐变，针对手机微软浏览器写的兼容*/
  background-image: linear-gradient(top, #f2f2f2, #eeeeee);
  /*背景渐变，正常的写法*/
  -moz-transform: rotate(45deg);
  /*角度45度，针对火狐浏览器写的兼容*/
  -o-transform: rotate(45deg);
  /*角度45度，针对欧朋浏览器写的兼容*/
  -webkit-transform: rotate(45deg);
  /*角度45度，针对苹果浏览器写的兼容*/
  transform: rotate(45deg);
}
.page .ulist {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  margin: 10px;
}
.page .ulist li {
  border-bottom: 1px solid #e1e1e1;
  background-color: #ffffff;
}
.page .ulist li:last-child {
  border: none;
}
.page .ulist li a {
  height: 40px;
  display: block;
  padding-left: 15px;
  line-height: 40px;
  font-size: 14px;
}
.page .ulist li a:after {
  content: "";
  background: url(../Img/href_icon.png) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  float: right;
  z-index: 10;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 10px 10px 0 0;
}
.False .gotop ul {
  margin: 0;
}
.dpge {
  min-height: 200px;
}
.dpge dt.t {
  color: #000;
  font-size: 18px;
  text-align: center;
  padding: 15px 0 10px 0;
  border-bottom: 1px solid #e6e6e6;
}
.dpge dd.xd {
  overflow: hidden;
  padding: 12px 18px 20px;
  font-size: 14px;
}
.dpge dd.xd * {
  margin: 0;
}
.dpge dd.xd iframe {
  max-width: 100%;
}
.dpge dd.xd img {
  max-width: 100%;
  height: auto;
}
.gotop,
.gotop ul {
  margin-top: 0;
}
.procla {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.procla dd {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
}
.procla dd h1 {
  text-align: right;
  padding: 10px 0;
}
.procla dd h1 em {
  color: #fff;
  width: 30px;
  font-size: 20px;
  text-align: center;
  background-color: #3282ca;
  border-radius: 4px;
  line-height: 34px;
  cursor: pointer;
}
.procla dd div {
  line-height: 2.5;
  padding: 0 0 0 30px;
  border-bottom: 1px solid #CCC;
  font-size: 1.5em;
  background-color: #000;
}
.procla dd div:last-child {
  border: none;
}
.procla dd div i {
  margin-right: 10px;
}
.procla dd div a {
  color: #fff;
}
.list_con div.news_query_list {
  border-bottom: 1px solid #CCC;
  line-height: 36px;
  padding-right: 6px;
  font-size: 16px;
}
.list_con div.news_query_list img {
  vertical-align: middle;
}
.list_con div.news_query_list:nth-child(2n) td {
  background-color: #FFF;
}
.list_con div.news_query_list i {
  margin: 0 5px 0 12px;
}
.news_query_pageBreak {
  text-align: center;
  line-height: 20px;
  padding: 10px 0;
}
.news_detail_title {
  font-size: 18px;
  text-align: center;
  padding: 19px 0 17px 0;
  min-height: 32px;
  overflow: hidden;
  color: #ff3e3e;
  line-height: 1.5;
  padding-bottom: 6px;
}
.news_detail_title span {
  color: #666;
  font-size: 12px;
}
.news_detail_content {
  border-top: 1px solid #e6e6e6;
  padding: 12px 14px 7px 14px;
}
.news_detail_content * {
  margin: 0;
  overflow: hidden;
}
.news_detail_content img {
  max-width: 100%;
  height: auto;
}
.proulis li {
  border-bottom: 1px solid #e6e6e6;
  padding: 12px;
  background-color: #fafafa;
}
.proulis li:nth-child(2n) {
  background-color: #fff;
}
.proulis li a {
  display: block;
  position: relative;
}
.proulis li a h1 {
  float: left;
  width: 28%;
  border: 1px solid #ccc;
}
.proulis li a h1 span {
  display: block;
  border: 1px solid #e2e2e2;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  background-size: contain;
}
.proulis li a div {
  float: left;
  width: 68%;
}
.proulis li a div h2 {
  color: #ff3e3e;
  line-height: 18px;
  padding: 4px 0 0 10px;
  font-size: 14px;
}
.proulis li a div h3 {
  font-family: arial, \5B8B\4F53;
  padding: 4px 0 0 10px;
  color: #666;
}
.proulis li a em {
  display: block;
  width: 9px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 1%;
}
.proulis li a em:before {
  content: "";
  position: absolute;
  background: #aaaaaa;
  width: 11px;
  height: 11px;
  right: 0;
  top: 0;
  z-index: 10;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.proulis li a em:after {
  content: "";
  position: absolute;
  background: #fafafa;
  width: 11px;
  height: 11px;
  right: 4px;
  top: 0;
  z-index: 11;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.proulis li.alter a em:after {
  background: #fff;
}
.proulis li:last-child {
  border-bottom: 1px solid #ffffff;
  box-shadow: 0 1px #e6e6e6;
}
.nonews {
  padding: 0 0 0 10px;
}
/** 分页 **/
.news_query_pageBreak span {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  height: 26px;
  line-height: 26px;
  margin: 0 1px;
  padding: 0 7px;
}
.news_query_pageBreak a {
  border: 1px solid #E7ECF0;
  color: #0000CD;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  height: 26px;
  line-height: 26px;
  margin: 0 2px;
  padding: 0 7px;
}
.newviewpb {
  text-align: center;
}
.newviewpb a {
  display: inline-block;
  margin: 0 4px;
  color: #006;
  text-decoration: underline;
  font-size: 13px;
}
a.nowpage {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.next_prev {
  border-top: 1px dashed #CCC;
  margin-top: 10px;
  padding: 10px 0 10px 8px;
  line-height: 22px;
}
.next_prev a {
  color: #082561;
}
