html {
    background: #fff;
    color: #686d85;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
/*-webkit-filter: grayscale(100%);
 -moz-filter: grayscale(100%); 
 -ms-filter: grayscale(100%); 
 -o-filter: grayscale(100%); 
 filter: grayscale(100%); 
 filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); 
 filter:gray;  */ 
}

.message_list .msg_detail{
font-size:18px
}

article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    border: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

body,
button,
html,
input,
select,
textarea {
    outline: 0;
    font: 14px/1.5 arial, \5FAE\8F6F\96C5\9ED1, \5b8b\4f53, helvetica, sans-serif
}

input,
select,
textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th {
    text-align: inherit
}

fieldset,
img {
    border: 0
}

iframe {
    display: block
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

del {
    text-decoration: line-through
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: 500;
    font-style: normal
}

li,
ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    font-size: 100%
}

q:after,
q:before {
    content: ''
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

a {
    outline: 0;
    color: #333;
    text-decoration: none;
    cursor: pointer
}

a:hover {
    color: #003f88;
    text-decoration: none
}

ins {
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif
}

img {
    height: auto;
    max-width: 100%;
    min-height: 100%;
}

.fn-ma {
    margin-right: auto;
    margin-left: auto
}

.fn-ovf {
    overflow: hidden
}

.fn-db {
    display: inline-block
}

.fn-clear:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: " ";
    font-size: 0
}

.fn-clear {
    zoom: 1
}

.fn-hide {
    display: none
}

.fn-left {
    float: left
}

.fn-right {
    float: right
}

.fn-center {
    text-align: center
}

.txt-left {
    text-align: left
}

.txt-r {
    text-align: right
}

.ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

body {
    min-height: 100vh;
    background: #fff;
    -moz-user-select: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: grayscale;
    position: relative;
}
.bg1,.bottom-bg {
    content: '';
    position: absolute;
    left:0;
    right: 0;
    height: 680px;
    z-index:0;
}
.bg1 {    
    top: 0;
    background:  url('./../images/top-bg.jpg') no-repeat center top;
}
.bottom-bg {   
    bottom:0; 
    left:0;
    right: 0;
    background: url('./../images/bottom-bg.png') no-repeat center bottom;
}

