﻿.nei_wrap {
    margin-right: auto;
    margin-left: auto;
}

.list_main {
    max-width: 1400px;
    height: auto;
    padding-bottom: 50px;
    margin: 0px auto;
}

.sidebar {
    width: 240px;
    margin: 0 0 30px;
    float: left;
}

.sidebar ul li {
    position: relative;
    border-bottom: 1px solid #ddd;
}

.sidebar ul li a {
    position: relative;
    display: block;
    padding: 17px 17% 17px 13%;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #333;
    text-align: left;
}


.sidebar ul li a::after {
    position: absolute;
    top: calc(20% - 0.15rem);
    right: 10%;
    bottom: auto;
    left: auto;
    z-index: 1;
    content: ">";
    font-family: "å®‹ä½“";
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}

.sidebar ul li.cur {
    border-bottom: none;
    border-left: 4px solid #006d56;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #006d56;
    background-size: 1rem;
}

.sidebar ul li.cur>a {
    color: #fff;
    border: none;
}



.pad_sidebar {

    position: relative;
    padding: 0 0.2rem;
    width: calc(100% - 290px);
    background-repeat: no-repeat;
    background-position: 0 0;

    border-radius: 3px;

    float: right;

}

.right_main {
    position: relative;
    width: 100%;
    min-height: 30px;
    margin: 0 0 40px;
    float: right;
}

.current_column {
    line-height: 60px;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.current_column h3 {

    font-size: 22px;
    font-weight: 700;
    line-height: 60px;
    color: #006d56;
    text-align: left;

    padding-left: 3%;
}

.right_list {
    margin: 10px 0 0;

}


.right_list ul li:hover {
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    -o-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
}

.right_list ul li {
    padding: 16px 0;
    border-bottom: 1px dashed #d3d3d3;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s;
}

.right_list .nei_title::before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    margin: 0 12px 1px 0;
    background: #e4a62e;
    border-radius: 50%;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s;
}



.nei_title {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
    text-align: left;

}

.right_list .nei_title {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 120px);
}

.nei_title:hover {
    color: #006d56;
}

.nei_tt1 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.right_list .date {
    padding: 0 0 0 23px;
    font-size: 15px;
    background-image: url(/template/default/index/4105/images/n_icon4_1.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-color: transparent;
    background-size: auto;
    float: right;
}

.date {
    display: inline-block;
    vertical-align: top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    text-align: center;
    background-image: url(/template/default/index/4105/images/n_icon3.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: auto;
}

.search input {
    background: none;
    border: currentColor;
    border-image: none;
    top: 0px;
    height: 34px;
    color: rgb(38, 38, 38);
    line-height: 34px;
    padding-left: 0px;
    position: absolute;
}

.search input.notxt {
    padding: 0px 0px 0px 7px;
    border: 1px solid rgb(191, 191, 191);
    border-image: none;
    width: 83%;
    color: rgb(164, 164, 164);
}

.search input.notxt1 {
    border: 1px solid #006d56;
    border-image: none;
    width: 15%;
    height: 36px;
    right: 0px;
    color: rgb(255, 255, 255);
    overflow: hidden;
    padding-right: 0px;
    position: absolute;
    cursor: pointer;
    background-color: #006d56;
}

@media (max-width:767px) {
    .nei_wrap .search {
        width: 100% !important;
    }
    .sidebar {
        width: 100%;
        margin: 0;
    }
    .pad_sidebar {
        width: 100%;
    }

    .pagination > li:nth-child(5),
    .pagination > li:nth-child(6),
    .pagination > li:nth-child(7),
    .pagination > li:nth-child(8),
    .pagination > li:nth-child(9) {
        display: none;
    }

}
