﻿.text{
    width:100%;
    height:280px;
    background:url(/images/childpage/news.png?v=641309);
}
.textBox{
    width:1200px;
    height:100%;
    margin:0 auto;
    padding-top:60px;
    box-sizing:border-box;
}
    .textBox h1 {
        font-size: 36px;
        font-weight: bold;
        color: rgba(255,255,255,1);
        margin-bottom: 32px;
    }
    .textBox p {
        font-size: 18px;
        font-weight: bold;
        color: rgba(255,255,255,1);
        line-height: 27px;
    }
.content {
    width: 100%;
    background: #eee;
    padding-bottom: 30px;
}

.text > img {
    width:100%;
    vertical-align: top;
}
.wrapper_breadLines {
    font-size: 16px;
    color: #666; 
    width: 1200px;
    margin: auto;
    padding-top: 30px;
    padding-bottom:30px;
}
.wrapper_breadLines a{
    display:inline-block;
    color:#555555;
}
.wrapper_active{
    color:#b1b1b1!important;
}
.wrapper_main {
    width: 1200px;
    margin: auto;
    padding-bottom: 60px;
    overflow: auto;
}
.wrapper_left {
    width:847px;
    min-height: 600px;
    float: left;
    background: #eee;
}
.w_input {
    height: 74px;
    background: #fff;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 12px;
    line-height: 74px;
    display:flex;
    align-items:center;
}
form {
    font-size: 0;
    display: flex;
    position: relative;
}
.in_box {
    display: inline-block;
    width: 658px;
    height: 50px;
    outline: none;
    border: 1px solid #FA7911;
    font-size: 16px;
    color: #333;
    padding-left: 50px;
}
.searchBox {
    position: absolute;
    top: 16px;
    left: 18px;
}
.in_box::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 50px;
    color: #B1B1B1;
}
.in_btn{
    display:inline-block;
    width:140px;
    height:50px;
    background:#fa7a12;
    color:#fff;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    outline:none;
    border:none;
    line-height:50px;
    cursor:pointer;
}
.w_nav {
    background: #fff;
    width: 100%;
    font-size: 0;
    padding: 0 20px;
}
.w_navB {
    border-bottom: 1px dashed #DCDCDC;
    width: 100%;
    height: 100%;
    padding-bottom: 20px
}
.nav_cl {
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width:110px;
    outline: none;
    border: 0 solid #fff;
    background: #F3F4F6;
    color: #666666;
    cursor: pointer;
    margin:20px 23px 0 0;
}
    .nav_cl:hover {
        background: #fa7a12;
        color:#fff;
    }
    .btn {
        display: inline-block;
        font-size: 14px;
        line-height: 40px;
        width: 110px;
        outline: none;
        background: #fa7a12;
        color: #fff;
        height: 40px;
        margin: 20px 23px 0 0;
    }
.article_list {
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    display:none;
}
.article_list.activeList{
    display:block !important;
}
#pagination{
    background:#fff;
}
.article_item {
    padding-top: 20px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #DCDCDC;
    overflow: hidden;
}
/*.article_item:first-child{
    border-top:2px solid #f9f9f9;
}*/
.time {
    font-size: 14px;
    color: #A3A3A3;
    margin-top: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.time span {
    margin-right:10px;
}
.item_title {
    font-size: 18px;
    color: #666666;
    margin-bottom: 15px;
}
.item_subtitle {
    font-size: 15px;
    color: #A3A3A3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height:28px;
}
.wrapper_right {
    width: 400px;
    float: right;
    background: #fff;
    overflow: auto;
    padding-left:20px;
    padding-right:30px;
}
.hot_news{
    margin-top:20px;
    margin-bottom:30px;
    font-size:20px;
    color:#fa7a12;
}
.hot_news>img{
    margin-right:20px;
    vertical-align:middle;
    margin-bottom:5px;
}
.w_li1{
    margin-bottom:12px;
    display:flex;
    justify-content:space-between;
}
.w_li1 a{
    display: flex;
    justify-content: space-between;
}
.w_li1 p{
    display: inline-block;
    font-size: 18px;
    color: #333;
    width: 312px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.w_li1  span{
    display:inline-block;
    width: 26px;
    height: 26px;
    border-radius: 2px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #333;
    background: #fa7a12;
    margin-right:12px;
}
.w_li1:nth-child(n+4) span {
    background: #ccc;
}
a {
    text-decoration: none;
    color: #353535;
}

a:hover, .item_title:hover, .item_subtitle:hover, .w_li1 p:hover{
    color: #fa7a12;
}

.fontBox {
    display:flex;
    justify-content:space-between;
    margin-top:17px;
    align-items:center
}
.fontfs {
    padding:0 10px;
    height:30px;
    background:#fa7a12;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height:30px;
    width:112px;
    box-sizing:border-box;
    overflow:hidden;
    margin-right:10px;
}
    .fontfs:hover{
        color:#fff!important;
    }
    .fontBox .time {
        margin-top: 0;
    }

