﻿.tab-tit {
 height: 40px;
  }
  
  .tab-tit a {
 width: 20%;
 text-align: center;
 float: left;
 height: 40px;
 line-height: 40px;
 color: #333;
 font-size: 20px;
 position: relative;
  }
  .news .article_box img{width: 200px;height: 120px;}
  .active-1 {
 border-bottom: 3px solid #005bac;
  }
  li.Li_Odd {
   border-bottom: 1px dashed #d5d5d5;
  }
  li.Li_Even {
   border-bottom: 1px dashed #d5d5d5;
  }
  .active-1:after {
 content: "";
 position: absolute;
 bottom: -8px;
 left: 50%;
 margin-left: -13px;
 width: 100%;
 background: url(/Sites/Uploaded/UserUpLoad/20190319/20190319114204.png) no-repeat center;
 display: block;
 width: 26px;
 height: 8px;
  }
  
  .tab-con {
 margin-top: 20px;
  }
  
  .tab-con .news {
 display: none;
 border: 1px solid #ccc;
 box-shadow: 0px 0px 15px #ccc;
 padding: 20px;
 height: 402px;
  }
  
  .tab-con .news li {
 line-height: 40px;
  }
  
  .tab-con .news li .span_date {
 float: right;
  }
  
  .tab-con .selected {
 display: block;
  }
  
  .col-box {
 padding-left: 20px;
 padding-top: 60px;
 box-sizing: border-box;
  }
  
  .col-box a {
 display: block;
 color: #fff;
 border: 1px solid #ccc;
 height: 70px;
 width: 100%;
 text-align: center;
 line-height: 70px;
 font-size: 20px;
 box-shadow: 0px 0px 15px #ccc;
 transition: all 0.3s;
  }
  
  .col-box a:hover {
 font-weight: bold;
  }
  .col-md-4.col-box.fl a {
 font-size: 28px;
 color: #005bac;
 border-radius: 30px 10px;
  }
  .col-box a.box1 {
 border: 3px solid #005bac;
  }
  
  .col-box a.box2 {
 margin: 13px 0px;
 border: 3px solid #005bac;
  }
  
  .col-box a.box3 {
 margin: 13px 0px;
 border: 3px solid #005bac;
  }
  .col-box a.box4 {
 margin: 13px 0px;
 border: 3px solid #005bac;
  }
  .col-box a.box5 {
 margin: 13px 0px;
 border: 3px solid #005bac;
  }
  
  @media screen and (max-width:1366px) {
 .main_content {
 margin-bottom: 40px;
 }
 .col-box a {
 font-size: 15px;
 }
  }
  
  @media screen and (max-width:768px) {
 .col-md-8 {
 width: 100%;
 }
 .col-md-4 {
 padding-top: 20px;
 width: 100%;
 padding-left: 0;
 }
 .col-md-4.col-box.fl a {
   font-size: 24px;
  }
  }
  
  @media screen and (max-width:640px) {
 .tab-tit a,
 .col-box a {
 font-size: 14px;
 }
  }
  
  @media screen and (max-width:375px) {
 .tab-tit a,
 .col-box a {
 font-size: 12px;
 }
  } 