@charset "utf-8";
.layout {
    width: 1140px;
    margin: 0 auto;
}

body {
    background-color: #ffffff;
}

body a:hover {
    color: #1A5514 !important;
}

.content {
    margin-top: 40px;
    overflow: hidden;
}

.navigation-bread {
    overflow: hidden;
    padding-left: 19px;
}

.navigation-bread span,
.navigation-bread a {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 60px;
    margin-right: 5px;
}

.navigation-bread .navigation-cur {
    color: #1A5514;
    cursor: default;
}

.navigation-bread>a+a:before {
    content: ">";
    padding-right: 5px;
    color: #999999;
}

.wordlist {
    float: left;
    width: 467px;
    height: 328px;
    margin-left: 30px;
}

.wordlist .wordlist-title {
    height: 48px;
    box-sizing: border-box;
    border-bottom: 1px solid #ECECEC;
}

.wordlist .wordlist-title .title_p {
    font-size: 21px;
    font-weight: 600;
    color: #4a4a4a;
    line-height: 35px;
    float: left;
    margin-right: 35px;
    cursor: pointer;
}

.wordlist .wordlist-title .active {
    color: #1A5514;
}

.wordlist .wordlist-title .title_path {
    float: right;
}

.wordlist .wordlist-title .title_path .path_a {
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: 333;
    line-height: 22px;
    display: none;
    margin-top: 11px;
}

.wordlist .wordlist-title .title_path .is_show {
    display: block;
}

.text-list {
    overflow: hidden;
}

.text-list .list {
    padding-top: 4px;
}

.text-list li {
    line-height: 1.1;
    overflow: hidden;
    margin-top: 15px;
}

.text-list li a {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    width: 85%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.text-list li a i {
    margin-right: 15px;
    font-style: normal;
    width: 3px;
    height: 3px;
    display: inline-block;
    vertical-align: 3px;
    background-color: #D39A54;
}

.text-list li span {
    font-size: 16px;
    font-weight: 400;
    color: #9B9B9B;
    line-height: 22px;
    float: right;
}

.news_one {
    float: left;
    width: 467px;
    height: 328px;
    margin-left: 30px;
}

.news_one .news_title {
    height: 48px;
    box-sizing: border-box;
    border-bottom: 1px solid #ECECEC;
}

.news_one .news_title .title_p {
    font-size: 21px;
    font-weight: 600;
    color: #4a4a4a;
    line-height: 35px;
    float: left;
    margin-right: 35px;
    cursor: pointer;
}

.news_one .news_title .active {
    color: #1A5514;
}

.news_one .news_title .title_path {
    float: right;
}

.news_one .news_title .title_path .path_a {
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 22px;
    display: none;
    margin-top: 11px;
    padding-right: 10px;
}

.news_one .news_title .title_path .is_show {
    display: block;
}

.news_one .main_body {
    padding-top: 15px;
    overflow: hidden;
}

.news_one .list {
    margin-bottom: 30px;
}

.news_one .list a {
    display: block;
}

.news_one .list .item {
    position: relative;
    width: 100%;
    height: 22px;
    line-height: 22px;
    margin-top: 15px;
    padding-left: 17px;
    box-sizing: border-box;
}

.news_one .list .item a {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    width: 85%;
    float: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.news_one .list .item span {
    font-size: 16px;
    font-weight: 400;
    color: #9B9B9B;
    line-height: 22px;
    float: right;
    display: none;
}

.news_one .list .item:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #D39A54;
}

.news_one .btn_list {
    width: 450px;
    display: flex;
    justify-content: space-between;
}

.news_one .btn_list .btn_default {
    flex: 1;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-right: 20px;
}

.news_one .btn_list a:hover {
    color: #fff !important;
}

.news_one .btn_list .btn_login {
    background-color: #6BA4D0;
}

.news_one .btn_list .btn_public {
    background-color: #FF4A4A;
}

.news_one .btn_list .btn_app {
    background-color: #E4C307;
}

.news_one .btn_list .btn_guide {
    background-color: #ba0000;
}

.news_is_show .list .item a {
    width: 80%;
}

.news_is_show .list .item span {
    display: block;
}

.information {
    padding: 21px 1px 10px;
}

.information .text-list li {
    padding: 0 66px 0 51px;
    margin-top: 0;
}

.information .text-list li:hover {
    background-color: #F3F3F3;
}

.information .text-list li a,
.information .text-list li span {
    line-height: 45px;
}