/* 新闻资讯样式 */
.news{margin: 20px auto}
.news .aside-nav {
    position: relative;
}
.news .aside-nav>ul {
    position: relative;
    z-index: 2;
}
.news .aside-nav>ul>li.cur>a {
    color: #e8651b;
}
.news .aside-nav>ul>li.active>a {
    font-weight: 600;
}
.news .aside-nav>ul>li>a {
    text-align: right;
    font-size: 16px;
    line-height: 34px;
    color: #333;
    display: block;
    padding-right: 30px;
    overflow: hidden;
}
.news-block{
    border-left: 2px solid #e6e6e6;
    min-height: 500px
}
.news .aside-nav .round {
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -mz-border-radius: 50%;
    z-index: 10;
    top: 10px;
    right: -23px;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 2px solid #e8651b;
}
.news .news-block .news-header{
    margin-bottom: 35px;padding-bottom: 30px;
    border-bottom: 1px dotted #bfbfbf;
}
.news .news-block .news-header h2 {
    font-size: 24px;
    color: #e8651b;
    margin-bottom: 0;
}
.news .news-block .news-header .news-sub {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    margin-top: 5px;
    font-family: arial;
    color: #a9a9a9;
}
.news-list .item{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E2E3E4;
}
.news-list h5{font-weight: 600}
.news-list .datetime {
    text-indent: 0;
    margin-bottom: 10px;color:#7a7a7a;
}
.news-list a{color: #000}
.news-list a:hover{color: #f00}
.news-list a:focus{text-decoration: none}
.more{
    background-color: #ccc; font-size: 16px;text-align: center;letter-spacing: 2px;
    padding: 10px 20px; width: 300px;
    margin: 20px auto;cursor: pointer
}
.news-content{margin-top: 20px}
.news-title {
    font-size: 24px;
    line-height: 30px;
}
.news-info {
    color: #9e9e9e;
    margin-top: 40px;
    border-top: 1px dotted #bfbfbf;
    border-bottom: 1px dotted #bfbfbf;
}
.news-info span {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}
.news-ed {
    margin-bottom: 40px;
    margin-top: 40px;
    line-height: 30px;
}

.tag a{margin-right: 20px}
.item .img-responsive{height: 150px}