.content {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    width: 1200px;
    height: auto;
}
.mt20 {
    margin-top: 20px;
}
.flexCB {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* 头部 */
.wrapper {
    position: relative;
    min-height: 100vh;
}
.wrap-main {
    position: relative;
    z-index: 1;
}
.ind-wrap {
    background: linear-gradient(-90deg, rgba(245,188,196,1),rgba(255,255,255,0.3), rgba(244,213,244,0.3), rgba(245,188,196,0.8));
    background: -webkit-linear-gradient(-90deg,rgba(245,188,196,1), rgba(255,255,255,0.3), rgba(244,213,244,0.3), rgba(245,188,196,0.8));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4CFFFFFF', endColorstr='#4C00c9d9',GradientType=0);
}
.wrap-top {
    height: 110px;
    background:linear-gradient(90deg, #003F88, #003F88, #003F88);
    background:linear-gradient(90deg, #003F88, #003F88, #003F88);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#337C8D', endColorstr='#2FBDDE',GradientType=1);
    overflow: hidden;
}
.top-bg {
    position: absolute;
    left: 766px;
    top: 0;
    width: 730px;
    height: 233px;
    z-index: 1;
    opacity: 0.3;
}
.wrap-top-main {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-logo,
.top-logo1,
.top-logo2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 85px;
}
.top-logo {
  left: 0;
}
.top-logo1 {
    left: 420px;
}
.top-logo2 {
    left: 610px;
}
.top-bg {
    position: absolute;
    left: 766px;
    top: 0;
    width: 730px;
    height: 280px;
    z-index: 1;
}
.wp_search {
    position: absolute;
    top: 34px;
    right: 0;
    display: flex;
    align-items: flex-start;
    z-index: 999;
}
.wp_search .keyword {
    width: 230px;
    height: 32px;
    padding-left: 10px;
    line-height: 32px;
    background-color: #fff;
    border:1px solid #aaaaaa;
    border-right: none;
}
.wp_search .search {
    width: 60px;
    height: 34px;
    background-color: #003f88;
    margin-right: 10px;
    background-image: url('./../images/search-icon.png');
    background-repeat: no-repeat;
    background-position: center center;    
    margin-top: 6px;
}
/* 导航 */
.nav-box {
    height: 62px;
    line-height: 62px;
    position: relative;
    z-index: 999;
    background: #003f88;
    margin-bottom: -62px;
}
.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.menu-item {
    padding: 0 8px;
    float: left;
    min-width: 91px;
    text-align: center;
    position: relative;
    cursor: pointer;
    background: url('./../images/nav-bg.jpg') no-repeat center center;
    background-size: 100% 100%;
    margin-left: 1px;
}
.nav-box ul li:first-child {
    margin-left: 0;
}
.nav-box ul li a {
    display: block;
    color: #fff;
    font-size: 18px;
    color: #FFFFFF;
    white-space: nowrap;
}
.sub-menu  {
	display: none;
	min-width: 91px;
	position: absolute;
	top: 62px;
	width: auto;
	background: rgba(255,255,255,.8);
	height: auto;
	left: 0px;
	visibility: visible;
}

.sub-item {
	margin-left: 0 !important;
}
.sub-link {
	text-align:left;
	padding: 0 10px;
	color: #333 !important;
	white-space: nowrap !important;
        height: 45px;
}
.sub-link:hover {
	color: #fff !important;
}
.wp_nav .nav-item a.parent {color:#FFFFFF;}
.wp_nav .sub-nav {
	width: auto !important;
	border: none;
}
.wp_nav .sub-nav .nav-item {
	height: 40px;
	line-height: 40px;
	background:none;    
	margin-left: 0;
}
.wp_nav .sub-nav .nav-item a {
	border:none !important;
}
.wp_nav .sub-nav .nav-item .mark {
	background: rgba(255,255,255,0.8)
}

.nav-box ul li.on,
.nav-box ul li:hover {
    opacity: 1;
    background: #0464D0;

}
/* 轮播图 */
.banner-box {
    height: 500px;
    /* margin-top: -62px;
    background: #2FBDDE; */
}
.banner-box.list {
height: 333px;
overflow:hidden;
}
.banner-box.list img {
position:relative;

}
.banner-box img {
    /* width: 100%;
    height: auto;
    margin-top: -62px; */
}
.banner-box .focus-box,
.banner-box .focus-container {
    width: 100% !important;
    height: 500px !important;
}
.banner-box .focus-pagination,
.banner-box .focus-title-bar {
    display: none !important;
}
/* 快速链接 */
.ind-quicklink-box {
    width: 180px;
    margin-top: -300px;
    position: fixed;
    z-index: 99;
    text-align: center;
}
.quicklink-item {
    display: inline-block;
    width: 118px;
    height: 108px;
    font-size: 18px;
    margin-left: 0px;
    font-weight: 400;
    color: #003f88;
    text-align: center;
    background:#EEE;
}
.quicklink-item:hover {
    color: #003F88;
}
.quicklink-item:first-child {
    margin-left: 0;
}
.quicklink-item cite {
    display: block;
    text-align: center;
    padding-top: 16px;
    margin-bottom: 21px;
    height: 30px;
}
.quicklink-item img {
    width: 30px;
    height: auto;
}
/* 新闻中心 */
.ind-main {
    margin-top: 20px;
}
.ind-main-left {
    width: 780px;
}
.ind-column-item {
    background: #F5F5F5;
    box-shadow: 0px 2px 5px 0px rgba(4,0,0,0.42);
}
.ind-column-title {
    height: 60px;
    line-height: 60px;
}
.ind-news-list {
	padding-right: 23px;	
}
.ind-column-title span{
    display: inline-block;
    width: 140px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    background: #003F88;
}
.ind-main-right {
    width: 400px;
}
/* 图片新闻 */
.dtjt10_div_img {
    width: 100% !important;
    height: auto !important;
    min-height: 300px !important;
}
.dtjt10_div_img img {    
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.dtjt10_div_text {
    height: 42px;
    left: 0;
    right: 0;
    bottom: -80px;
    max-width: 100%;
    padding: 22px;
    background: #F5F5F5;
} 
.dtjt10_div_text_title {
    background: none !important;
    padding: 0;
    border: none;
    text-align: left !important;
}
.dtjt10_div_text_title a {	
    font-size: 16px !important;
    font-weight: bold !important;
    color: #C62A2B!important;
}
.dtjt10_div_text_text p{
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    line-height: 24px;
    padding: 0;
    background:none;
	text-indent: 0 !important;
}
.picbase1-content {
    height: 66px;   
    left: 0;
    right: 0;
    bottom: -80px;
    max-width: 100%;
    padding: 22px;
    background: #F5F5F5;
} 
.picbase1-content h2{
    font-size: 16px;
    font-weight: bold;
    color: #E20A20;  
    background: none;
    padding: 0;
    border: none;
    
}
.picbase1-content p{
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    line-height: 24px;
    padding: 0;
    background:none
}
.picbase1-credit {
    display: none;
}
.picbase1-slidenav {
    bottom: 40px;
    
}
.picbase1-slidenav li {  
    background: rgba(232,81,96,.5);
}
.more {
    font-size: 12px;
    font-weight: 400;
    color: #525252;
    padding-right: 22px;
}
.wp_article_list {
    padding:6px 11px;
    width: auto;
}

.wp_article_list .list_item {
    padding-left: 20px;
    font-size: 16px;
    font-weight: 400;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    height:36px;
    line-height: 62px;
    text-align: right;
    border-bottom: 1px dotted #CECECE;
    background: url('./../images/new-icon.png') no-repeat left center;
    display: flex;
    justify-content: space-between;
}
.wp_article_list .list_item .Article_Title {
	display:
	flex;
	align-items: center;
	height: 100%;
}
.wp_article_list .list_item:last-child{
    border-bottom: none;
}
.wp_article_list .list_item a {
    float: left;
    font-size: 16px;
    color: #333;
    text-align: left;
    display: block;
    width:100%;
    /* overflow: hidden; */
    white-space: pre-wrap;
    /* text-overflow: ellipsis; */
    line-height: 30px;
}
.wp_article_list .list_item:hover {
    background: url('./../images/new-icon.png') no-repeat left center;
}
.wp_article_list .list_item:hover a {
    color: #C62A2B;
}
.wp_article_list .list_item .Article_Index {
    display: none;
}
/* 头条 */
.header-news-mobile {
    display: none;
}
.header-news cite {
    display: block;
    width: 400px;
    height: 293px;
    overflow: hidden;
}
.hearder-title {
    font-size: 16px;
    font-weight: 400;
    color: #C62A2B;
    line-height: 30px;
    padding-bottom: 20px;
}
.header-news-main {
    padding:24px 26px;
}
.header-news-desc {
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    line-height: 24px;
}
.header-news-desc a {
    color: #167A92;
}
/* 快速通道 */
.fast-track-list {
    width: 380px;
    margin: 21px auto 0;
    text-align: center;
    padding-bottom: 6px;
}
.fast-track-item {
    display: block;
    width: 380px;
    height: 80px;
    margin-bottom: 14px;
}
/* 底部 友情链接 */
.ind-link {  
    margin-top: 30px;  
    height: 120px;
    background: url('./../images/footer-bg.jpg') no-repeat center center;
}
.ind-link-item {
    /*margin-right: 100px; */
    margin-bottom: 20px;
}
.ind-link-title {
    padding-top: 30px;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}
.ind-link-content {
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
}
.ind-link-content a  {
    /*display: block;*/
    line-height: 22px;
    color: #fff;
    margin-right: 10px;

}
/* 底部 */
.wrap-footer {
    height: 40px;
    background: #1D5594;
    text-align: center;
}
.footer-main {
    height: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
/* 下拉菜单样式 */
select::-ms-expand{ display: none; }
select {
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
background-image: url("./../images/arrow-icon.png");
background-repeat: no-repeat;
background-position: 240px 14px;
background-size: 18px 13px;
padding-right: 14px;

}

option::-ms-expand{ display: none; }

option{
/* -moz-appearance:none; 
-webkit-appearance:none;
appearance:none; */
}

/* --背景色字体颜色--*/

option:hover{
    color:#fff;
    background-color:#1E90FF;
}
.bread {
    padding: 15px 0;
}

/* 列表页 */
.list-main {
    padding: 20px 0;
    /* background:rgba(255,255,255,0.6); */
    margin-bottom: 40px;
}
.sideTit {      
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    text-align: center; 
    color: #fff;
    background-color: #8C0000;
  }
  .left_list-box {
    width: 215px;
  }
  .left_list {
	width: 100%;
	float: left;
}

.left_top {
	width: 100%;
	height: 60px;
	line-height: 60px;
	float: left;
	background: #1b48ae
}

.left_top h3 {
	float: left;
	line-height: 60px;
	font-size: 22px;
	font-family: 微软雅黑;
	color: #fff;
	padding-left: 22px
}

.left_con {
	padding: 0;
	line-height: 24px;
	width: 100%;
	background: #fff;
	float: left;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-image: initial;
	border-top: none
}
.left_list .wp_nav {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none
}

.left_list .wp_nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 43px;
	line-height: 43px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
    background: #fff;
}

.left_list .wp_nav  li a {
	color: #333;
	background: url('./../images/left_0.png') right center no-repeat;
	font-size: 14px;
	display: block;
	margin: 0 22px;
	height: 43px
}

.left_list .wp_nav li a:hover {
	color: #8c0000;
	background: url('./../images/left_1.png') right center no-repeat
}

.left_list .wp_nav li a.current {
	color: #8c0000;
	background: url('./../images/left_1.png') right center no-repeat
}

.left_list .wp_nav li.selected {
	background: #8c0000
}
.left_list .wp_nav li.selected a {
	color: #fff
}
.left_list.wp_nav li.selected a {
    color: #fff;
	padding: 0 10px
}

.left_list .wp_nav li.selected a:hover {
    color: #fff;
	background: url('./../images/left_0.png') right center no-repeat;
}

.left_list .wp_nav li.selected a.current {
    color: #fff;
}

  
#right {
	width: 100%;
    padding: 0 20px 40px;
    background: rgba(255,255,255,0.8);
}
#right_top {
	width: 100%;
	height: 50px;
	line-height: 50px;
	float: left;    
    border-bottom: 1px solid #eeeeee;
}
#right_top h3 {
	float: left;
	line-height: 50px;
	font-size: 24px;
	color: #C62A2B;
	margin-left: 13px;
}
#right_top h3 span {    
    border-bottom: 2px solid #C62A2B;
    display: inline-block;
}
#right_top h3 a {
	color: #4397AB;
}
#right_top .bread{
	float: right;
}
#right_top .bread li{
	display: inline-block;
	margin: 0 3px;
	color: #333;
}
#right_top span li a {
	color: #999;
}
#right_con {
	width: 100%;
	float: left;
	padding: 10px 0 0 0;
	line-height: 200%;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
