@charset "UTF-8";
/*list开始*/
.l-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 102px;
    font-size: 14px;
    color: #454545;
}

.l-nav-search form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 255px;
}

.l-nav-search-ipt {
    width: 155px;
    border: 2px solid #5f96d7;
    height: 25px;
    border-radius: 10px;
    padding: 0 10px;
    font-size: 14px;
}

.l-nav-search-ipt::placeholder {
    color: #b5b5b5;
}

.l-nav-search-btn {
    border: 1px solid #5f96d7;
    background: transparent;
    height: 27px;
    font-size: 14px;
    border-radius: 10px;
    width: 50px;
    color: #40a193;
}

.l-list {
    width: 100%;
    margin-top: 69px;
    margin-bottom: 60px;
}

.l-list .l-h80 {
    margin-top: 15%;
}

#pages {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 30px;
    width: 100%;
    left: 0;
}

#pages img {
    width: 20px;
    height: 20px;
}

#pages a {
    color: #40a193;
    /*display: inline-block;*/
}

#pages li {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #40a193;
    font-size: 16px;
    margin: 0 2px;
    padding: 0;
    background: transparent;
    cursor: pointer;
}

#pages li:hover {
    background: #40a193;
    color: #fff;
    border-radius: 50%;
}

#pages li.active {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #40a193;
    font-size: 16px;
    margin: 0 5px;
    padding: 0;
    border-radius: 50%;
    color: #fff;

}

#pages > li:first-child {
    margin-right: 25px;
}

#pages > li:last-child {
    margin-left: 25px;
}

#pages > a:first-child {
    margin-right: 25px;
}

#pages > a:last-child {
    margin-left: 25px;
}

#pages > li:first-child:hover, #pages > li:last-child:hover {
    background: transparent;
    color: unset;
    border-radius: 0;
}

#pages > a:first-child > li:hover, #pages > a:last-child > li:hover {
    background: transparent;
    color: unset;
    border-radius: 0;
}

/*list结束*/

/*show开始*/
.s-title {
    font-size: 26px;
    color: #474747;
    margin-top: 69px;
    text-align: center;
    line-height: 36px;
}

.s-info {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-top: 15px;
    color: #707070;
}

.s-info-alone {
    margin-right: 10px;
}

.l-nav a {
    padding: 0 8px;
}

.s-content {
    font-size: 18px;
    line-height: 34px;
    margin-top: 45px;
    margin-bottom: 100px;
}

.s-content img {
    max-width: 100% !important;
}
/*show结束*/

/*list开始*/
.main {
    min-height: 450px;
    position: relative;
    overflow: hidden;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.l-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 112px;
    font-size: 14px;
    color: #454545;
}

.l-nav-search form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 255px;
}

.l-nav-search-ipt {
    width: 155px;
    border: 2px solid #5f96d7;
    height: 25px;
    border-radius: 10px;
    padding: 0 10px;
    font-size: 14px;
}

.l-nav-search-ipt::placeholder {
    color: #b5b5b5;
}

.l-nav-search-btn {
    border: 1px solid #5f96d7;
    background: transparent;
    height: 27px;
    font-size: 14px;
    border-radius: 10px;
    width: 50px;
    color: #40a193;
}

.l-list {
    width: 100%;
    margin-top: 69px;
    margin-bottom: 60px;
}

.l-list .l-h80 {
    margin-top: 15%;
}

#pages img {
    width: 20px;
    height: 20px;
}

#pages a {
    color: #40a193;
    /*display: inline-block;*/
}

#pages li {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #40a193;
    font-size: 16px;
    margin: 0 2px;
    padding: 0;
    background: transparent;
    cursor: pointer;
}

#pages li:hover {
    background: #40a193;
    color: #fff;
    border-radius: 50%;
}

#pages li.active {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #40a193;
    font-size: 16px;
    margin: 0 5px;
    padding: 0;
    border-radius: 50%;
    color: #fff;

}
#pages li.active span {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#pages > li:first-child {
    margin-right: 25px;
}

#pages > li:last-child {
    margin-left: 25px;
}

#pages > a:first-child {
    margin-right: 25px;
}

#pages > a:last-child {
    margin-left: 25px;
}

