﻿.left_box {
  float: left;
  width: 325px;
  padding: 58px 40px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 0px 7px 7px #eee;
}

.right_box {
  margin-left: 45px;
  float: left;
  width: 1030px;
  padding: 40px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 0px 7px 7px #eee;
}

.category-box h2 {
  width: 252px;
  height: 90px;
  background: linear-gradient(to right,#062041,#198f63);
  color: #fff;
  font-size: 26px;
  line-height: 90px;
  text-align: center;
  border-radius: 10px;
}

.category-box ul {
  margin-top: 13px;
}

  .category-box ul li {
      border-bottom: 1px solid #d3d3d3;
      width: 252px;
      height: 50px;
  }

      .category-box ul li a {
          display: block;
          height: 50px;
          background: #fff;
          color: #333;
          font-size: 20px;
          line-height: 50px;
          text-align: center;
          position: relative;
          transition: background .3s;
          text-decoration: none;
      }

          .category-box ul li a:hover, .category-box ul li.cur a {
              background: #198f63;
              color: #fff;
              transition: background .3s;
          }

          .category-box ul li a span {
              position: absolute;
              right: 0;
              font-family: SimSun;
              font-size: 20px;
              padding-right: 20px;
              transition: padding .3s;
          }

          .category-box ul li a:hover span, .category-box ul li.cur a span {
              padding-right: 10px;
              transition: padding .3s;
          }

.new_box {
}

  .new_box .hd {
      border-bottom: #f6d538 solid 1px;
      position: relative;
      line-height: 1;
  }

      .new_box .hd h1 {
          color: #271291;
          margin-bottom: 5px;
          font-size: 24px;
      }

      .new_box .hd a.more {
          position: absolute;
          font-size: 12px;
          color: #000;
          bottom: 5px;
          right: 0;
      }

  .new_box .bd {
      margin-top: 5px;
  }



.ul-news {
  zoom: 1;
}

  .ul-news li {
      line-height: 40px;
      height: 40px;
      overflow: hidden;
      position: relative;
      border-bottom: 1px dashed #E4E4E4;
  }

      .ul-news li:before {
          content: "";
          float: left;
          width: 5px;
          height: 5px;
          background: #271291;
          margin-left: 10px;
          margin-top: 18px;
      }

      .ul-news li a {
          width: 850px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          float: left;
          margin-left: 10px;
          font-size: 16px;
      }

      .ul-news li span {
          float: right;
          font-size: 12px;
      }

      .ul-news li:last-child {
          border: 0;
      }

.ul-imgs {
  overflow: hidden;
  margin: 0 -5px;
}

  .ul-imgs li {
      float: left;
      width: 186px;
      margin: 5px;
      height: 93px;
      position: relative;
      overflow: hidden;
  }

      .ul-imgs li img {
          height: 100%;
          width: 100%;
      }

      .ul-imgs li p {
          background: rgba(0,0,0,.5);
          position: absolute;
          bottom: 0;
          z-index: 3;
          height: 30px;
          line-height: 30px;
          color: #fff;
          padding: 0 5px;
          font-size: 12px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          width: 100%;
      }


.page-article {
  clear: both;
  overflow: hidden;
}

  .page-article .article-hd {
      margin-top: 15px;
      clear: both;
      padding-bottom: 16px;
      border-bottom: 1px solid #eee;
  }

      .page-article .article-hd.center {
          text-align: center;
      }
      .page-article .article-hd h1 {
          padding-bottom: 15px;
          font-size: 24px;
          color: #271290;
          padding: 0 10px;
      }

      .page-article .article-hd .article-hd-bar {
          color: #666;
          font-size: 13px;
          clear: both;
          height: 30px;
          line-height: 30px;
          padding: 0 10px;
      }

          .page-article .article-hd .article-hd-bar span {
              margin: 0 20px;
          }

  .page-article .article-bd {
      font-size: 16px;
      line-height: 28px;
      color: #222;
      padding: 20px 10px 0;
      overflow: hidden;
  }