* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  
  a {
    text-decoration: none;
    color: #000;
  }
  
  li {
    list-style: none;
  }
  
  .tab-pane {
    display: none;
  }
  
  .box {
    width: 1280px;
    margin: 0 auto;
    margin-top: 30px;
  }
  

  
  .box1 {
    margin-top: 0 !important;
    width: 1200px;
    display: flex;
    justify-content: space-between;
  }
  .box1 #left{
    width: 860px;
    min-height: 700px;
  }

  .box1 #left .zhuti{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #79797D;
    line-height: 24px;
  }

  .box1 #left .header {
    margin-bottom: 25px;
  }

  .box1 #left .header a{
    font-family: SimSun;
    font-weight: 400;
    font-size: 28px;
    color: #024AC2;
    line-height: 24px;
  }
  .box1 #left .header::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #E0E0E0;
    border-radius: 1px;
    display: block;
  }
  .box1 #left ul {
    width: 100%;
    margin-top: 27px;
  }

  .box1 #left ul li>span:first-child{
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #8CADE5;
    position: relative;
    top: -3px;
    margin-right: 10px;
  }
  
  .box1 #left ul li{
    float: left;
    width: 100%;
  }


  .box1 #left ul li:nth-child(6),
  .box1 #left ul li:nth-child(11),
  .box1 #left ul li:nth-child(16){
    padding-bottom: 15px;
    border-bottom: 1px solid #E0E0E0;
  }
  .box1 #left ul li:nth-child(7),
  .box1 #left ul li:nth-child(12){
    padding-top: 15px;
  }
.box1 #left ul li:last-of-type {
    padding-bottom: 15px;
    border-bottom: 1px solid #E0E0E0;
}

  .box1 #left ul li a{
    font-family: Microsoft YaHei;
    font-size: 16px;
    color: #333333;
    line-height: 48px;
    transition: all ease-out 0.5s;
  }
  .box1 #left ul li a:hover{
    color: #024AC2;
  }
  .box1 #left ul li .time{
    float: right;
	line-height: 48px;
  }



  .box1 #right{
    width: 300px;
    height: 520px;
    border: 1px solid #E0E0E0;
    margin-top: 45px;
  }
  .box1 #right .header a{
    font-family: SimSun;
    font-weight: 400;
    font-size: 22px;
    color: #CC3333;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 12px;
    line-height: 24px
  }
  .box1 #right ul {
    width: 100%;
  }
  .box1 #right ul li{
    float: left;
    margin-bottom: 21px;
    margin-left: 12px;
  }
  .box1 #right ul li span{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #EBEBEB;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 14px;
    text-align: center;
    color: #888888;
  }
  .box1 #right ul li:nth-child(2) span,
  .box1 #right ul li:nth-child(3) span,
  .box1 #right ul li:nth-child(4) span{
    background: #CC3333;
    color: #fff;
  }
  .box1 #right ul li a{
    color: #333333;
    transition: all ease-out 0.5s;
	overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 12px;
	display: inline-block;
    width: 80%;
    transform: translateY(3px);
  }
  .box1 #right ul li a:hover{
    color: #024AC2;
  }
  .zheng .header {
	margin: 20px 0;
  }
  
  //.nav {
  // line-height: 50px;
   //height: 50px;
  //}

//.nav a {
   //line-height: 50px;
  // height: 50px;
 // color: #79797D;
  //}
  