#pages > li:first-child:hover, #pages > li:last-child:hover {
    background: transparent;
    color: unset;
    border-radius: 0;
}

#pages > a:first-child > li:hover, #pages > a:last-child > li:hover {
    background: transparent;
    color: unset;
    border-radius: 0;
}
/*list结束*/
/*新闻列表*/
.newsPage .list {
    padding-bottom: 30px;
}

.newsPage .item {
    /* height: 178px; */
    /*transition: all .5s;*/
    border: 1px solid #f3f3f3;
    display: block;
    margin-bottom: 20px;
}

.newsPage .item a {
    padding: 20px;
    display: block;
    overflow: hidden;
}

.newsPage .item img {
    width: 168px;
    height: 120px;
    display: block;
    margin-right: 20px;
}

.i-list-bg {
    width: 168px;
    height: 120px;
    display: block;
    margin-right: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.newsPage .item h3 {
    font-weight: normal;
    font-size: 20px;
    /* padding: 10px 0 10px; */
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    color: #000;
    padding-bottom: 0;
}

.newsPage .item .txt {
    color: #999;
    /* line-height: 24px; */
    width: auto;
    height: 48px;
    overflow: hidden;
    padding: 10px 0 0;
}

.newsPage .item .time {
    width: 130px;
    padding: 25px 0 30px 45px;
    border-left: 1px solid #eee;
    font-family: arial;
    font-size: 18px;
    color: #999;
    text-align: center;
}

.newsPage .item .time .day {
    font-size: 30px;
    line-height: 45px;
    display: block;
}

.newsPage .item:hover {
    /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);*/
    /*margin-left: 15px;*/
}

.newsPage .item:hover h3 {
    color: #40a193;
}

.newsPage .item:hover .time .day span {
    background: #6d6d6d;
}

.newsPage .item:hover .time .day strong {
    background: #ff0000;
    color: #fff;
}

