@charset "utf-8";

body {
    /* overflow-x: hidden; */
    background: url('../images/index_bg.png') no-repeat top;
    background-size: 100% auto;
}
body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: "微软雅黑","宋体", Arial, Helvetica, sans-serif;
    font-size: 16px;
}
ol, ul, li {
    list-style: none;
}
a {
    color: #333333;
	text-decoration: none;
    cursor:pointer;
}
*{
    box-sizing:border-box;
}
a:hover {
	color: #4189c8;
    text-decoration: none;
}
img {
border:0;
}
.head_bg {
    width: 100%;
    min-width:1200px;
    height: 205px;
    /* background-size:cover; */
}
.head_bgs {
    width: 1200px;
    height:100%;
    margin: 0 auto;
}
.logo{
    height: 100%;
    padding-top: 80px;
    text-align: center;
}
.logo img{
    /* vertical-align: middle; */
    display: inline-block;
    /* margin: 80px auto; */
    width: 90%;
    height: auto;
}

/*菜单*/
.nav_bg {
    width: 100%;
    min-width: 1100px;
    /* background-color: #aa030e; */
}
.nav {
    width: 1119px;
    margin: 0 auto;
	position:relative;
}
.nav hr{
    border: none;
    border-top: 4px solid #24569F;
    margin: 0 auto;
}
.nav_ul{
    width:100%;
	height:48px;
    white-space: nowrap; 
}
.nav_ul>li {
    line-height: 48px;
    font-size: 19px;
    z-index: 1000;
    zoom: 1;
    float: left;
    padding: 0 14px 0 14px;
    border-top-right-radius: 11px;
    border-top-left-radius: 11px;
    /* background-color: #fff; */
}
.nav_ul>li.active {
    background-color: #24569F;
}
.nav_ul>li>a {
    display: block;
    text-align: center;
    color: #24569F;
    height: 100%;
    font-family: "FZDHTK",Noto Sans SC;
    font-weight: 700;
    font-size: 21px;
    transform: scaleX(0.95);
    letter-spacing: 2px;
}
.nav_ul>li>a.active {
    color: #FFF;
    background-color: #24569F;
}
.nav_ul>li>a:hover {
    text-decoration:none;
}
.nav_ul li .icon {
    display: inline-block;
    width: 18px;
    height: 20px;
    line-height: 24px;
    vertical-align: top;
    margin-top: 13px;
    margin-right: 5px;
}

