@charset "utf-8";
/*新闻首页*/
.pos_l {
    float: left;
}

.pos_l .item .cover {
    height: 430px;
    min-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pos_l .title {
    display: block;
    width: 100%;
    height: 211px;
    background-image: url(../images/news/pos_bg.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    padding: 20px;
}

.pos_l .title h3 {
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 15%;
    bottom: 10px;
    left: 15%;
}

.pos_r {
    float: right;
}

.pos_r .item {
    float: left;
    width: 50%;
    padding-bottom: 5px;
    line-height: 24px;
}

.pos_r .item a {
    display: block;
    color: #fff;
    position: relative;
    height: 210px;
    width: 100%;
    overflow: hidden;
}

.pos_r .item a:hover .i .c {
    background-color: #ff6700;
}

.pos_r .item img {
    min-width: 100%;
    height: 210px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pos_r .item .i {
    background-image: url(../images/news/pos_bg.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: 210px;
}

.pos_r .item .i .b {
    position: absolute;
    left: 0;
    bottom: 0;
}

.pos_r .item .i .c {
    float: left;
    padding: 0 10px;
    background-color: #44a4f8;
    color: #fff;
    margin-left: 10px;
}

.pos_r .item .i .t {
    font-size: 16px;
    clear: both;
    padding: 10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner > .item {
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.carousel-inner > .item a{
    display: block;
    position: relative;
    height: 430px;
    width: 100%;
}

.base_left {
    min-height: 900px;
    background-color: #ffffff;
    padding: 15px;
}

.pos_hot_title {
    overflow: hidden;
    position: relative;
    /* height: 40px; */
}

.pos_hot_title .name {
    float: left;
    background-color: #fff;
    padding-right: 15px;
    color: #00a4ff;
    /* font-size: 16px; */
    line-height: 20px;
}

.pos_hot_title .more {
    float: right;
    /* font-size: 20px; */
    color: #ff4146;
}

.pos_hot_title .more:hover {
    color: #333;
}

.pos_hot_title .icon-diamond {
    font-weight: 700;
    font-size: 24px;
}

.base_list_content {
    padding: 0;
    background-color: #fff;
}

.tab-pane {
    margin-bottom: 30px;
}

.base_list_content .item {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.base_list_content .item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.base_list_content .item .p {
    float: left;
    position: relative;
    width: 165px;
    height: 165px;
    border-radius: 5px;
    overflow: hidden;
}

.base_list_content .item .p:hover {
    -webkit-box-shadow: 0 0 3px #E91E63;
    box-shadow: 0 0 3px #E91E63;
}

.base_list_content .item .p img {
    border-radius: 5px;
    height: 165px;
    width: 165px;
    transition: all 1.2s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.base_list_content .item .r {
    padding-left: 185px;
    line-height: 30px;
}

.base_list_content .item .r .t {
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.base_list_content .item .r .c {
    color: #999;
    padding: 8px 0;
}

.base_list_content .item .r .c a {
    color: #999;
}

.base_list_content .item .r .d {
    overflow: hidden;
    height: 88px;
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -moz-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
}

.base_list_content #moreBtn {
    padding-top: 40px;
}

.base_list_content #moreBtn a {
    display: block;
    margin: auto;
    width: 50%;
    height: 50px;
    border: 1px solid #e4e4e4;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #999;
    border-radius: 9px;
}

.base_list_content #moreBtn a:hover {
    color: #fff;
    background-color: #44a4f8;
}

.base_right {
}

.new_news {
    padding: 15px;
    border: 1px solid #eaeaea;
    height: 910px
}

/*文章详情*/
.crumbs {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    color: #bbb;
}

.crumbs a {
    color: #bbb;
}

.newsView-wrap .row {
    margin: 0;
}

.news-body {
    padding: 15px;
    background-color: #ffffff;
}

.news-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #EEEEEE;
}

.news-header h1 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
}

.single-meta {
    overflow: hidden;
    color: #999999;
    padding-top: 10px;
}

.single-meta .time, .single-meta .author {
    margin-right: 20px;
}

.pull-right {
    float: right;
}

.news-content {
    padding: 10px 0;
    font-size: 16px;
    line-height: 200%;
    color: #090909;
    text-align: justify;
    word-break: break-all;
}

.news-content * {
    line-height: 200%;
}

.news-content img {
    max-width: 100% !important;
}

.nav-single {
    padding: 10px 0 0 0;
    border-top: 1px solid #e4e9f0;
}

.nav-single .nav-previous,.nav-single .nav-next{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.single-info {
    border-top: 1px solid #e4e9f0;
    color: #ac9da2;
    font-size: 12px;
    padding-top: 10px;
}

.sidebar {
    padding: 10px;
    display: block;
    margin-bottom: 10px;
    background-color: #ffffff;
}

.sidebar .widget-title {
    margin-bottom: 12px;
    color: #00a4ff;
}

.new-list {
    overflow: hidden;
}

.new-list li {
    margin-bottom: 16px;
    position: relative;
    box-sizing: border-box;
    overflow: auto;
}

.new-list li:last-child {
    margin-bottom: 0;
}

.new-list li a {
    /* display: inline-block; */
    /* vertical-align: middle; */
    /* width: 100%; */
    /* font-size: 14px; */
}

.new-list .list-img {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    background-color: #f2f2f2;
}

.new-list .list-img img {
    max-width: 60px;
    min-height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.new-list  .list-title {
    float: left;
    width: calc(100% - 80px);
    height: 60px;
    overflow: hidden;
    line-height: 20px;
}
.new-list .list-title-name {
    height: 40px;
    overflow: hidden;
}
.new-list .list-title-info{
    display: inline-block;
    margin-right: 24px;
    color: #666666;
}

/*相关资料推荐*/
.other-article-wrap{
    padding: 24px 0 12px;
    overflow: hidden;
}
.other-article-list{
    float: left;
    width: 50%;
    padding-right: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*右边预览图列表*/
.cover-list {
    margin-bottom: 10px;
}

.cover-list:last-child {
    margin-bottom: 0;
}

.cover-list .cover-item {
    display: block;
    position: relative;
    width: 100%;
    height: 220px;
    margin-bottom: 15px;
}

.cover-list .cover-item:last-child {
    margin-bottom: 8px;
}

.cover-list .cover-item .item-img {
    width: 256px;
    height: 220px;
}

.cover-list .cover-item .item-title {
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    left: 0;
    bottom: 0;
    background-color: #0164b6;
    opacity: 0.8;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}
