﻿
/*大图片*/
.navbar .navbar-d #l4{
     background: white;
     color: #2b93cf;
 }
.navbar .navbar-d .navbar-sp4{
    background: url("../img/nav_07.png") no-repeat;
     background-position:center center;
}
body .about-img{
    background: url("../img/fuli_01.jpg");

    background-position: center center;
}
.fuli-beijing{
    background: #f0f0f0;
}
.fuli-wenzhang{
    margin-bottom: 40px;
    margin-top: 20px;
    background: white;
    padding: 20px 0;
}
.fuli-wenzhang li:nth-child(1){
}
.fuli-wenzhang li{
    position: relative;
    height: 150px;
}
h2{
    margin-top: 54px;
    font-size: 28px;
}
.fuli-wenzhang li .fuli-zuo{
    width: 144px;
    height: 150px;
    text-align: center;
    display: inline-block;
    float: left;
}
.fuli-wenzhang li span:nth-child(1) span{
    font-size: 12px;
    color: #c2c2c3;
    float: left;
    position: absolute;
    top: 95px;
    left: 4%;
}
/*右边部分*/
.fuli-wenzhang li span:nth-child(2){
    width: 1037px;
    height: 150px;
    /*background: #f0f0f0;*/
    display: inline-block;
    float: left;
    margin-left: 17px;

}
.fuli-wenzhang li .fuli-you .fuli-yuandian{/*圆点*/
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
     background: #b3b3b3;
    position: absolute;
    top: 72px;
    left: 124px;
    z-index: 2;
}
.fuli-wenzhang li .fuli-zuojian{/*右边的三角*/
    content: '';
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-right: 14px solid white;
    border-bottom: 9px solid transparent;
    position: absolute;
    top: 67px;
    left: 151px;



}
.fuli-wenzhang li .fuli-zuo::after{/*中间线*/
    content: '';
    width: 2px;
    height: 150px;
    background: #ececec;
    position: absolute;
    top: 0;
    left: 143.5px;
    z-index: 1;
}
.fuli-span{

}
.fuli-you img{/*文章图片方面*/
              width:195px;
              height:110px;
    float: left;
    margin-left: 23px;
    margin-top: 20px;
    margin-bottom: 20px;

}
.fuli-you a{/*文章标题部分*/
    color: #000;
    padding-right: 363px;
    float: left;
    font-size: 20px;
    line-height: 58px;
    margin-left: 20px;
    text-decoration:none;
}
.fuli-wenzhang li .fuli-you .fuli-span-neirong{/*文章内容部分*/
    display: inline-block;
   font-size: 15px;
    line-height: 22px;
    color: #8c8c8c;
    margin-left: 30px;
    width: 779px;
}
/*始终标志。应用框架*/
.glyphicon-time:before{
    margin: 1px 3px;
}
.fuli-wenzhang li .fuli-you .fuli-tiaozhuan{
    font-size: 13px;
    margin: 5px 30px;
    position: relative;
    line-height: 20px;
}
.fuli-wenzhang li .fuli-you .fuli-youjian{/*右小键头*/
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 6px solid #8c8c8c;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 6px;
    left: 56px;
}
/*伪类部分*/
.fuli-wenzhang li .fuli-you:hover{/*显示背景*/
    background: #f0f0f0;
}
.fuli-wenzhang li .fuli-you:hover .fuli-zuojian{
    border-right: 14px solid #ececec;
}
.fuli-wenzhang li .fuli-you:hover .fuli-yuandian{
    background: #c30302;
}
.fuli-wenzhang li .fuli-you:hover a{
    color: #c30302;
}
.fuli-wenzhang li .fuli-you:hover .fuli-youjian{
    border-left: 6px solid #c30302;
}
.paginator{
color: #0f0f0f;
    padding-bottom: 29px;
    font-size: 22px;
}
.paginator a{
    color: #0f0f0f;
}
.paginator a:nth-child(1){
    color: #0f0f0f;
}
.paginator a:nth-child(2){
    color: #0f0f0f;
}
.paginator a:nth-child(3){
    color: #0f0f0f;
}
.paginator a:nth-child(4){
    color: #0f0f0f;
}
.paginator a:nth-child(5){
    color: #0f0f0f;
}




/*==============动画效果*/
.fuli-wenzhang{
    overflow: hidden;
}
/*#dongbachua{
    animation: feiqilai 1s;
      -moz-animation: myfirst 1s;	!* Firefox *!
       -webkit-animation: myfirst 4s;	!* Safari 和 Chrome *!
       -o-animation: myfirst 5s;
}*/
.fuli-wenzhang li:nth-child(1){
    animation: feiqilai 1s;
}
.fuli-wenzhang li:nth-child(2){
    animation: feiqilai 1.2s;
}
.fuli-wenzhang li:nth-child(3){
    animation: feiqilai 1.4s;
}
.fuli-wenzhang li:nth-child(4){
    animation: feiqilai 1.6s;
}
.fuli-wenzhang li:nth-child(5){
    animation: feiqilai 1.8s;
}
.fuli-wenzhang li:nth-child(6){
    animation: feiqilai 2s;
}
.fuli-wenzhang li:nth-child(7){
    animation: feiqilai 2.2s;
}
.fuli-wenzhang li:nth-child(8){
    animation: feiqilai 2.4s;
}
@keyframes feiqilai
{
    from {
        left: 1000px;}
    to {left: 0px}
}