/* 滚动样式 */
.scroll_horizontal {
	position:relative;
	/* width: 1140px; */
	margin: 0 auto;
	background: none;
	padding: 18px 0;
}
.scroll_horizontal.active {
	display:block;
}
.scroll_horizontal .boxcxscroll {
	overflow:hidden;
	position:relative;
	width:1040px;
	margin:0 auto;
	padding: 0px;
}
.scroll_horizontal .list {
	overflow:hidden;
	width:99999px;
	background: none;
}
.scroll_horizontal .list li {
	float: left;
	width: 220px;
	margin:0 auto;
	padding: 0 20px;
	white-space: normal;
	text-align: center;
	position: relative;
}
.scroll_horizontal .list li img {
	width: 220px;
	height: 155px;
    display:block;
}
.scroll_horizontal .list li .tj{
    position: absolute;
    left: 20px;
    top: 0;
    display: block;
    background-color: #e2d7a1;
    padding: 0 10px;
    font-size: 15px;
}
.scroll_horizontal .list li div {
	text-align: center;
	font-size: 18px;
	width: 220px;
    padding:10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.scroll_horizontal .prev, .scroll_horizontal .next {
	position:absolute;
	top:50%;
	margin-top:-16px;
	width:16px;
	height:32px;
	/* background-image:url(../images/gdlr.png); */
	background-repeat:no-repeat;
	font:0/0 Arial;
	cursor:pointer;
	-webkit-transition:all 0.5s;
}
.scroll_horizontal .prev {
	left:5px;
	background-position:0 0;
}
.scroll_horizontal .next {
	right:5px;
	background-position:-23px 0;
}

/*???*/
.bottom_bg{
  width: 100%;
  background-color: #E9F4F9;
  min-width:1200px;
}
.foot {
  color: #FFF;
  padding: 10px 0;
}
.foot ul {
    margin: 0 auto;
    width: 200px;
    height: 30px;
    text-align: center;
}
.foot li {
    float: left;
    font-size: 14px;
    font-family: "微软雅黑";
	    color: #FFF;
}
.foot li a{
	    color: #FFF;
}
.foot li a:hover {
    text-decoration: underline;
}
.bqwz {
    /* font-size: 13px; */
    /* text-align: center; */
    /* font-family: "微软雅黑"; */
	    /* color: #000000; */
    /* line-height: 2; */
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: center;
    margin: 12px auto;
}
.bqwz img{
    width: auto;
    height: 13px;
}
/*页面每行布局共用*/
.div1200{
    overflow: hidden;
    zoom:1;
    background-color: #E2F2FF;
}
.midpadding1 {
    padding: 25px 18px;
    height: 346px;
}
.midpadding2 {
    padding: 8px 18px 1px 18px;
    height: 320px;
}
.midmargin {
    margin: 20px 0;
}
.mid-margintop {
    margin-top:20px;
}
.mid-marginleft {
    margin-left:40px;
}
.black04 {
    color: #b5b6b8;
}
.black {
    color: #505457;
}
.white {
    color: #FFF;
}
.f12 {
    font-size: 10px;
    font-weight: 600px;
}
.f12 img {
    position: relative;
    width: 11px;
    height: auto;
    top: -2px;
    margin-right: 3px;
    vertical-align: middle;
}
.f14 {
    font-size: 14px;
}
.f18 {
    font-size: 18px;
}
.f28 {
    font-size: 28px;
}
.f22 {
    font-size: 22px;
}
.b {
    font-weight: bold;
}
.blue{
    color:#2e5b90;
}
.right {
    width: 610px;
    float: right;
}
/* 每行栏目大标题 */
.row_tl{ width:100%; height:40px; background:#fff; padding:0px;  position:relative; border-bottom:2px solid #d4d4d4;}
.row_tl ul {}
.row_tl ul li{ float:left; height:40px; line-height: 40px;margin-right:10px; text-align:center;font-size:24px;font-weight:bold;color:#015293 }
.row_tl ul li.on{border-bottom: 4px solid #ad1a22;}
.row_tl ul li a{font-size: 24px;color: #bc0610;font-weight: bold;margin: 0 5px;}
.tl_icon{
	width:30px;
	height: 30px;
	display: block;
	float: left;
	margin-top: 5px;
}
.tl_icon.djgz {
    background: url(../images/banner/icon2.png) center no-repeat;
}
.tl_icon.bmzx {
    background: url(../images/banner/icon3.png) center no-repeat;
}
.tl_icon.lljl {
    background: url(../images/banner/icon5.png) center no-repeat;
}
.tl_icon.xxzl {
    background: url(../images/banner/icon6.png) center no-repeat;
}
.tl_icon.xxtj {
    background: url(../images/banner/icon5.png) center no-repeat;
}
.tl_icon.rmtbd {
    background: url(../images/banner/icon4.png) center no-repeat;
}
/* 公用栏目展示 */
.columnlistwork{
    width: 332px;
    float:left;
}
.columnlist{
    width: 334px;
    float:left;
    /* margin: 0 18px; */
}
.list_tl{ 
    width:100%; 
    height:40px; 
    padding:0px;  
    position:relative; 
    border-bottom: 1px solid #17479E;
}
.list_tl ul {
    width: 400px;
    height: 43px;
}
.workdynamic {
    float: left;
    width: 287px;
    height: 45px;
    border-top: 3px solid #3375EE;
    background-image: 
        url('../images/indexImage/workDynamic.png');
    background-position: 
        top 7px left 5px,
        top 0 left 0;
    background-repeat: no-repeat,no-repeat;
    background-size: 
        auto 56%,
        auto auto;

}
.enterpriseList {
    height: 230px;
    width: 100%;
}
.shenghr {
    border-bottom: 3px solid #3375EE;
    margin: 0;
    width: 411px;
}
.enterpriseDisplay {
    float: left;
    width: 1000px;
    height: 54px;
    background-image: 
        url('../images/indexImage/enterpriseWords.png'),
        url('../images/indexImage/enterpriseBg.png');
    background-position: 
        top 13px left 18px,
        top 0 left 0;
    background-repeat: no-repeat,no-repeat;
    background-size: 
        auto 46%,
        1000px auto;

}
.enterpriseImg {
    padding: 25px 0 0 0;
    display: flex;       
    white-space: nowrap;   
    overflow: hidden;   
}
.enterpriseImg a {
    margin: 0 4px;
    flex-shrink: 0; 
}
.enterpriseImg img {
    width: 174px;
    height: 140px;
    display: block;
}
.minterm {
    float: left;
    width: 111px;
    height: 40px;
    border-bottom: 3px solid #17479E;
}
.minterm img{
    margin-top: 10px;
    width: auto;
    height: 20px;
}
.list_tl ul li{ float:left; height:40px; line-height: 40px;margin-right:10px; text-align:center;font-size:18px;font-weight:bold;color:#FFF;padding-left: 10px; }
.list_tl ul li.icon{     border-bottom: 4px solid red;height:41px; }
/* .list_tl ul li.tl{ font-size:24px;font-weight:bold;color:#015293} */

.bd_tl{
    border-bottom:1px solid #dcdcdc;
    overflow:hidden;
    height:50px;
    margin: 0 10px;
}
.bd_tl ul li{
     float:left;
     width:170px;
     height: 50px;
     text-align:center;
     color:#6c6b6b;
}
.bd_tl ul li a{
    display: block;
    border-right: 1px solid #DCDDDF;
    margin-top: 15px;
}
.bd_tl ul li.on{
     color:red;
     background:url(../images/title_bg.png) no-repeat;
     background-position:bottom;
}
.bd_tl ul li.on a{
     color:red;
     text-decoration: none;
}
.list_bd{
    margin-top:7px;
	padding: 0 ;
}
.pic_margin {
    margin-top: 18px;
}
.list_bd>ul{
    zoom:1;
    line-height: 33px;
    display:none;
}
.list_bd>ul.active {
    display:block;
}
.list_bd>ul.active .white-bg{
    background-color: white;
    border-radius: 4px;
    padding: 4px 8px;
}
.list_bd>ul.active .pic_padding{
    padding: 9px 8px 6px 9px;
    margin: 6px 0 0 0;
}
.list_bd>ul.active .white-bg li {
    padding: 0 0 0 0;
    border-bottom: 1px dotted #ccc;
    list-style: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.6px;
    width: 319px;
}
.list_bd>ul.active .white-bg li:last-child {
    border-bottom: none;
}
.list_bd>ul.active .white-bg li span {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #456CB1;
    border-radius: 50%;
    margin-right: 1px;
    vertical-align: middle;
}
.list_bd>ul li{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list_bd>ul li span{
   font-size: 18px;
   font-weight: bold;
}
.list_bd>ul li a {
    color: #2A2A2A;
    font-family: "FZHTK",Noto Sans SC;
    font-size: 14px;
    font-weight: 400;
}
.list_bd>ul li a:hover{
    color: #4189c8;
    text-decoration: none;
}
.list_bd>ul li.li_pic {
    margin-top: 0;
    line-height: inherit;
    background: none;
    padding-left: 0;
}
.list_bd>ul li.li_pic .leftpic {
    float: left;
}
.list_bd>ul li.li_pic img {
    width: 170px;
    height: 100px;
}
.list_bd>ul li.li_pic .righttxt {
    width: 150px;
    height: 100px;
    float: right;
}
.list_bd>ul li.li_pic .righttxt .title {
    font-weight: bold;
    line-height: initial;
	padding: 0;
}
/* .list_bd>ul li.li_pic .righttxt .title a{ */
.list_bd>ul li.li_pic .righttxt .title p{
    white-space: normal;
}
/* .list_bd>ul li.li_pic .righttxt .title a p{ */
.list_bd>ul li.li_pic .righttxt .title p{
    color: #8A8C8E;
    font-weight: 700;
    font-size: 12px;
    text-indent: 2em;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 15px;
    width: 150px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.list_bd>ul li.li_pic .righttxt .title p a{
    color: #456CB1;
    font-family: "FZDHTK",Noto Sans SC;
    font-weight: 700;
    font-size: 12px;
    text-indent: 2em;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 1.9;
    width: 150px;
}
.maxlen-detail {
    color: #19499F !important;
    cursor: pointer;
    text-decoration: none;
}
.maxlen-detail:hover {
    color: #4189c8 !important;
    /* text-decoration: underline; */
}
.more {
    /*width: 100px;*/
    float: right;
    margin-top: 15px;
    margin-right:8px;
}

/*主体*/
.centent_bg{
    width: 100%;
    /* background-color: #f8f8f8; */
}
.centent {
    width: 1119px;
    margin: 0 auto;
    overflow: hidden;
	background-color: #FFF;
}

/*头条*/
.toutiao{
    width: 1081px;
    position:relative;
	margin:32px 19px;
    padding: 5px;
	background-color: #E2F2FF;
	/* padding-bottom: 20px; */
}
.toutiao .latestNewsImg {
    float: left;
    margin: 1px -6px 0 5px;
    padding: 6px 0 4px 5px;
}
.latestNewsImg img {
    display: inline-block;
    width: 80%;
    height: auto;
}
.toutiao .more{
    position: absolute;
    right: 0;
    bottom: 15px;
}
.toutiao .more a{
    color: #015293;
}
.toutiao .latestNewsTitle {
    float: left;
    background-color: #FFF;
    width: 940px;         
    height: 36px;         
    overflow: hidden;     
    position: relative;   
}

.toutiao .latestNewsTitle ul {
    display: flex;        
    margin: 0 0 0 0;
    padding: 0 0 0 20px;
    list-style: none;
    height: 36px;         
    align-items: center;  
    white-space: nowrap;
    transition: transform 0.1s linear;
}

.toutiao .latestNewsTitle ul li {
    display: inline-block;
    margin-right: 32px;  
    position: relative;
    height: 30px;
    line-height: 30px;   
    color: #17479E;
}

.toutiao .latestNewsTitle ul li .prefix {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #456CB1;
    border-radius: 50%;
    margin-right: 4px;
    margin-bottom: 5px;
}
/* .toutiao .latestNewsTitle ul li::before {
    content: "?";      
    position: absolute;
    left: -12px;
    top: 0;
    color: #17479E;
    font-size: 18px;
    line-height: 30px;
} */
.toutiao ul li a {
    text-decoration: none;
    color: #17479E;
    font-family: "FZHTK",Noto Sans SC;
    font-size: 17px;
    transform: scaleX(0.80);
    /* font-weight: 600; */
}
.toutiao ul li a:hover {
    text-decoration: underline; 
}
.toutiao ul li.bt28 {
    margin: 10px auto;
    height: 35px;
    line-height: 35px;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    display: block;
}


/*新闻轮播*/
.newspic{
    width: 652px;
    float: left;
    margin-left: 19px;
}
.newslist{
    float:right;
    width:417px;
    height: 351px;
    margin-right: 19px;
}
.newslist .list_tl{
    background-image: 
        url('../images/indexImage/gradation.png');
    background-repeat: no-repeat,no-repeat;
}
.newslist .list_tl ul li {
   margin:0;
}
.newslist .list_tl ul li.on {
   border-bottom: 3px solid #ad1a22;
}
.newslist .list_tl ul li a{
   font-size:24px;
   color:#bc0610;
   font-weight:bold;
   margin: 0 5px;
}
.newslist .news_bd  {
    padding: 0 0 0 5px;
}
.newslist .news_bd ul {
    height: 301px;
    margin-top: 10px;
	display: none;
}
.newslist .news_bd ul li {
    overflow: hidden;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* width: 26em; */

}
.newslist .news_bd ul li a{
   font-size: 15px;
   font-family: "FZHTK",Note Sans SC;
   letter-spacing: 0.5px;
}
.newslist .news_bd ul.active {
   display: block;
}
.newslist .news_bd ul li .prefix {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #456CB1;
    border-radius: 50%;
    margin-right: 4px;
    vertical-align: middle;
}
.newslist .news_bd ul li .date{
   float:right;
}
.news_toutiao {
    margin-bottom: 10px;
	margin-top:20px;
}
.news_toutiao .title {
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    font-size: 20px;
    padding: 5px 0;
}
.news_toutiao p {
    display: block;
    white-space: initial;
    text-indent: 2em;
    line-height: 24px;
    font-size: 15px;
}
.news_toutiao p a{
    color: #ff0000;
}

.tl_icon.sbyw{
	background: url(../images/banner/icon1.png) center no-repeat;
}
/*宣传图*/
.xct ul li{
    float: left;
    margin-right: 15px;
    height: 100%;
}

/* 通知 */
.tongzhiBox{
	width: 580px;
	height: 50px;
	background-color: #e32c2c;
	float: left;
}

.tongzhiBox .title {
	display: block;
	float: left;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	padding:0 10px;
    font-weight: bold;
	color: #FFF;
}
.txt.scroll_horizontal{
    width: 494px;
    padding: 0;
    height: 50px;
    float: right;
    background-color: #FFF;
    border: 2px #e32c2c solid;
}
.txt .boxcxscroll{
    width: 100%;
    height: 100%;
}
.txt .boxcxscroll ul{
    width: 100%;
}
.txt .boxcxscroll ul li{
    float:inherit;
    margin: 0 auto;
    width:100%;
    height:46px;
    line-height:46px;
    text-align:left;
    padding: 0 10px;
    font-size: 14px;
}
.txt .boxcxscroll ul li .prefix{
    font-size: 18px;
    font-weight: bold;
}
.txt .boxcxscroll ul li .date{
    float: right;
}
/* 部门咨询 */
.bmzx .list_tl{
	background:#f3f3f3;
	border-bottom: 2px #cbcbcb solid;
}
.bmzx .list_tl ul li{
	padding: 0 9px;
}
.bmzx .list_tl ul li.on{
	background-color: #e32c2c;
}
.bmzx .list_tl ul li.on a{
	color: #FFF;
}
.bmzx .list_tl ul li a{
	font-size: 16px;
	font-weight: normal;
}

.bmzx_bd{
	display: none;
}
.bmzx_bd.active{
	display: block;
}
.picBox {
    position: relative;
    width: 365px;
}
.picBox img {
    width: 365px;
    height: 225px;
    display: block;
}
.picBox .tl_bg {
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    background: url(../images/blakbg.png);
    text-align: center;
    color: #fff;
    font-size: 14px;
    width: 100%;
}
.picBox .tj {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background-color: #e2d7a1;
    padding: 0 10px;
    font-size: 15px;
}
.picBox .title_b {
    text-align: center;
    font-size: 18px;
    width: 100%;
    padding: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bmzx_bd_list{
    zoom: 1;
    line-height: 37px;
    width: 380px;
    float: left;
}
.bmzx_bd_list li{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bmzx_bd_list li a {
    color: #454343;
}
.bmzx_bd_list li a:hover{
    color: #4189c8;
    text-decoration: none;
}

.jgdj_img{
	float: left;
	margin-top: 15px;
}
.jgdj_img img{
	width: 190px;
	height: 250px;
}
/* 省直部门统计 */
.szbmtjBox{
	margin-left: 10px;
	width: 350px;
	margin-top: 40px;
}
.columntitle{
	margin-top: 15px;
	overflow: hidden;
}
.columnItemleft{
	text-align: center;
	display: block;
	width: 40px;
	float: left;
}
.columnItemcenter{
	display: block;
	margin-left: 50px;
	float: left;
	width: 160px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.columnItemright{
	text-align: center;
	display: block;
	width: 50px;
	float: left;
}
.columnItemxqlj{
	display:block;
	float:right;
	margin-right: 5px;
}
.columnItemxqlj a{
	color: #bc0610;
}
.szbmtjList{
	height: 315px;
	line-height: 30px;
	border: #ccc 1px solid;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}
.szbmtjList ul li{
	border-bottom: 1px #bbbbbd dashed;
	height:40px;
	line-height:40px;
}

.szbmtjList.scroll_horizontal{
	width: 100%;
	padding:0;
}
.szbmtjList.scroll_horizontal .boxcxscroll{
	width: 100%;
	height: 100%;
}
.szbmtjList .boxcxscroll .list {
    width: 100%;
}
.szbmtjList .list li{
	width: 100%;
	padding: 0;
}
/* 融媒体报道 */
.rmtbd .left{
	float: left;
	width: 255px;
	margin-top: 20px;
	position: relative;
}
.rmtbd .left img{
	width: 255px;
	height: 350px;
}
.rmtbd .tj{
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background-color: #00a3e8;
	padding: 0 10px;
	font-size: 15px;
	color: #FFF;
	height: 20px;
	line-height: 20px;
}
.rmtbd .tp{
	float: left;
	margin-top: 20px;
	width: 500px;
	margin-left: 20px;
}
.rmtbd .tp ul li{
	width: 220px;
	float: left;
	margin-left: 30px;
	position: relative;
}
.rmtbd .tp ul li img{
	width: 220px;
	height: 150px;
}
.rmtbd .tp ul li .title_b{
	text-align: center;
	font-size: 18px;
	width: 100%;
	padding: 10px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* 友情链接 */
.yqlj{
	width: 1200px;
	background-color: #e32c2c;
	margin: 0 auto;
	padding-top: 15px;
	margin-bottom: 60px;
}
.yqlj select {
    width: 250px;
    height: 26px;
    font-size: 14px;
	float: left;
	    margin-left: 40px;
}
.glxt{
    position: relative;
    overflow: hidden;
	height: 89px;
}

/* 第一张图（叠在上面） */
.glxt .img1 img {
    width: 100%;
    height: auto;
}

/*栏目页*/
.main{
    margin: 0 auto;
}
.m_top {
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    font-size:15px;
	color: #416491;
}
.m_top a{
	color: #416491;
}
.m_left{
    width: 200px;
    float:left;
    margin-top: 10px;
}
.left_tile {
    width: 100%;
    height: 50px;
    color: #fff;
    background-color: #e32c2c;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    font-weight: 600;
}
.left_list{
    /* margin-top:10px; */
    border: 1px solid rgb(220, 220, 220);
}
.left_list_bottom{
    height:4px;
    background: url(../images/left_bottm_bg.jpg) repeat border-box;
    margin-top:2px;
}
.left_list ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.left_list ul li{
    background-color: #FFFFFF;
    height:40px;
    text-align:center;
    line-height:40px;
    margin:2px 0 0 0;
}
.left_list ul li a{
    display: block;
    color: rgb(0,0,0);
    font-size:16px;
}
.left_list ul li a:hover {
    color: #4f96d6;
}
.left_list ul li .prefix {
    display: block;
    float: left;
    color: #9e222c;
    font-size: 10px;
    margin-right: 5px;
}
.m_list{
   /* width:780px;
    float:left; */
}
.m_list_right{
    width: 980px;
    min-height: 400px;
    margin-left: 220px;
}
.list_con_title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #dcdcdc;
}
.list_con_title font {
    display: block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-bottom: 2px solid #e32c2c;
}
.boder{
    height:2px;
    background-color:#c0c0c0;
}
.m_list>ul{
    list-style-type: none;
    padding: 0px;
    margin: 20px;
    display:none;
}
.m_list>ul.active{
    display:block;
}
.m_list>ul li{
    height: 54px;
    line-height: 54px;
    /* background: url(../images/list_d.jpg) 0px 50% no-repeat; */
    /* padding-left: 15px; */
}
.m_list>ul li a{
     color: rgb(0,0,0);
     float:left;
}
.m_list>ul li a:hover {
    
}
.m_list>ul li .prefix {
    font-size: 14px;
    font-weight: bold;
	float: left;
     color:#a9a8a8;
}
.m_list>ul li .date{
     float:right;
     color:#a9a8a8;
     font-size: 16px;
}
.ct_page{text-align:center;font-size:14px;    height: 30px;
    margin: 20px 30px;color: #000;}

.m_tab{
    height: 40px;
    border-bottom: 1px solid #015293;
    line-height: 40px;
    margin-top: 10px;
}
.m_tab ul li{

   float:left;
   font-size:24px;
   font-weight:bold;
   margin:0 10px;
}
.m_tab ul li:hover{
     background:url(../images/title_bg_b.png) no-repeat;
     background-position:bottom;
}
.m_tab ul li:hover a{
     color:#015293;
}
.m_tab ul li.on{
     background:url(../images/title_bg_b.png) no-repeat;
     background-position:bottom;
}
.m_tab ul li.on a{
     color:#015293;
}
.m_tab ul li a{
   font-size:20px;
   font-weight:bold;
   text-decoration: none;
   color:#BDD6EA;
}
.m_gk{
    padding:30px;
    background-color:#E9F6FF;
    margin: 20px 0;
}
.m_gk h1{
    font-size:21px;
    color:#015293;
    font-weight:bold;
    font-weight: bold;
    text-align: center;
        margin-bottom: 15px;
}
.m_gk p{
    line-height:40px;
    text-indent: 2em;
}



/*稿件页*/
.m_ct{
    /*width:1100px;*/
    margin:0 auto;
	padding: 0 20px;
}
.m_ct .title{
    line-height: 34px;
    text-align: center;
    font-size: 24px;
    /* color: #015293; */
    font-family: 'Microsoft Yahei';
    margin: 26px 0;
    font-weight: bold;
}
.infobox{
    font-size:16px;
    margin-bottom:50px;
    overflow: hidden;
	background-color: #F2F2F2;
	color: rgb(147, 147, 147);
}
.infobox .info{
    float: left;
	    line-height: 37px;
}
.infobox .info a{
	color: rgb(147, 147, 147);
}
.infobox .info .date{
    margin-left:20px;
}
.infobox .info .ly{
    margin-left:30px;
}
.infobox .info a .ico {
    width: 15px;
}
.infobox .font{
    float: right;
	    line-height: 37px;
}
.m_ct_txt {
    padding: 0 20px;
}
.m_ct_txt p{
    margin: 0 10px;
}
.m_ct_txt p{
    line-height: 30px;
    font-weight: normal;
    color: rgb(0, 0, 0);
    margin-top: 1em;
    margin-bottom: 1em;
}
.m_ct_bottom{
    line-height: 25px;
    font-size:16px;
    margin:30px 0;
    overflow: hidden;
    padding: 0 20px;
}
.m_ct_bottom .zrbj{
    float:right;
    min-width:200px;
    margin-right:10px;
}
.main_bottom {
    padding: 0 20px;
}
.main_bottom_tl{
    height:48px;
    line-height:48px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 0 10px;
}
.main_bottom_tl i{
    background:url(../images/xgxwtitle.png) no-repeat;
    float: left;
    display: block;
    width: 17px;
    height: 18px;
    line-height: 18px;
    margin-top: 15px;
}
.main_bottom_tl span{
    margin-left:5px;
}
.main_bottom_ul {
        padding: 20px 10px;
}
.main_bottom_ul ul {
    padding: 0px;
    margin: 0px;
    font-size:14px;
}
.main_bottom_ul ul li{
    height: auto;
    margin: 2px 0;
}
.main_bottom_ul ul li{
	font-size: 14px;
	color: rgb(147, 147, 147);
}

@media screen and (max-width: 640px) {
.bottom_bg,.nav_bg,.m_rt,.infobox .fenxiang,.infobox .font,.share{
    display:none !important;
}
.main {
    width:100%;
}
.head_bg {
    min-width: 0;
    height: auto;
    padding: 20px 0;
}
.head_bgs {
    width: 100%;
}
.logo {
    padding-top: 0;
}
.logo img {
    max-width: 90%;
    height: auto;
}
.centent,.m_list{
    width:100%;
}

.m_list>ul li{
    /* background: url(../images/list_d.jpg) 0px 23px no-repeat; */
    height: 100%;
    margin-bottom: 16px;
    line-height: normal;
    position: relative;
    padding-left: 15px;
}
.m_list > ul li::before {
    content: "?";             /* 黑点 */
    position: absolute;
    left: 0;
    top: -2px;
    color: #a9a8a8;
    font-size: 16px;
    line-height: 1.6;
}
.m_list>ul li a{
    float:none;
    line-height: 1.4;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}
.m_list>ul li span{
    display:none;
}
.m_tab{
        height: 100%;
    overflow: hidden;
}

.infobox{
    margin-bottom: 20px;
}
.infobox .info .date{
    margin-left: 10px;
	width: 100%;
	display: block;
}
.infobox .info .ly {
     margin-left: 10px; 
}
.m_ct_txt{
    padding: 0;
}
.m_ct_txt p img{
      height: auto !important;
      max-width: 100% !important;
}
.m_ct_txt img{
     height: auto !important;
      max-width:100% !important;
}
}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2025-09-05 16:32:35" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->