.ourNews{
    width: calc(100% - 40px);
    line-height: 54px;
    height: 54px;
    background: white;
    padding: 15px 20px 0 20px;
    margin-top: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.sub-menu{
    border-bottom: 2px solid #f3f3f3;
}
.sub-menu-left a{
    font-size: 15px;
    margin-left: 6px;
}

.sub-menu-left .img1{
    width:14px;
}
.you{
    margin-left: 5px;
}
.dx{
    text-transform: uppercase;
}



.page-main {
    width: 100%;
    background-color: #0f0;
}

.new_list {
    width: 15%;
    height: 570px;
    background-color: #f9f9f9;
    line-height: 36px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    float: left;
}

.new_list li {
    line-height: 36px;
    padding: 5px 0 5px 15px;
}

.new_list li:hover {
    background-color: #004ea2;
    color: #fff !important;
}

.news_list_index {
    padding-bottom: 50px;
}

.content {
    width: 85%;
    margin-left: 15%;
    height: 570px;
}

.index_content {
    padding: 10px 20px 10px 40px;
}

.index_content li {
    line-height: 45px;
    border-bottom: 1px dashed #ddd;
    /*height: 36px;*/
}

.index_content li a {
    font-size: 16px;
    color: #444;
}

.news_title {
    float: left;
}

.time {
    text-align: right;
    font-size: 14px;
    color: #aaa;
}

.distance {
    margin-left: 20px;
}

.new_list .link {
    display: block;
    /*color: #414141;*/
    padding: 5px 15px;
    position: relative;
}

.new_list .link:hover {
    /*color: #444;*/
    font-weight: bold;
    /*text-align: center;*/
}

.on {
    background-color: #004ea2;
    color: #fff !important;
    /*text-align: center;*/
}

.zan {
    width: 24px;
    height: 46px;
    display: inline-block;
}

.linian {
    padding: 60px 0 0  0;
    overflow: hidden;
    background: #f5f5f5;
}

.linian li {
    width: 100%;
    overflow: hidden;
    background: #fff;
    margin-bottom: 4em;
}

.linian li .cont {
    padding: 30px 60px;
    width: 50%;
    overflow: hidden;
    box-sizing: border-box;
    height: 550px;
}

.linian li .cont h1 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #333333;
}

.linian li .cont span {
    display: block;
    width: 15px;
    height: 2px;
    background: #666666;
    margin: 40px 0;
}

.linian li .cont figure {
    width: 100%;
    overflow: hidden;
}

.linian li .cont figure p {
    line-height: 26px;
    font-size: 13px;
    color: #555;
}

.linian li .ln_img {
    width: 50%;
    overflow: hidden;
}

.linian li .ln_img img {
    display: block;
    width: 100%;
    height: 550px;
}

.linian li .ln_img img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.linian li:hover .ln_img img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}

.honor {
    background: #f5f5f5;
    padding: 50px 0;
}
.p-title {
    width: calc(100% - 30px);
    text-align: center;
}

.p-title .t {
    line-height: 49px;
    font-size: 30px;
}

.p-title .s {
    display: block;
    width: 20px;
    height: 3px;
    background: #e50012;
    margin: 10px auto 0;
}

.p-title .c {
    line-height: 27px;
    font-size: 16px;
    color: #666666;
    margin: 13px 0 0;
}
.mt50 {
    margin-top: 50px;
}
.index-table {
    display: table;
}

.index-cell {
    display: table-cell;
    vertical-align: middle;
}

/*
.fl {
    float: left;
}

.fr {
    float: right;
}
*/
