


.news{
    width: 100%;
    padding: 60px 0;
}


.news .nav-tabs-parent {
    width: 100%;
    overflow: hidden;
    position: relative
}
.news .nav-tabs-parent::after{
    position: absolute;
    content:'>';
    top: 15px;
    left: 0px;
    font-size: 20px;
    font-weight: 700;
    font-family: '宋体';
}
.news ul li{
    padding-top: 0;
    padding-left: 0;
}
.news ul>li>a:hover{
    background-color: #fff;
}
.news .nav > li {
    position: relative;
    display: block;

}
.news .nav li a{
    color: #333;
    font-size: 16px;
}
.news .nav-tab > li {
    float: left;
    margin-bottom: 0px;
    margin-right: 35px;
}

.news .nav-tab > li.active > a, .news .nav-tab > li.active > a:hover {
    color: #2661d6;
    cursor: default;
    border: none;
    border-bottom: 1px solid #2661d6;
}

.news .list{
    width: 100%;
    height: 100%;

}

.news .newsTime{
    width: 100%;
    height:100px;
    margin-top: 30px;
    position: relative;
}
.news .newsTime .newsTimeMonth{
    font-size: 32px;
}
.news .newsTime .line{
    width: 1px;
    height: 160px;
    background-color: #333;
    position: absolute;
    right: 75px;
    top: -30px;
    transform: rotate(60deg);
}
.news .newsTime .newsTimeYear{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 32px;
}
.news .newsContent{
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.news .newsContent h4{
    font-size: 24px;
    color: #2661d6; 
    margin: 0 0 10px 0;
    padding:0;
}
.news .newsContent p{
    font-size: 18px;
    line-height: 30px;
    color:#666;
    text-indent: 2em;
    padding:0;
}
.news .newsContent a{
    font-size: 18px;
    color: #2661d6;
    position: absolute;
    right: 10px;
    bottom: 0;
}

.myNav{
    margin:0 auto;
    text-align: center;
}
.myNav ul li{
    padding:0;
}