#right_con img {
	max-width: 100%;
	height: auto !important;
}
.empty {
    font-size: 18px;
    text-align: center;
}
.list-img-box  {
    padding: 20px;
}
.list-img-news-item {
    padding: 20px 40px;
    border-bottom: 1px dashed #d9d9d9;
}
.list-img-news-list {
    padding: 20px;
}
.list-img-news-item a {
    display: block;
}
.list-img-news-item-title {
    font-size: 20px;
    margin-bottom: 20px;
}
.list-img-news-item-desc {
    line-height: 2;
}
.list-img-news-item-info {
    width: 840px;
}
.list-img-news-item-img {
    margin-left: 40px;
    width: 240px;
    height: 160px;
    overflow: hidden;
}
.list-img-news-item-img img {
    width: 100%;
    height: auto;
}
.wp_article_list .list_item .ex_fields {
	white-space:nowrap
}
/* 内容页 */
.wp_article_list_table td {
	width: 100%;
	float: left;
	padding: 2px 0;
	cursor: pointer;
}
.art_img {
	float: left;
	width: 25%;
}
.art_img img {
	width: 100%;
	border: 1px solid #dcdcdc;
}
.art_right {
	float: right;
	width: 73%;
}
.art_right2 {
	width: 100% !important;
}
.art_title {
	width: 100%;
	height: 66px;
	line-height: 66px;
	font-size: 18px;
	overflow: hidden;
}
.art_title a {
	/* text-decoration: underline; */       
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 20px;
    padding-bottom: 8px;
}
.wp_article_list_table tr:nth-of-type(2n) {
    background: #f4f4f4;
}
.art_date {
    padding: 20px;
    margin-right: 20px;
    vertical-align: middle;    
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    border-right: 1px solid #C62A2B;
}
.art_author {
	width: 100%;
	height: 20px;
	line-height: 20px;
	color: #999;
	font-size: 14px;
}
.art_author span {
	margin: 0 10px 0 0;
}
.art_des {
	color: #666;
	max-height: 50px;
	overflow: hidden; 
    font-size: 14px;
    line-height: 26px;
    margin: 20px 0 0;
}
.art_right2 .article_more {
	display: block;
}
.article_more {
	margin: 20px 0 0 0;
	display: none;
}
.article_more a {
	width: 120px;
	height: 40px;
	line-height: 40px;
	float: right;
}
.article_more a p {
	line-height: 40px;
}
.art_list td:hover {
	/*border-bottom: 1px dashed #C62A2B;*/
}
.art_list td:hover .art_title a,
.art_list td:hover .art_des a {
	color: #C62A2B;
}
.art_list:last-child {
	border-bottom: 0;
}
.news_left {
	float: left;
	width: 76%;
}
.news_right {
	float: right;
	width: 21%;
}
.news_right a {
	display: block;
	margin: 15px 0;
}
.news_right img {
	width: 100%;
	height: auto;
}
.articleList {
	width: 100%;
	float: left;
}
.articleList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.articleList li {
	margin: 0px;
	padding: 0 0 0 10px;
	list-style-type: none;
	border-bottom: 1px dotted #ccc;
	background: url('./../images/li_0.png') no-repeat left center;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
}
.time {
	float: right;
}
.articleTitle {
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	margin-top: 15px;
	color: #C62A2B;
}
.articleAuthor {
	text-align: center;
	padding: 7px 0px;
	border-bottom: 1px dotted #ccc;
}
.articleAuthor span {
	margin: 0px 6px;
	font-size: 9pt;
}
.articleInfo {
	width: 100%;
	padding: 10px 0;
	line-height: 200%;
}
.articleInfo img {
	max-width: 100%;
}
.pageUpDown {
	padding-top: 10px;
	text-align: left;
	line-height: 30px;
}
/*分页*/

