.cate {
  width: 100%;
  float: left; }
  .cate .cate1 {
    width: 75%;
    float: left;
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 5rem; }
.cate .cate1 .cateTit{
    background: #229865;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 10px;
}
.cate .cate1 .cateTit h1{
    font-size: 16px;
    font-weight: bold;
}
    .cate .cate1 .artList li {
      width: 100%;
      float: left;
      border-bottom: 1px dotted #ccc;
      padding-bottom: 22px;
      margin-top: 22px; }
      .cate .cate1 .artList li .artImg {
        width: 37%;
        float: left;
        height: 185px;
        overflow: hidden; }
      .cate .cate1 .artList li .artM {
        width: 63%;
        float: left;
        padding-left: 30px;
        margin-top: 12px; }
        .cate .cate1 .artList li .artM .artName h3 {
          color: #000;
          font-weight: bold;
          font-size: 18px; }
        .cate .cate1 .artList li .artM .artDes {
          margin-top: 10px;
          text-align: justify; }
  .cate .cate2 {
    width: 22%;
    margin-left: 3%;
    float: left; }
    .cate .cate2 .cate2Tit {
      background: #229865;
      text-align: center;
      font-weight: bold;
      text-transform: uppercase;
      color: #fff;
      padding: 10px 0; }
    .cate .cate2 .cate2Hm {
      border: 1px solid #ccc;
      width: 100%;
      float: left; }
      .cate .cate2 .cate2Hm ul li {
        width: 100%;
        float: left;
        text-align: center;
        border-bottom: 1px solid #ccc;
        padding: 5px 0; }
        .cate .cate2 .cate2Hm ul li a:hover {
          color: #229865; }
    .cate .cate2 .cate2NewsMore {
      margin-top: 3rem;
      width: 100%;
      float: left; }
      .cate .cate2 .cate2NewsMore ul {
        width: 100%;
        float: left;
        border: 1px solid #ccc;
        padding: 15px; }
        .cate .cate2 .cate2NewsMore ul li {
          width: 100%;
          float: left;
          border-bottom: 1px dotted #ccc;
          margin-bottom: 10px;
          padding-bottom: 10px; }
          .cate .cate2 .cate2NewsMore ul li .cate2NewsMoreImg {
            width: 30%;
            float: left; }
          .cate .cate2 .cate2NewsMore ul li .cate2NewsMoreName {
            width: 70%;
            float: left;
            padding-left: 20px;
            font-weight: bold;
            font-size: 14px; }
    .cate .cate2 .cate2Dh {
      width: 100%;
      float: left;
      margin-top: 3rem;
      background: #229865;
      padding: 15px; }
      .cate .cate2 .cate2Dh .cate2DhTit {
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        color: #fff;
        padding: 10px 0; }
      .cate .cate2 .cate2Dh input,
      .cate .cate2 .cate2Dh textarea {
        width: 100%;
        margin: 10px 0;
        outline: none; }
      .cate .cate2 .cate2Dh .cate2DhBtn {
        margin-top: 1rem;
        text-align: center; }
        .cate .cate2 .cate2Dh .cate2DhBtn .cate2DhSend {
          cursor: pointer;
          background: #fff100;
          border-radius: 4px;
          text-transform: uppercase;
          font-weight: bold;
          padding: 5px 20px; }
    .cate .cate2 .cate2Tv {
      width: 100%;
      float: left;
      margin-top: 3rem;
      background: #229865;
      padding: 15px;
      text-align: center; }
      .cate .cate2 .cate2Tv .cate2TvTit {
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        font-weight: bold;
        padding: 10px 0;
        padding-bottom: 2px; }
      .cate .cate2 .cate2Tv a {
        color: #fff;
        font-weight: bold;
        font-size: 31px; }

.breadcrumbK {
  width: 100%;
  float: left;
  padding: 5px 0 5px 10px;
  margin: 10px 0; }

.detailName {
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  padding: 10px 0;
  margin-left: -15px;
  margin-right: -15px;
  font-size: 20px;
  padding-left: 15px; }
  .detailName h1 {
    font-size: 20px;
    font-weight: bold; }

.detailContent {
  margin-top: 15px; }
.detailContent p{
    margin-bottom: 10px;
}
.artsOther {
  width: 100%;
  float: left;
  margin-top: 5rem; }
  .artsOther .artsOtherTit {
    width: 100%;
    float: left;
    background: #229865;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 15px;
    font-size: 18px; }
  .artsOther ul {
    width: 100%;
    float: left;
    margin-top: 20px; }
    .artsOther ul li {
      width: 48%;
      float: left;
      margin: 10px 0;
      margin-left: 4%;
      border-bottom: 1px dashed #ccc;
      padding-bottom: 10px;
      margin-top: 10px; }
      .artsOther ul li:nth-child(2n + 1) {
        margin-left: 0; }
      .artsOther ul li .artOtherImg {
        width: 25%;
        float: left; }
      .artsOther ul li .artOtherM {
        width: 75%;
        float: left;
        padding-left: 15px; }
        .artsOther ul li .artOtherM h3 {
          font-weight: bold; }
      .artsOther ul li .artOtherDes {
        margin-top: 10px; }

/*# sourceMappingURL=cate.css.map */
