hr {
    margin-left: 0;
    width: 35%;
    height: 3px;
    background: #1a6080;
}

p.title {
    font-weight: bolder;
    color: #1a6080;
}
.navbar-nav > li > a {
    line-height: 60px;
    color: #1a6080;
    font-weight: bold;
}
.navbar {
    min-height: 60px;
}

h1,h2,h3,h4{
    color: #0b0b0b;
}

.faicon {
    font-size: 3rem;
    padding-right: 3px;
    color: #979797;
}
.fa-info {
    color: #CA8F44;
}

@media (max-width: 991px) {
    .navbar-nav > li > a {
        line-height: 24px;
        color: #1a6080;
        font-weight: bold;
    }
    h3 {
        font-size: 20px;
    }
}

.new_list {
    padding-top:30px;
}
.new_list .item_block {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    border: 0;
    padding: 20px 0;
    display: flex;
}
.new_list .item_block:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, .0);
    margin-top: -10px;
    margin-bottom: 30px;
}
.new_list .item_block a {
    position: relative;
    display: block;
}
.new_list .item_block .item_img {
    width: 260px;
    margin-right: 30px;
    float: left;
    position: relative;
    overflow: hidden;
}
.new_list .item_block .item_img img {
    width:100%;
}
.new_list .item_block .item_wrapper {
    width: calc(100% - 290px);
    padding: 0 0 18px;
    float: left;
    height: auto;
    padding-right:140px;
}
.new_list .item_block .date_wrap {
    position: absolute;
    right: 0;
    top: 0;
    height: 106px;
    border-left: 1px solid #2e2e2e;
    border-left-color: rgba(0, 0, 0, .15);
    margin: 0;
    width: 120px;
    text-align: center;
}
.new_list .item_block .date_wrap .md, .new_list .item_block .date_wrap .year {
    font-size: 24px;
    color: #999;
    font-family: helveticaneuethn, HELVETICANEUELTPRO-THEX, "微软雅黑";
    display: block;
    line-height: 46px;
    width: 100%;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .3s ease-out 0s;
    margin-bottom: 18%;
    padding-bottom: 16px;
    font-weight:100;
}
.new_list .item_block .date_wrap::after {
    content: "\e909";
    width: 20px;
    height: 20px;
    position: absolute;
    border: 0;
    top: 80px;
    left: 28px;
    transition: all ease-out .3s;
    font-size: 18px;
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    background-color: transparent;
    color:#999;
}
.new_list .item_block .item_info {
    width: 100%;
    padding: 0;
    text-align: left;
    transition: all .3s ease-out 0s;
}
.new_list .item_block .item_info .title {
    color: #666;
    font-size: 18px;
    transition: all .3s ease-out 0s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 8px;
    height: auto;
}
.new_list .item_block .item_des {
    white-space: inherit;
    text-align: left;
    font-size: 12px;
    margin-top: 4px;
    overflow: hidden;
}
.new_list .item_block .item_des p {
    height: 48px;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    text-align: left;
    color: #999;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s ease-out 0s;
    width: 100%;
    white-space: inherit;
}
.new_list .item_block .item_tags {
    display: block;/*width: calc(100% - 290px);*/
}
.new_list .item_block .item_tags a {
    color: #999;
    background-color: transparent;
    position: relative;
    display: inline-block;
    margin: 20px 6px 0 0;
    height: 24px;
    line-height: 24px;
    padding: 0 12px;
    font-size: 14px;
    transition: all .3s ease-out 0s;
}
.new_list .item_block .item_tags a:hover {
    background-color:#4a4a4a;
    color:#fff
}
.new_list .item_block:hover .date_wrap:after {
    color:#999;
}
.new_list .item_block:hover .date_wrap .md {
    color: #464646;
}
.pages {
    padding:20px 0;
    text-align:center;
}
.pages span {
    margin:0 10px;
    line-height:28px;
    color:#222
}
.pages a {
    width:36px;
    height:36px;
    display:inline-block;
    line-height:36px;
    text-align:center;
    font-family:Arial;
    margin-right:6px;
    transition:all .2s ease-out;
    text-decoration:none;
    background-color: rgba(214, 214, 214, 0.37);
    color: #969494;
}
.pages a.active {
    color: #fff;
    background-color: #305dc3;
}
.pages a:hover {
    background-color: #305dc3;
    color: #fff;
}
@media (max-width:767px) {
    .new_list {
        padding-top:0;
    }
    .new_list .item_block {
        padding: 20px 0;
        border-bottom: 1px solid rgba(0, 0, 0, .08);
        text-align: left;
        margin-bottom:0;
    }
    .new_list .item_block:hover {
        margin:0;
    }
    .new_list .item_block .item_img {
        width: 100%;
        margin-right: 0;
        float: inherit;
        position: relative;
        overflow: hidden;
        padding-bottom: 10px;
    }
    .new_list .item_block .item_wrapper {
        padding: 0;
        height: auto;
        float:inherit;
        padding-right: 0;
        width:100%;
    }
    .new_list .item_block .date_wrap {
        position:relative;
        height:auto;
        border:none;
        width:auto;
        text-align:left;
    }
    .new_list .item_block .date_wrap .md, .new_list .item_block .date_wrap .year {
        font-size: 14px;
        line-height: 26px;
        margin-bottom:0;
        padding-bottom:0;
        display:inline-block !important;
        width:auto;
        color: #999;
    }
    .new_list .item_block:hover .date_wrap .md {
        color: #999;
    }
    .new_list .item_block .date_wrap::after {
        display:none;
    }
    .new_list .item_block .item_info .title {
        font-size: 14px;
        height: auto;
    }
    .new_list .item_block .item_des p {
        height:auto;
        font-size: 13px;
        line-height: 22px;
        margin-top: 0;
    }
    .new_list .item_block .item_tags a {
        color: #333;
        background-color: transparent;
        position: relative;
        display: inline-block;
        margin: 0;
        height: 24px;
        line-height: 24px;
        padding: 0;
        font-size: 14px;
        transition: all .3s ease-out 0s;
    }
    .new_list .item_block .item_tags a:hover {
        background-color:transparent;
        color:#e40807
    }
}
.new-container .news-header {
    padding-bottom: 40px;
    padding-top: 70px;
    text-align:center;
}
.new-container .news-header p.title {
    font-size: 30px;
    line-height: 35px;
    color: #444;
    margin-bottom: 8px;
    font-weight: bold;
}
.new-container .news-header p.subtitle {
    font-size: 16px;
    line-height: 30px;
    color: #c1c1c1;
}
.new-container .postbody p {
    margin: 5px;
    font-size: 16px;
    color: #777;
    padding-bottom: 6px;
    text-indent:2em;
}
.new-container .postbody p img {
    max-width:800px;
    display: block;
    margin: 10px auto;
}


.new-container .postbody p.justify img {
    width:auto;
}
@media (max-width:767px) {
    .new-container .postbody p img {
        width:100%;
        max-width: 100%;
        min-width: 100%;
        height: auto;
        max-height:100%;
        min-height: auto;
    }
    .new-container .news-header {
        padding: 20px 0;
        text-align: left;
    }
    .new-container .news-header p.title {
        font-size: 16px;
        line-height: 20px;
        color: #333;
        transition: all .3s ease-out 0s;
        margin: 0;
    }
    .new-container .news-header p.subtitle {
        color: #999;
        font-size: 12px;
        margin-top: 4px;
        transition: all .3s ease-out 0s;
        line-height: 14px;
    }
    .new-container .postbody {
        border-top: 1px dotted #d3d3d3;
        padding-top: 20px;
    }
    .new-container .postbody p {
        margin:0 0 10px;
        font-size: 14px;
        color: #777;
        padding-bottom: 6px;
        text-indent:0;
    }
    .new-container .postbody p iframe {
        width:100%;
        height:300px;
    }
}
