/*  个体部分   */
/*  左边栏目  */
.position{
    width:1186px;
    height:30px;
    /*border:1px solid red;*/
    margin:0 auto;
    color:#666;
    padding: 10px 0;
}
.bread {
    font-size: 13px;
    color: #666;
    line-height: 30px;
    background: #f3f3f3 url(../images/ba1.jpg)no-repeat center left;
    padding-left: 22px;
}
.bread a{
    color:#666;
    font-size: 15px;
    text-decoration: none;
}


.brief{
    min-width: 1186px;
    height:1100px;
    /*border:1px solid lime;*/
    background:#f2f2f2;

}
.brief_a{
  width:1186px;
  height:1000px;
  /*border:1px solid red;*/
  background-color:#f2f2f2;
  margin: 0 auto;

}
.brief-a-left{
    width:230px;
    /*height:66px;*/
    /*border:1px solid #002d54;*/
    background: #fff;
    float: left;
}
.brief-a-left ul{
    width:230px;
}
.brief-a-left li span{
    height:50px;
    font-size:25px;
    color:#fff;
    display: block;
    padding: 20px 16px;
    text-decoration: none;
    cursor: pointer;
    background: #002d54;
    /*text-align: center;*/
    line-height: 50px;
}
.brief-a-left li a{
    display: block;
    font-size: 19px;
    color: #000;
    padding: 20px 16px;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid #e8e8e8;
    transition:0.8s;
}
.brief-a-left li a:hover{
    /*background:#f2f2f2;*/
    /*border-bottom: 1px solid #002d54;*/
    color:#002d54;
    box-shadow:0 5px 10px 0 rgba(124,124,124,0.6);
    border-left:5px solid #002d54; 
    transition:0.5s;
}

.brief_a_right{
     width:927px;
    height:950px;
    /*border:1px solid red;*/
    float:left;
    background:#fff;
    margin-left:25px;

}
.brief_a_right_tit{
    width:926px;
    height:80px;
    border-bottom: 3px solid #002d54;
}
.brief_a_right_tit p{
    font-size:23px;
    line-height:100px;
    color:#002d54;
}

.brief_a_right_1{
    width:926px;
    height:300px;
    /*border:1px solid black;*/
    /*background:url(../images/1.jpg)no-repeat;
    background-size: 100%;
    /*position: absolute;*/
}
.brief_a_right_12{
    width:926px;
    height: 30px;
    border-bottom:1px solid black;
}
.centent-kc{
  width:398px;
  height: 39px;
  /*border:1px solid red;*/
  border-bottom: 1px solid #eee;
  -webkit-transition: all 1s ease 0s;
  margin:0px 10px; 
  text-decoration: none;
  color: rgba(0, 0, 0, 0.4);
  transition: color .3s ease;
}
/*三角形*/
.date-triangle-right {
    width: 20px;
    height: 0;
    float:left;
    border-top: 8px solid transparent;
    border-left: 16px solid #002d54;
    border-bottom: 8px solid transparent;
    margin:10px 0;
    line-height: 16px;
}
.brief_a_right_1 ul li{
    margin:15px 0;
}
.centent-kc-a{
  width:398px;
  height:30px;
  margin:0 auto;
}
.centent-kc-a a{
  line-height: 35px;
  margin:0;
  letter-spacing:3px;
  padding: 10px;
  font-size: 16px; 
  font-family: '微软雅黑';
  color:black;
  text-decoration: none;
}
.centent-kc:hover{

  width:398px;
  border-bottom:1px solid #97080ea3;
  transition: color 0.6s ease;
}
.centent-kc a:hover{
  color:#97080ea3;
  transition: color 0.8s ease;
}