.pagination {
    min-width: 300px;
    width: auto;
    height: 34px;
    margin: 20px auto 0 auto;
    display: table;
}

.pagination li {
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 0 5px;
    width: auto;
    color: #333;
    text-align: center;
    border: 1px solid #eee;
    background: #fff;
}

.previous {
    width: fit-content;
    height: 34px;
    margin: 10px auto 20px;
}

.pagination li:hover {
    border-color: #e0e0e0;
    background: #f1f1f1;
    color: #858585;
}

.pagination {
    display: inline;
    padding-left: 0;
}

.pagination li.paginate_button {
    float: left;
    text-align: center;
    height: 32px;
    line-height: 32px;
    background: #fff;
    margin: 0 4px;
    padding: 0 4px;
    min-width: 32px;
    border: 1px solid #e0e0e0;
}

.pagination li.paginate_button a {
    color: #333;
    display: block;
}

.pagination li.paginate_button:hover {
    border-color: #0168b7;
    background: #0168b7;
}

.pagination li.paginate_button:hover a {
    color: #fff;
}

.pagination li.paginate_button.active {
    border-color: #0168b7;
    background: #0168b7;
}

.pagination li.paginate_button.active a {
    color: #fff;
}
.footer-logo {
    width: 472px;
}
@media screen and (max-width: 768px) {
.menu-item {
width: 100%;
}
.wp-navi-aside .navi-aside-wrap li .sub-menu {
background-color: #770001;
}
.sub-menu {
    position: initial;
}
.wp-navi-aside .navi-aside-wrap li a {
color: #fff !important;
}
	.header-news-mobile .dtjt10_div_img{
		height: 180px !important;
	}
  .wrap-top {
    height: 60px;
  }
  .top-logo,
  .top-logo1,
  .top-logo2{
    width: 20%;
    height: auto;
  }
  .top-logo {
    width: 25%;
    left: 2%;
  }
  .top-logo1{
    left: 27%
  }
  .top-logo2{
    left: 47%
  }
  .nav-box {    
    background: #003f88;
  }
  .banner-box {
    height: 336px;
  }
}
@media screen and (max-width: 1200px) { 
  body{
    overflow-x: hidden;
  }
	.nav-box ul li  {
		width: 100%;
	}
  .ind-column-title span {    
    font-size: 18px;
  }
	.more {
		font-size: 14px;
	}
  .content {
      width: calc(100vw - 30px);
      /* padding: 0 20px; */
  }
	.ind-column-title {
    height: 40px;
    line-height: 40px;
		font-size:18px;
	}
	.content.nav-list {
		width: 100%;
		padding: 0;
	}
	.wp_nav .nav-item a span.item-name {
		padding: 0 5px;
		font-size: 19px;
	}
	.wp_article_list .list_item .pr_fields {
		font-size: 18px;
		display: flex;
		width: 82%;
		justify-content: space-between;
		align-items: center;
		height: 62px;
	}
	.wp_article_list .list_item .Article_Title {
		display:flex;		
		align-items: center;
		height: 100%;		
	}
	.wp_article_list .list_item .ex_fields {
		font-size:12px;
	}
.wp_article_list .list_item{
height: auto;
}
	.wp_article_list .list_item a {
		font-size: 14px;
		white-space: pre-wrap;
		line-height: 18px;
	}
  .ind-column-item {
      width: 100% !important;
      height: auto;
  }
  .wrap-footer {
      padding: 20px 0;
      height: auto;
  }
  .ind-main {
    margin-top: 20px;
  }
	.quicklink-item {
		font-size: 12px;    
    width: 70px;
    height: 82px;
    margin-left: 2px;
	}
    .ind-link {
        height: auto;
        background-size: 100% 100%;
    }
    .footer-main {
        flex-wrap: wrap;
    }
    select{
        background-position: 98% center;
    }
    .ind-quicklink-box {
        /* margin-top: 10px; */
    }
    .ind-main-left,
    .ind-main-right {
        width: 100%;
    }
        
    .header-news-mobile {
        display: block;
        margin-bottom: 20px;
    }
    .header-news {
        display: none;
    }
    .header-news-mobile cite{
        width: 100%;
        height: 500px;
    }
    .fast-track-list {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }    
    .header-news-mobile cite img ,
    .fast-track-item,
    .fast-track-item img {
        width: 100%;
        height: auto;
    }
    .dtjt10_div_img img {
        width: 100%;
        height: 627px;
    }
    .list-main  {
        width: 100%;
        padding: 20px 0;
    }
    .left_list-box {
        width: 100%;
        margin: 20px auto;
    }
   #right.download-right{
        width: calc(100% - 40px) !important;
        padding: 0 20px;
    }
    #right {
        width: calc(100% - 20px);
        padding: 0 10px 20px;
    }
    #right_con {
        min-height: auto;
    }
    .left_top {
        height: 50px;
        line-height: 50px;
    }
    .left_top h3 {
        line-height: 50px;
        font-size: 18px;
    }
    .type_list li {
        height: 35px;
        line-height: 35px;
    }
    .type_list li a {
        height: 35px;
    }
    #right_top {
        background-size: initial;
    }
    #right_top h3 {
        font-size: 20px;
    }
    .art_title {
        height: 25px;
        line-height: 25px;
        font-size: 16px;
    }
    .art_des {
        line-height: 20px;
        max-height: 40px;
    }
    .art_right {
        width: 67%;
    }
    .art_img {
        width: 30%;
    }

    .ind-guid-list {
        margin-left: -10px;
        width: calc(100% + 20px) !important;
    }

    .ind-guid-item {
        width: calc(33% - 10px);
        margin-left: 10px;
        margin-right: 0;
        overflow: hidden;
    }
    .ind-guid-item img {
        width: 100%;
        height: auto;
    }
    .wp_articlecontent p {
        text-indent: 0 !impotant
    }

}