.body_bg{
    background: #f6f6f6;
}
.yw_more{
    text-align: right;
}
.yw_more a{
    display: inline-block;
    background: #1e41b9;
    color: #fff;
    border-radius: 10px;
    padding: 0 10px;
    font-size: 14px;
}
.title_block_left,
.title_block_right{
    width: 450px;
    height: 40px;
}
.title_block_center{
    width: 300px;
    text-align: center;
    line-height: 40px;
}
.title_block_center img{
    width: 100%;
    display: block;
}

.search_wrapper{
    width: 300px;
}
.search_input{
    width: 230px;
    height: 40px;
    border: 1px solid #ddd;
}
.search_input input {
    width: 100%;height: 100%;
}
.search_btn{
    width: 70px;
    height: 40px;
    background: #1e41b9;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.workblock_one_left,
.workblock_one_right,
.pindao_block{
    width: 590px;
}

.pindao_title{
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.pindao_name{
    font-size: 22px;
    font-weight: bold;
    color: #1e41b9;
}
.pindao_more{
    font-size: 16px;
}
.pindao_more a{
    color: #999;
}
.pindao_short_line{
    width: 60px;
    height: 3px;
    background: #1e41b9;
}
.pindao_long_line{
    width: 100%;
    height: 1px;
    background: #eee;
    margin-bottom: 10px;
}
.pindao_data_item{
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #eee;
}
.pindao_data_item a{
    font-size: 16px;
}

.zt_block{
    width: 100%;
}
.zt_item{
    width: 100%;
    height: 70px;
    background: olive;
    margin-bottom: 5px;
}
.zt_item img{
    display: block;
    width: 100%;
    height: 100%;
}


.jubao_title{
    font-size: 22px;
    font-weight: bold;
    color: #1e41b9;
}
.jubao_line{
    width: 60px;
    height:3px;
    background: #1e41b9;
    margin-bottom: 4px;
}

.jubao_info_l{
    width: 450px;
}

.jubao_info_l p{
    line-height: 28px;
    font-size: 14px;
}

.jubao_info_r{
    width: 80px;
}
.jubao_qr_img{
    width: 80px;
    height: 80px;
    background: #999;
}
.jubao_qr_img img{
    width: 80px;
}
.jubao_qr_text{
    width: 80px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
}

.gg_wrapper{
    width: 100%;
    margin-top: 10px;
}

.gg_item{
    width: 285px;
    height: 80px;
    background: olivedrab;
}
.gg_item img{
    display: block;
    width: 100%;
    height: 100%;
}

.gg_item_wb{
    background: url('/static/image/weixinback_img.jpeg');
}

.gg_item_wb a{
    display: block;
    text-align: center;
    height: 100%
}

.gg_item_wb img{
    display: inline-block;
    width: 115px!important;
    height: auto!important;
}

.ql_item{
    width: 400px;
    float: left;

}

.ql_title{
    font-size: 22px;
    font-weight: bold;
    color: #1e41b9;
    line-height: 36px;
    border-bottom: 2px solid #1e41b9;
    display: inline-block;
}

.ql_data{
    width: 300px;
    margin: 20px auto;
}
.ql_pic{
    width: 100%;
    height: 220px;
}
.ql_pic img{
    width: 300px;
    height: 220px;
}
.ql_text{
    margin-top: 10px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
}

.link_title{
    font-size: 22px;
    color: #1e41b9;
    margin-right: 20px;
}
.link_title img{
    width: 30px;
}

.link_block{
    width: 400px;
}
.link_item{
    width: 200px;
    float: left;
    margin-bottom: 10px;
}   

.bottom-bd {
    width: 635px;
}

.bottom-bd .inner {
    width: 635px;
    float: right;
}

.bottom-bd .inner .select-item {
    position: relative;
    float: right;
    margin-bottom: 20px;
    width: 295px;
    height: 42px;
    margin-left: 20px;
}

.bottom-bd .inner .select-item.on {
    z-index: 2;
}

.bottom-bd .inner .select-item .select-wraper {
    padding: 0 20px;
    width: 295px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #eee;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    background: url("../image/icon_s_arrow.jpeg") no-repeat 275px 15px;
    background-color: #fff;
    box-sizing: border-box;
}

.bottom-bd .inner .select-item .select-list {
    display: none;
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 10;
    width: 100%;
    height: auto;
    max-height: 280px;
    _height: 280px;
    border: 1px solid #eee;
    background: #fff;
    overflow-y: auto;
}

.bottom-bd .inner .select-item .select-list-other {
    max-height: 224px;
}

.bottom-bd .inner .select-item .select-list li {
    height: 28px;
    line-height: 28px;
}

.bottom-bd .inner .select-item .select-list li a {
    display: block;
    padding: 0 10px 0 25px;
    font-size: 16px;
    color: #6e6e6e;
    -webkit-transition: 0s;
    transition: 0s;
}

.bottom-bd .inner .select-item .select-list li a:hover,
.bottom-bd .inner .select-item .select-list li.on a {
    text-decoration: none;
    background: #eee;
}

.footer_info{
    text-align: left;
}
.footer_info p {
    line-height: 40px;
}
.footer_info p span{
    display: inline-block;
    margin-right: 20px;
}

.info-list {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    background: #fff;
}

.info-list ul {
    display: inline-block;
    padding: 0 80px;
    margin-bottom: 50px;
}

.info-list ul li {
    display: inline-block;
    float: left;
    width: 198px;
    height: 198px;
    overflow: hidden;
    margin: 30px;
    _margin: 30px 25px;
    border: 1px solid #eee;
}

.info-list ul li a {
    display: inline-block;
    width: 100%;
    height: 148px;
    cursor: pointer;
    padding: 40px 0;
    text-align: center;
    -webkit-transition: 0s;
    transition: 0s;
    color: #706f6e;
}

.info-img {
    display: inline-block;
    width: 90px;
    height: 90px;
    padding: 5px;
    background: url("../image/icon_info.png") no-repeat;
    _background: url("../image/icon_info.png") no-repeat;
    background-position: 5px 5px;
    -webkit-transition: .5s;
    transition: .5s;
}

.info-name {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.info-list ul li a:hover {
    text-decoration: none;
    color: #e81a24;
}

.info-list ul li.lise-1 a .info-img {
    background-position: 5px -71px;
}

.info-list ul li.lise-1 a:hover .info-img {
    background-position: -85px -71px;
}

.info-list ul li.lise-2 a .info-img {
    background-position: 5px -460px;
}

.info-list ul li.lise-2 a:hover .info-img {
    background-position: -84px -460px;
}

.info-list ul li.lise-1 a .info-img {
    background-position: -3px -10px;
}

.info-list ul li.lise-1 a:hover .info-img {
    background-position: -188px -10px;
}

.info-list ul li.lise-2 a .info-img {
    background-position: -3px -130px;
}

.info-list ul li.lise-2 a:hover .info-img {
    background-position: -189px -130px;
}

.info-list ul li.lise-3 a .info-img {
    background-position: -3px -262px;
}

.info-list ul li.lise-3 a:hover .info-img {
    background-position: -187px -262px;
}

.info-list ul li.lise-4 a .info-img {
    background-position: -3px -392px;
}

.info-list ul li.lise-4 a:hover .info-img {
    background-position: -188px -392px;
}

.info-list ul li.lise-5 a .info-img {
    background-position: -3px -509px;
}

.info-list ul li.lise-5 a:hover .info-img {
    background-position: -188px -509px;
}

.info-list ul li.lise-6 a .info-img {
    background-position: -3px -640px;
}

.info-list ul li.lise-6 a:hover .info-img {
    background-position: -188px -640px;
}

.info-list ul li.lise-7 a .info-img {
    background-position: -3px -783px;
}

.info-list ul li.lise-7 a:hover .info-img {
    background-position: -188px -783px;
}

.info-list ul li.lise-8 a .info-img {
    background-position: -3px -912px;
}

.info-list ul li.lise-8 a:hover .info-img {
    background-position: -188px -912px;
}

.catimg {
    width: 600px;
    margin: 0 auto;
    display: block;
}

.catdes {
    width: 95%;
    margin: 30px auto;  
}

.bor-2e {
    border-bottom: 1px solid #eee;
}
.sub-sort li.on a,
.sub-sort li a:hover {
	color: #fff;
	background-color: #f00;
}
.sub-sort li a {
	display: block;
	padding: 15px 50px 15px 30px;
	background: url('../image/sort_icon.png') no-repeat 300px center;
}
.sub-sort li.on a,
.sub-sort li a:hover {
	color: #fff;
	text-decoration: none;
	background-position: 240px center;
}

/*  */
.search-tt{
    padding: 30px 30px 0;
}
.search-tt .inner {
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #e81a24;
    color: #fd0404;
    font-size: 24px;
    font-weight: bold;
}
.l-ul-list li {
    padding: 30px 0;
    overflow: hidden;
}
.no-result{
    padding: 30px 60px;
}
.l-ul-list li a.l-tit {
    margin-top: 0;
    height: auto;
    min-height: 30px;
}
.l-ul-list .l-con {
    height: auto;
}

.search-box{
    position: absolute;
    left: 535px;
    top: 240px;
    overflow: hidden;
    width: 620px;
}
.search-box .keywrap{
    width: 398px;
    height: 44px;
    border: 1px solid #0a309e;
    float: left;
}
.search-box .keywrap input{
    margin-left: 1px;
    padding: 10px 15px;
    display: block;
    width: 366px;
    border: 0;
}
.search-box .btnsearch{
    position: absolute;
    left: 399px;
    top: 0;
    width: 120px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background-color: #4668c6;
    cursor: pointer;
}
.search-box .t1{
    position: absolute;
    left: 0;
    top: 50px;
    margin-top: 15px;
    color: #fff;
}
em{
    font-style: normal;
    color: #e81a24;
}

/*search-condition*/
.search-condition {
    padding: 5px 25px;
}
.search-condition dt {
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-weight: bold;
    color: #666;
    border-bottom: 1px solid #eee;
}
.search-condition dd {
    line-height: 36px;
}
.search-condition dd a {
    display: inline-block;
    padding-left: 20px;
    color: #666;
}
.search-condition dd a.on,
.search-condition dd a:hover {
    color: #e81a24;
    text-decoration: none;
}
.search-condition dd a.on {
    background: url('../../images/2019/icon_arrow.png') no-repeat left center;
}

.l-main .l-ny-left,
.l-main .l-ny-right {
    display: inline-block;
    margin-top: 24px;
}

.l-main .l-ny-right .public-hd {
    width: 94%;
    margin: 30px auto 10px;
}

.bor-2e {
    border-bottom: 1px solid #eee;
}

.bor-top-2e {
    border-top: 1px solid #eee;
}

.mt-24 {
    margin-top: 24px;
}

.m-t-25 {
    margin-top: 25px;
}

.l-ny-left {
    width: 274px;
}

.l-n-box {
    width: 274px;
    padding-bottom: 15px;
    background: #fff;
}

.l-sty {
    position: relative;
    padding: 18px 0;
    overflow-x: hidden;
    /* height : 67px; */
}

.l-sty-tit {
    margin: 0 20px 0 40px;
    font-weight: bold;
    color: #0b265b;
    /* line-height : 67px; */
    line-height: 30px;
}

.l-sty-tit,
.l-sty-tit h2 {
    font-size: 24px;
}

.l-icon-bor {
    display: block;
    position: absolute;
    top: 24px;
    left: 17px;
    width: 8px;
    height: 20px;
    background-color: #1e41b9;
}

.l-ny-nav {
    margin-top: 15px;
}

.l-ny-nav li a {
    display: block;
    padding-left: 29px;
    line-height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    background: #fff url("../../images/2019/icon_arrow.png") no-repeat 300px center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 35px;
}

.l-ny-nav li a:hover,
.l-ny-nav li a.active {
    color: #e81a24;
    font-weight: bold;
    background: #efefef url("../../images/2019/icon_arrow.png") no-repeat 239px center;
}
.l-ny-right {
    min-height: 606px;
    background: #fff;
}

.curr-location {
    padding: 18px 20px 18px 55px;
    font-size: 16px;
    line-height: 30px;
    background: #fff url("/xzstatic/img/crumbs_icon.png") no-repeat 22px 21px;
}

.curr-location span,
.curr-location a {
    color: #0b265b;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

.curr-location a:hover {
    color: #e81a24;
}

.l-ny-box {
    margin-top: 15px;
    margin-bottom: 30px;
}

.l-ul-list {
    padding: 0 30px;
    margin-bottom: 25px;
}

.l-ul-list li {
    position: relative;
    border-bottom: 1px dotted #e0e0e0;
    padding: 28px 5px;
}

.l-ul-list li a.l-tit {
    display: block;
    height: 60px;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

.l-ul-list li a.l-tit:hover {
    color: #e81a24;
}

.l-ul-list .l-con {
    display: inline-block;
    color: #666;
    width: 100%;
}

.l-ul-list .l-con .l-img,
.l-ul-list .l-con .l-video,
.l-ul-list .l-con .l-audio {
    position: relative;
    float: left;
    width: 240px;
    height: 134px;
    margin-right: 28px;
    overflow: hidden;
    background: #eee;
}

.l-ul-list .l-con .l-video s {
    position: absolute;
    top: 0;
    left: 0;
    background: url("../../images/2019/icon-video.png") no-repeat center;
    _background: url("../../images/2019/icon-video-png8.png") no-repeat center;
    background-size: 50px;
    background-color: rgba(0, 0, 0, .2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
    opacity: 1;
    width: 100%;
    height: 100%;
}

.l-ul-list .l-con .l-audio s {
    position: absolute;
    top: 0;
    left: 0;
    background: url("../../images/2019/icon-audio.png") no-repeat center;
    background-size: 50px;
    background-color: rgba(0, 0, 0, .2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
    opacity: 1;
    width: 100%;
    height: 100%;
}

.l-video img,
.l-audio img,
.l-img img {
    width: 240px;
    height: 134px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.pindao_kuai{
    height: 160px;
}

.qlgj_lanmus{
    display: inline-block;margin-left: 120px;
}
.qlgj_lanmus a{
    margin-left: 10px;
}

.qlgj_lanmus a.active{
    color: #ea1515;
    text-decoration: underline;
}