.viewpage {
    background: #eee;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

/*新闻列表一排4个*/
.newsPage .list.news{
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
}

.newsPage .item.news a{
    padding: 0;
    position: relative;
}

.newsPage .item.news{
    width: calc((100% - 105px) / 4);
    margin-right: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.newsPage .item.news:nth-child(4n){
    margin-right: 0;
}

.newsPage .item.news:nth-child(4n+1){
    /*margin-left: 15px;*/
}

.newsPage .item.news .i-list-bg{
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
}

.newsPage .item h3.news{
    font-size: 14px;
    padding: 0 10px 10px;
    height: 250px;
}

.newsPage .item .txt.news{
    font-size: 14px;
    padding: 0 10px 10px;
    height: 40px;
}

.newsPage .item .time.news{
    width: 100%;
    box-sizing: border-box;
    text-align: right;
    padding: 10px 10px 0 0;
}

.newsPage .item .time.news .year,.newsPage .item .time.news .day{
    font-size: 26px;
    font-weight: bolder;
}

.newsPage .item.news:hover {
    margin-left: 0;
}

/*list_shuji 开始*/

.ls-list .list{
    display: flex;
    flex-wrap: wrap;
}
.ls-list .item{
    width: calc(49% - 2px);
}
.ls-list .item:hover{
    left: 15px;
    margin-left: 0;
}
.ls-list .item:nth-child(2n){
    margin-left: 2%;
}
.ls-list-box{
    display: flex;
    flex-direction: row-reverse;
}
.ls-list-title{
    width: 100%;
    height: 20px;
    text-align: right;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}
.ls-list-box-text{
    display: flex;
    font-size: 15px;
    margin-top: 8px;
}
.ls-list-box-texts{
    margin-top: 5px;
}
.ls-list-box-texts-alone{
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.ls-list-box-all{
    width: 100%;
}
.ls-list-box-text-title{
    color: #999;
}
.ls-list-box-text:first-child{
    margin-top: 0;
}
.ls-list .i-list-bg{
    height: 202px;
    margin-top: 28px;
}
.ls-list-box-texts-right{
    line-height: 30px;
    font-size: 16px;
    white-space: pre-wrap; /*css-3*/
    white-space: -moz-pre-wrap; /*Mozilla,since1999*/
    white-space: -pre-wrap; /*Opera4-6*/
    white-space: -o-pre-wrap; /*Opera7*/
    word-wrap: break-word; /*InternetExplorer5.5+*/
}
/*list_shuji 结束*/
/*搜索*/
.search {
    width: 100%;
    /*background: #fff;*/
    /*border: 2px solid #40a193;*/
    height: 45px;
    line-height: 45px;

}

.search_box {
    margin: 0 auto;
    width: 500px;
}

.search-top-box {
    background: #fff;
    padding: 100px 0 200px 0;
    margin-top: 20px;
}

.search_time {
    line-height: 40px;
    height: 40px;
}

.search select {
    display: none;
}

.search .select_box {
    font-size: 14px;
    color: #999999;
    width: 120px;
    line-height: 45px;
    float: left;
    position: relative;
}

.search .select_showbox {
    height: 45px;
    background: url(../images/search_ico.png) no-repeat 90px center;
    text-indent: 1.5em;
}

.search .select_showbox.active {
    background: url(../images/search_ico_hover.png) no-repeat 90px center;
}

.search .select_option {
    display: none;
    border: 2px solid #40a193;
    border-top: none;
    display: none;
    left: -2px;
    top: 45px;
    position: absolute;
    z-index: 99;
    background: #fff;
}

.search .select_option li {
    text-indent: 1.5em;
    width: 100px;
    cursor: pointer;
}

.search .select_option li a {
    color: #666;
}

.search .select_option li.selected {
    background-color: #F3F3F3;
    color: #999;
}

.search .select_option li.hover {
    background: #BEBEBE;
    color: #fff;
}

.search input.inp_srh,
.search input.btn_srh {
    border: none;
    background: none;
    height: 40px;
    line-height: 40px;
    float: left
}

.search input.inp_srh {
    font-size: 14px;
    outline: none;
    width: 380px;
    background-color: #FFF;
    border-radius: 5px;
    border: 2px solid #40a193;
    margin-right: 5px;
    box-sizing: border-box;
    padding-left: 10px;
}

.search input.btn_srh {
    background: #40a193;
    color: #FFF;
    font-family: "微软雅黑";
    font-size: 15px;
    width: 110px;
    border-radius: 5px;
}

.search_result {
    background: #fff;
    padding: 16px 0px;
}

.search_left {
    text-align: right;
    float: left;
    width: 200px;
    margin-right: 16px;
}

.search_left h5 {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item_gr {
    color: #999;
    font-size: 14px;
    line-height: 25px;
    position: relative;
    display: block;
    padding: 2px 0px;
}

.list-group-item_gr.active,
.list-group-item_gr.active:hover,
.list-group-item_gr.active:focus {
    z-index: 2;
    color: #40a193;
    font-weight: 600;
}

.left-line {
    border-left: 1px solid #ddd;
}

.search_right {

    float: right;
    width: 970px;
}

.search_bd {
    min-height: 500px;
    margin-left: 16px;
}
.tc {
    text-align: center;
}
.l-h80 {
    line-height: 80px;
}
.font20 {
    font-size: 20px;
}
iframe {
    width: 880px;
    height: 540px;
    /*margin: 20px auto;*/
    display: block;
}
/*list_zazhi开始*/
.lz-list {
    margin-top: 56px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.lz-list > li {
    width: 17%;
    margin-right: 3.75%;
    margin-bottom: 35px;
}

.lz-list > li:nth-child(5n) {
    margin-right: 0;
}

.lz-list-alone {
    color: #454545;
}

.lz-list-alone-pic {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 280px;
    width: 100%;
}

.lz-list-alone-title {
    font-size: 18px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lz-list-alone-time {
    font-size: 14px;
    margin-top: 7px;
}

.sh-box {
    padding-bottom: 120px;
}

.lishidanwei_list {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 50px; */
    margin: 30px 0;
    flex-wrap: wrap;
}

a.ls-list-item-alone {
    border: 2px solid #205292;
    margin: 5px;
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 5px;
    min-width: 100px;
    text-align: center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background: #FFF;
}

a.ls-list-item-alone:hover, a.ls-list-item-alone.danwei_active {
    background: #205292;
    color: #FFF;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

/*list_zazhi结束*/