.banner {
    width: 100%;
    height: 480px;
    background: url('http://tbxoss.oss-cn-hangzhou.aliyuncs.com/itaobuxiu/banner.jpg') no-repeat center;
}

.news {
    width: 100%;
    background-color: rgba(237, 238, 242, 1);
    padding-top: 20px;
}

.news .items {
    float: left;
    width: 893px;
}

.news .items .item {
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: 80px;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

.news .items .item .view {
    position: absolute;
    display: block;
    width: 330px;
    height: 186px;
    left: 20px;
    top: -20px;
}

.news .items .item .date {
    position: absolute;
    width: 395px;
    bottom: 10px;
    left: 20px;
    color: #999;
}

.news .items .item .date .person {
    display: inline-block;
    width: 12px;
    vertical-align: sub;
    margin-left: 30px;
}

.news .items .item .date span {
    font-size: 64px;
    font-weight: 300;
}

.news .items .item .text {
    position: absolute;
    width: 486px;
    height: 255px;
    right: 37px;
    top: 40px;
    color: #999;
}

.news .items .item .text h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
}

.news .items .item .text span {
    display: block;
    color: #666;
    font-size: 12px;
    margin-bottom: 12px;
}

.news .items .item .text p {
    font-size: 14px;
}

.show-more {
    margin-top: 12px;
    text-align: right;
}

.load-more {
    width: 100%;
    height: 60px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    line-height: 60px;
    text-align: center;
    margin: 20px 0 40px 0;
    cursor: pointer;
}

.load-more:hover {
    background-color: #1975F0;
    color: #fff;
}

.news .tabs {
    float: left;
    width: 275px;
    height: 200px;
    margin: 80px 0 0 30px;
}

.news .tabs h3 {
    font-size: 14px;
    color: #666;
}

.news .tabs h3 span {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 8px;
    margin-left: 10px;
    vertical-align: middle;
}

.news .tabs h3 span:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #D8D8D8;
    left: 0;
    top: 0;
}

.news .tabs h3 span:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background-color: #D8D8D8;
    left: 0;
    bottom: 0;
}

.fenlei {
    width: 100%;
    margin-top: 20px;
}

.fenlei li {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 16px;
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
    background-color: #fff;
    cursor: pointer;
}

.fenlei li span {
    float: right;
    margin-right: 16px;
}

.fenlei li:hover ,.fenlei li.active{
    background-color: #1975F0;
    color: #fff;
}

.detail-content {
    width: 100%;
    background-color: #EDEEF2;
    padding: 40px 0;
}

.detail-content .tt {
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
}

.rich-text {
    width: 100%;
    padding: 60px 200px;
    background-color: #fff;
    box-sizing: border-box;
}
.rich-text .date  {
    margin-bottom: 15px;
}
.rich-text .date .person {
    display: inline-block;
    width: 12px;
    vertical-align: sub;
}
.rich-text .title{
    width:800px;
    font-size:32px;
    font-family:MicrosoftYaHei-Bold;
    color:rgba(51,51,51,1);
    line-height:48px;
    margin-bottom: 30px;
}