@charset "UTF-8";
/* Base Reset */
* {margin: 0;padding: 0; border:0;}
html {-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;overflow-y: scroll; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
:focus { outline:0;}
img { border:0; vertical-align: top;}
a img { vertical-align: middle;}
body {line-height: 1;}
ol, ul ,li{list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline;}
.none { display:none;}
.hidden { visibility:hidden;}
.clearfix:after{clear: both;content: ".";display: block;height: 0;visibility: hidden;}
.clearfix{display: block; *zoom:1;}

body,p {font: 14px/1.5 'Microsoft YaHei', 'Tohoma', 'Arial';color: #333;}
body {background-color: #fff;max-width: 650px;margin: auto;}
a{ text-decoration: none; color: #333; }
a:hover{ text-decoration: none; color: #EC3C1B;}
.wrapper { width: 100%;}
.wrapper .inner { }
@media screen and (max-width: 968px) {
  .imglist dl{/* width:25%!important; */}
  .linklist ul{display:-webkit-box;}
  .linklist ul li{-webkit-box-flex:1;width:31%;}

}
@media screen and ( max-width: 756px) {
  .imglist dl{width:50%!important;}
   .linklist ul{display:inline-block;}
   .linklist ul li{float:left;width:30%;} 
}
.htc1{
	margin: 0 auto;
	width: 95%;
	/* margin: 0 -16px; */
}
.kpl .img_box {
    margin: 0 auto;
    width: 104px;
    /* height: 142px; */
    /* float: left; */
    /* margin-right: 27px; */
}
.kpl .img_box img{width:100%;/* object-fit:fill; */}
.l_t_info.clearfix {
    box-sizing: border-box;
    padding: 16px 21px;
    background: #f0f5fa;
}

.kpl .news {
    margin-bottom: 15px;
    width: 100%;
    float: left;
    /* box-sizing: border-box; */
    /* padding: 0 16px; */
}

.kpl .wz_box {
    /* float: left; */
}
.kpl .news_title span.yjy {
    display: block;
    font-size: 16px;
    margin-left: 20px;
}
.news_f2.line1 {
    font-size: 16px;
    /* font-weight: bold; */
    line-height: 2;
    color: #999;
}
.kpl .news_title {
    padding-bottom: 10px;
    border-bottom: 1px solid #1d6ab433;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-top: 9px;
    line-height: 31px;
    position: relative;
    margin-bottom: 10px;
    color: #333;
}
.kpl .news_title::after{
    /* content:''; */
    width:18px;
    height:3px;
    background:#1D6AB4;
    position:absolute;
    bottom:-8px;
    left:0;
}



.news_f1 {
    font-size: 16px;
    /* font-weight: bold; */
    line-height: 2;
    color: #656565;
}

.l_t_info:hover{
	background: url(../images/tea_bg.png)no-repeat center / 100%;
}
.l_t_info:hover .news_title::after{background: #fff;}
.l_t_info:hover .news_title,.l_t_info:hover .news_f1{color: #fff;}
.l_tea #l-container{background: #F8FAFD;}
.search_news_con1 {
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
}

        .search-bar {
            background: linear-gradient(177deg, #395FCA, #568BBE);
            padding: 2%;
            border-radius: 4px 4px 0 0;
            /* display: flex; */
            /* align-items: center; */
            /* gap: 10px; */
        }
        /* 搜索输入框 */
        .search-input {
            line-height: 46px;
            flex: 1;
            height: 46px;
            padding: 0 20px;
            border: none;
            font-size: 14px;
            color: #333;
        }
        .search-input::placeholder {
            color: #ccc;
            font-size: 20px;
        }
        /* 搜索按钮 */
        .search-btn {
            height: 46px;
            width: 100px;
            background-color: #1D6AB4;
            border: 6px solid white;
            border-radius: 5px;
            color: white;
            font-size: 16px;
            cursor: pointer;
        }
        /* 字母导航栏 */
        .letter-nav {
            
padding: 20px 0;
            
border-bottom: 1px dashed #e0e0e0;
            
display: flex;
            
align-items: flex-start;
            
flex-wrap: wrap;
            
flex-direction: column;
        }
        .letter-nav .label {
            display: block;
            line-height: 3;
            font-size: 22px;
            color: #333;
            /* margin-right: 15px; */
            vertical-align: middle;
            white-space: nowrap;
            font-weight: bold;
        }
        .letter-group {
            width: 100%;
            vertical-align: middle;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            flex-direction: row;
        }
        .letter-btn {
            font-family: 微软雅黑;
            display: inline-block;
            width: 35px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            font-size: 16px;
            color: #333;
            margin: 0 5px;
            border-radius: 50%;
            cursor: pointer;
            text-decoration: none;
        }
        .letter-btn.active,.letter-btn.all.active {
            background-color: #2b7cd3;
            color: white;
        }
        .letter-btn.all {
            width: 70px;
            background-color: #eee;
            color: #333;
            border-radius: 20px;
        }
        /* 分类筛选栏 */
        .category-filter {
            
border-bottom: 1px dashed #e0e0e0;
            
padding: 25px 0;
            
display: flex;
            
gap: 8px;
            
flex-wrap: wrap;
            
margin-bottom: 20px;
        }
        .category-btn {
            padding: 5px 19px;
            border-radius: 20px;
            font-size: 16px;
            cursor: pointer;
            border: none;
            background-color: #eee;
            color: #333;
        }
        .category-btn.active {
            background-color: #2b7cd3;
            color: white;
        }

.l_tea .col_metas .col_title h2 {
    font-size: 30px;
    font-weight: bold;
    font-family: '思源宋体 CN';
    color: #333333;
    border: 0;
}
.l_tea .col_news_head{padding-bottom:22px;margin-bottom:30px;margin-top: 30px;}

.l_tea .col_metas .col_path {font-size:16px;color:rgba(105,105,105,0.6);display: flex;}
.art_tea .col_metas .col_path{color: #fff;font-size:16px;display: flex;}
.l_tea .col_metas .col_path span.path_name,.art_tea .col_metas .col_path span.path_name {
    display: flex;
    align-items: center;
    gap: 10px;
}
/*top*/
#headtop{width:auto;padding:0 10px;border-top: 5px solid #1D6AB4;}
#headtop .inner{height:40px;line-height:40px;/* display: none; *//* padding-bottom: 15px; */}
#headtop .inner a{margin:0px 4px;color: #1D6AB4;}
#headtop .role{float:left;}
#headtop .role .role-menu{float:left;}
#headtop .lang{float:right;}


/**head**/
#header2 { position: relative; /* height: 100px; */}
.head-logo {width: 100%;padding-bottom: 12px;box-sizing: border-box;padding-right: 150px;padding-left: 10px;}
.head-logo a {display:inline-block;/* margin-left: 8px; */margin-top:10px;}

/**slide导航**/
.navi-slide-arrow {display: inline-block;width: 35px;height: 35px;line-height: 32px;position: absolute;right: 13px;top: 50%;text-indent:-99em;overflow:hidden;border:1px solid #afafaf;background: url(images/nav-icon-arrow.png) no-repeat center 50%;border-radius:5px;margin-top: -17.5px;}
.navi-slide-arrow:hover { color: #8cc4d3; cursor: pointer;}
/**主导航**/
#nav { }
.main-nav {}
.main-nav .wp-menu { margin:0 auto; display: none; }
.main-nav .wp-menu .menu-item { display: block; border-top: 1px solid #ddd; overflow: hidden; position: relative;}
.main-nav .wp-menu .menu-item a.menu-link { display: block; padding:0 18px; height: 39px; line-height: 39px; color: #545454; font-size: 15px; font-weight: bold;  background-color: #fcfcfc;}
.main-nav .wp-menu .menu-item a.menu-link:hover { text-decoration: none; color: #fff; background-color: #757575}
.main-nav .menu-switch-arrow { display: block; width: 38px; height: 38px; position: absolute; right: 0px; top: 1px; background: url(images/icons.png) no-repeat 10px -116px;}
.main-nav .sub-menu {background-color: #f2f2f2; display: none; }
.main-nav .sub-menu .sub-item { white-space: nowrap; vertical-align: top; _zoom:1; border-top: 1px solid #e5e5e5; position:relative;}
.main-nav .sub-menu .sub-item a { display: block; color: #272727; height: 39px; line-height: 39px; padding:0 10px; display: block; text-indent: 20px; }
.main-nav .sub-menu .sub-item a:hover { color: #fff; display: block; background-color: #7E7E7E;}
.main-nav .sub-menu .sub-menu { background-color: #fff;}
.main-nav .sub-menu .sub-menu .sub-item a {  text-indent: 30px;}
.main-nav .sub-menu .sub-menu .sub-menu .sub-item a {  text-indent: 40px;}

/**搜索样式**/
.wp-search {display: inline-block;width: 35px;height: 35px;line-height: 32px;position: absolute;right: 57px;top: 50%;text-indent:-99em;overflow:hidden;border:1px solid #afafaf;background: url(images/nav-icon-arrow-1.png) no-repeat center 50%;border-radius:5px;margin-top: -17.5px;}
.search-bar { }
#keyword { border: none; width: 180px !important; outline: none; height: 20px; line-height: 20px; padding:5px 2px; float: left; color: #888;}
.search-bar .search { float: right; width: 29px; height: 30px; border-left: 1px solid #ccc; background:#f2f2f2 url(images/icons.png) no-repeat 6px -85px;}
.search-bar .wp_search {float:right; width: 214px;margin-right: 14px;margin-bottom:10px;border:1px solid #ccc;}

/**slide**/
#slide .swiper-container { max-height: 320px; min-height: 100px; overflow: hidden; width: 100%;}
#slide img { width: 100%; vertical-align: top;}
#slide .swiper-button-prev,#slide .swiper-button-next { width: 30px; height: 54px;}
#slide .swiper-button-prev { background: url(images/slide-navbtn.png) no-repeat 0 50%;}
#slide .swiper-button-next { background: url(images/slide-navbtn1.png) no-repeat right 50%;}

/*新闻列表*/
.wp-post {padding: 20px 0;}
.wp-post .post-head {}
.wp-post .post-head .head-bar {position:relative;}
.wp-post .post-head .post-title { display: inline-block; font-size: 24px; font-weight: normal; padding-left: 7px;  color: #043d98;}
.wp-post .post-head .post-title span { display: inline-block;}
	/*more*/
.wp-post .post-head .post-more { height: 24px; line-height: 24px; position: absolute; right: 10px; top: 50%; margin-top: -12px;}
.wp-post .post-head .post-more a { display: inline-block; height: 24px; line-height: 24px; padding: 0 3px; color: #424242; text-decoration: none;}
.wp-post .post-head .post-more a:hover { color: #000; text-decoration: none;}
.wp-post .post-body {margin: 6px;}

/*newconstyle*/
.post-body .imglist{display:inline-block;}
.imglist dl{float:left;width:50%;margin:5px 0;}
.imglist dl .conbox{margin: 0 10px;}
.imglist dl  span.timebg{max-width:340px;position:relative;overflow:hidden;}
.imglist dl dt{width: 95%;text-overflow: ellipsis;white-space: nowrap;line-height: 3;font-size:16px;margin: 0 auto;overflow: hidden;}
.imglist dl span.timebg time{padding: 2px 5px; position:absolute; right:0px; bottom:0px;z-index:100;background:#1467b4;color:#fff;}
.imglist dl dd{margin: 0 auto;width: 95%;color:#666;}
.imglist dl dd a{color:#999;}

.post-item{padding-top:10px;border-top:1px solid #d7d7d7;}
.post-item1{margin:-10px 4px 0px 4px;}
.post-item1 li{padding:10px 0;border-top:1px solid #d7d7d7;}
.post-item1 li.item-1{border-top:none;}
.post-item1 li .newtxt a{color:#999;}
.post-item1 li .item-date{color:#063d9a;}

.post-item2 .imglist dl .conbox{position:relative;}
.post-item2 .imglist dl dt{padding:0 5px;position: absolute; left:0px;bottom:0px;z-index:100;color:#fff;}
.post-item2 .imglist dl dt a{color:#fff;}
.post-item2 .imglist dl i.listbg{ width:100%; height:100%; position: absolute; left:0px;bottom:0px;z-index:99; background:url("images/listbg.png") repeat-x left bottom;}

.news-post .item-1 { border-top: none;}
.post-item{margin:0 4px;}
.post-item .news-item {position:relative;margin:5px 0;}
.post-item .item-info span.newtxt { display: none;}
.post-item .item-info span.title,.post-item .news-item span.title{display:inline-block;  margin-right: 45px; overflow: hidden;text-overflow:ellipsis;font-size: 15px;}
.post-item1 .item-info span.title ,.post-item1 .news-item span.title{display:inline-block;  /* overflow: hidden; */text-overflow:ellipsis;font-size: 16px;}
.post-item .item-info span.title a,.news-item span.title a { font-weight: normal; font-size: 14px;color: #333; display: block; white-space: nowrap; overflow: hidden; text-overflow:ellipsis}
.post-item .item-info span.title a:hover, .news-item span.title a:hover{ color: #B62626}
.post-item .item-date{position:absolute; right:0px; top:0px;z-index:100;}

.thumbnail-post .item-1 { margin-bottom: 10px; border: none;}
.thumbnail-post .item-1 .item-thumbnail { display: block; position:relative; float:left; width:90px; margin-right:-90px;}
.thumbnail-post .item-1 .item-thumbnail .thumb-link { display: block; margin-top: 5px; width: 80px; height: 62px; background: url(images/nothumb.png) no-repeat center;}
.thumbnail-post .item-1 .item-thumbnail .thumb-link img { width: 100%; height: 100%;}
.thumbnail-post .item-1 .item-info { float: right; width: 100%;}
.thumbnail-post .item-1 .item-info h2,.post-item .item-info p { margin-left: 90px;}
.thumbnail-post .item-1 .item-info h2 { height: 22px; line-height: 22px; margin-bottom: 6px;}
.thumbnail-post .item-1 .item-info h2 a { font-weight: bold; color: #0061ae;}
.thumbnail-post .item-1 .item-info h2 a:hover{ color: #B62626;}
.thumbnail-post .item-1 .item-info p { display: block; height: 42px; line-height: 21px; overflow: hidden;}
.thumbnail-post .item-1 .item-info p a { color: #5b5b5b;}
.thumbnail-post .item-1 .item-info p a:hover{ color: #a6a6a6;}


/*快速通道*/
.linklist{}
.linklist .linkbox{padding: 20px 5px;border-top:1px solid #d7d7d7;}
.linklist ul{width:100%;}
.linklist ul li.i1{background:#2870b8;}
.linklist ul li.i2{background:#3e759b;}
.linklist ul li.i3{background:#7d7b7c;}
.linklist ul li.i4{background:#c26623;}
.linklist ul li.i5{background:#8a9046;}
.linklist ul li.i6{background:#a88b61;}
.linklist ul li.i7{background:#2870b8;}
.linklist ul li{margin: 5px;font-size:16px;border-radius:2px;text-align:center;}
.linklist ul li a{display:inline-block;padding:5px 5px;font-size:16px; color:#fff;}

.wp-column-menu { width: 100%; background-color: #f5f5f5; position: relative;}
.wp-column-news { width: 100%;}
.wp-column-news .column-news-box {margin: 0 10px;min-height: 400px;}

/**栏目列表**/
.column-head {background: #1d6ab4;line-height: 24px;}   /**位置栏目背景**/
.column-head .column-anchor {padding: 11px 18px;}
.column-head .column-anchor .column-switch { display: block; width: 30px; height: 24px; float: right; background: url(images/menu-dot.png) no-repeat center;}
.column-head .column-anchor h3.anchor-title {display: inline-block;float: left;font-size: 18px;color: #fff;}		/**位置栏目字体**/

.column-list-wrap li { width: 100%; vertical-align: bottom;}
.column-list-wrap li a {display: block;width: 100%;border-bottom: 1px solid #95a6b7;font-size: 16px;color: #383838;background: #ffffff url(images/li.png) no-repeat 10px 14px;}
.column-list-wrap li a:hover {color: #e5e5e5;text-decoration: none;background-color: #3a80c2;}
.column-list-wrap li.selected a.selected {color: #fff;background-color: #3a80c2;background-position: 10px 14px;}
.column-list-wrap li a span {display: block;padding: 10px;padding-left: 35px;line-height: 22px;padding-top: 6px;padding-bottom: 6px;}
.column-list-wrap .sub-list li a {  background-position: 18px 11px; font-size: 14px; background-color: #F1F1F1;}
.column-list-wrap .sub-list li a:hover { background-color: #D6D6D6; color: #121212; }
.column-list-wrap .sub-list li.selected a.selected { background-color: #666; color: #fff; background-position: 18px 11px;}
.column-list-wrap .sub-list li a span { padding: 4px 10px; padding-left: 28px; line-height: 18px; }
.column-list-wrap .sub-list .sub-list li a { font-size: 13px; background-position: 26px 10px; background-color: #f5f5f5;}
.column-list-wrap .sub-list .sub-list li.selected a.selected { background-position: 26px 10px;}
.column-list-wrap .sub-list .sub-list li a span { padding-left: 36px; line-height: 17px; }
.column-list-wrap .sub-list .sub-list .sub-list li a { background-position: 34px 13px;}
.column-list-wrap .sub-list .sub-list .sub-list li.selected a.selected { background-position: 34px 13px;}
.column-list-wrap .sub-list .sub-list .sub-list li a span { padding: 4px 10px; padding-left: 44px; }
.column-list-wrap .sub-list .sub-list .sub-list .sub-list li a span { padding: 4px 10px; padding-left: 52px;}
.column-body { display: none;}
.list-meta .column-title {font-size: 16px; }
/**
 * 栏目新闻
 */
 	.wp-banner { background-color: #ececec;}
	.wp-banner .wp-inner { position: relative;}
	.wp-banner .column-name { display: none; height: 24px; line-height: 24px; font-size: 20px; color: #fff;text-shadow:2px 2px 2px #000000; overflow: hidden; position: absolute; left: 6px; right: 6px; top :50%; margin-top: -12px;}
	/**列表页banner图**/
	.banner img { width: 100%; vertical-align: top; min-height:120px; }

.list-head { padding: 10px 0; border-bottom: 2px solid #e5e5e5; }
.list-meta .column-title { float: left; display:inline-block; white-space:nowrap; line-height:24px; font-size: 18px; color: #333} /**当前位置**/

.list-meta .column-path { float: right; line-height: 24px; color: #454545;}
.list-meta .column-path a{ color: #454545;}
.list-meta .column-path a:hover{ color:#14427E;}
.column-news-con { padding:10px 0; }
.column-news-list .column-news-item {display: block; position: relative; border-bottom:1px dashed #b1b1b1; line-height: 1.4em; padding: 5px 0; padding-left: 10px; background: url(images/dot.png) no-repeat 2px 13px;}  /**栏目新闻列表**/
.column-news-list .column-news-item:hover { background-color: #F7F7F7; color: #000;}
.column-news-list .column-news-item .column-news-title { display: block; margin-right: 76px;}
.column-news-list .column-news-item .column-news-date { display: block; text-align: right; width: 80px; height: 20px; line-height: 20px; position: absolute; right: 0; top:5px; color: #999; }
.wp_entry {width:auto; margin:0 4px;}
.wp_entry,.wp_entry p { line-height:1.7; font-size:16px; text-align: justify; }
.wp_entry p { margin-bottom:11px;}
.column-news-list .wp_entry img {vertical-align: middle; max-width:100%; }   /**列表页文章图片大小限制**/
.list-meta .column-path,.list-meta .column-title { float: none;}
.list-meta .column-title { display: none;}
.list-meta .column-path { padding-left: 24px; background: url(images/sitemap-icon.png) no-repeat 0 4px;}
.list-meta .column-path .path-name { display: none;}
.wp_paging .pages_count,.wp_paging .page_jump { display: none;}

.wp_article_list .list_item { overflow: hidden;}
.wp_article_list .list_item { height: 30px; line-height: 30px; white-space: nowrap;}
.wp_article_list .list_item .pr_fields { display: block; float: none; white-space: nowrap;}
.wp_article_list .list_item .Article_Index { display: none;}
.wp_article_list .list_item .ex_fields { display: none;}
.wp_article_list .list_item a { display: block; padding-right: 38px; position: relative; padding-left: 10px; background: url(images/dd.png) no-repeat 0 11px; border: 0; cursor: pointer; font-size: 15px; display: block; white-space: nowrap; overflow: hidden; text-overflow:ellipsis;}
.wp_article_list .list_item .Article_Title { float: none; margin:0; display: block;}
/**文章页**/
.info-box {margin:0 6px;min-height: 400px;}
.article {padding: 10px 0 40px 0;}
.article h1.arti-title {line-height:26px;padding:5px 0;font-size:18px;font-weight: normal;color:#044480;border-bottom: 1px solid #1d6ab4;text-align: center;} /**文章标题**/
.article .arti-metas { height: 16px; line-height: 16px; text-align:center; padding: 10px 0;}
.article .arti-metas span { display: inline-block; margin:0 5px; font-size:14px; color:#787878;} /**文章其他属性**/
.article .entry { margin:0 4px; overflow:hidden;} /**文章内容**/
.article .entry,.article .entry p { line-height:1.7; font-size:16px; text-align: justify; }
.article .entry p { margin-bottom:11px;}
.article .entry .read img { vertical-align: middle; max-width:100%; margin-bottom: 5px; }   /**文章阅读部分图片大小限制**/

/**底部**/
#footer {background: #1D6AB4;}
#footer .inner {padding: 20px 10px 35px 10px;text-align: center;color: #fff;}
#footer .inner .footer-info{ margin:0 7px;}
#footer .inner .footer-info,#footer .inner .footer-info p{ color: #dcdcdc; line-height: 24px; font-size: 14px; text-align: center;}
#footer .inner .footer-info span {margin:0 5px;display: block;}
#footer .inner .footer-info a { color: #ddd; font-size: 14px; margin:0 5px;}
#footer .inner .footer-info a:hover { color: #ddd; text-decoration: underline;}

#back-top { display: block; display: none; width: 30px; height: 30px; opacity: 0.7; background:#868686 url(images/back-top.png) no-repeat center; position: fixed; right: 6px; bottom: 20px; z-index: 10000;}

/**custom style**/
.panel-6,.panel-8{background:#f0f0f0;}
/**news style**/




/**手机版里面用户导航样式**/
#wp_column_article dl.role{float:none; width:100%; display:inline-block; }
#wp_column_article dl.role dt{font-weight:bold; font-size:16px; font-family:"Microsoft yahei"; height:44px; line-height:44px; margin-bottom:10px; border-bottom:1px solid #ccc;background:none; color:#003390 ;}
#wp_column_article dl.role dd{float:left;  width: 50%;box-sizing:border-box; padding-left:20px; margin-left:-3px;font-size:14px; font-family:"Simsun"; height:36px; line-height:36px; background: url(../images/dd.gif) no-repeat 5px 15px;}
#wp_column_article dl.role dd a{}
#wp_column_article dl.role dd a:hover{color:#114094; text-decoration:none;}

/**手机版里面机构设置样式**/
#wp_column_article dl.role0{float:none; width:100%; display:inline-block; }
#wp_column_article dl.role0 dt{font-weight:bold; font-size:16px; font-family:"Microsoft yahei"; height:44px; line-height:44px; margin-bottom:10px; border-bottom:1px solid #ccc;background:none; color:#003390 ;}
#wp_column_article dl.role0 dd{float:left;  width: 50%;box-sizing:border-box; padding-left:20px; margin-left:-3px;font-size:14px; font-family:"Simsun"; height:36px; line-height:36px; background: url(../images/dd.gif) no-repeat 5px 15px;}
#wp_column_article dl.role0 dd a{}
#wp_column_article dl.role0 dd a:hover{color:#114094; text-decoration:none;}


.head-logo img { max-width:100%; width:auto;}
.tpsx11 { width:100%; display:block; height:100%;}
.tpsx11::before {  content: '';  padding-top: 24%;  float: left;}
.tpsx11::after {  content: '';  display: block;  clear: both;}


.imglist dl span.timebg img {position: absolute;object-fit: fill;width: 100%;height: 100%;}



.imglist dl span.timebg {width:100%;height: auto;margin-bottom: 10px;}
.imglist dl span.timebg::before {  content: '';  padding-top:65%;  float: left;}
.imglist dl span.timebg::after {  content: '';  display: block;  clear: both;}


@media screen and ( max-width: 450px) {
.head-logo {padding-right: 110px;}
}
.bsbj { background:#fff;}


.art_tea .infobox{padding:0;}
.f_L {
    float: none;
    width: 100%;
    height: auto;
    background: url(../images/art_b1.png)no-repeat center / cover;
    padding: 36px;
    box-sizing: border-box;
    color: #fff;
}

.f_r {
    float: none;
    width: 100%;
}
.art_tea .article{padding-top: 54px;}
.art_tea .img_box {width:348px;height:448px;}
.art_tea .img_box img {object-fit:fill;width:100%;height:100%;}

.art_tea .news_title {font-size:32px;margin: 27px 0 9px;}

.k1 {padding-bottom: 10px;font-size:20px;/* min-height: 66px; */border-bottom: 1px dashed #fff;}
span.tea_ico {
    margin-right: 12px;
}

.k21 {
    line-height: 24px;
    margin: 10px 0;
    font-size: 18px;
}

.k2_box {
    padding: 10px 0 10px 0;
    border-bottom: 1px dashed;
}
.zy {
    font-size: 18px;
    /* margin-top: 10px; */
    font-weight: bold;
}


                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
span.yjs {
    font-size: 18px;
    margin-left: 30px;
}
.k3 {
    padding: 20px 0 0;
}

.f_L .news_title {
    font-size: 22px;
    font-weight: bold;
}

.img_box img {
    width: 50%;
}

.f_L .img_box {
    margin-bottom: 10px;
}
p.tit1 {
    margin-bottom: 10px;
    border-bottom: 2px solid #36c;
    line-height: 2;
    color: #3e71cf;
    font-size: 22px;
    font-weight: bold;
}

.contf {
    padding: 20px 36px;
    box-sizing: border-box;
    background: #f4f8ff;
}

.contf .con p {
    font-family: "微软雅黑";
    font-size: 16px;
    line-height: 27px;
}