
.page_other{
    width:100%;
    height:700px;
    background: #cdcdcd;
}

/* 编辑器缩进 */
body .article_content blockquote {
    margin: 0 0 0 0.40rem;
    padding-left: 0rem;
}

/*  公用样式  */
.outdiv, .outdiv2{
    width: 100%;
    /*  开发时使用，用于显示区域  */
    background-color: #eeeeee;
}

.w750, .w750_2{
    min-width: 320px;
    max-width: 750px;
    margin: 0 auto;
    /*  开发时使用，用于显示区域*/
    background-color: #ffffff;
    overflow: hidden;
}

/* 视频居中 */
.news_player_class{
    margin:0 auto;
}

/* 分隔线 */
.separator_line{
    height:0.12rem;
    background-color: #ececec;
}

/* 分页 */
.page_line {
    clear: both;
    width: 6.0rem;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 0.22rem;
}

/* 左浮动 */
.float_left{
    float:left;
}
/* 右浮动 */
.float_right{
    float:right;
}

/*  文字超出范围显示省略号  */
.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 其它 */
.no_border_bottom{
    border-bottom:none !important;
}

.clear_float_both{
    font: 0px/0px sans-serif;
    clear: both;
    display: block;
}

.color_606060{
    color:#606060;
}

.color_c81119{
    color:#c81119;
}

.mg_0{
    margin:0 !important;
}

.mg_top_0{
    margin-top:0 !important;
}


/*   页面顶部logo区域   */
.page_logo{
    width: 100%;
    height: 3.32rem;
    /*background: url(../images/img_1.png) no-repeat;
    background-size: 7.5rem 3.32rem;*/
    position: relative;
}

.bg_logo{
    width: 100%;
    height: 3.32rem;
    background: url(../images/img_2.jpg) no-repeat;
    background-size: 7.5rem 3.32rem;
    position: absolute;
	left:0;
	top:0;
}

.page_logo .img{
    margin:0 auto;
    padding-top: 0.73rem;
    width:6.27rem;
    height:1.2rem;
	z-index: 100;
    position: relative;
}

.page_logo .img .logo_left{
    float:left;
	width:1.34rem;
	height:1.44rem;
}

.page_logo .img .logo_right{
    float:left;    
	width:4.93rem;
	height:1.28rem;
    margin-top: 0.07rem;
}

.page_logo .img img{
    width: 100%;
    height:100%;
}

.page_logo .search_button{
    position: absolute;
    top:0.11rem;
    right:0.11rem;
    width:0.70rem;
    height:0.70rem;
    background: #265398 url(../images/img_1.png) no-repeat center center;
    background-size: 0.35rem 0.35rem;
    border-radius: 0.35rem;
}


/*  点击搜索按钮后 弹出的search页面  */
.pos_rel,
.pos_rel_2{
    position:relative;
    z-index: 1000000000;

    min-width: 320px;
    max-width: 750px;
    margin: 0 auto;
    /* overflow: hidden;     */
}

.outdiv .page_top_search{
    width:100%;
	height:0;
	background: rgba(0, 0, 0, 0.5);
    position:absolute;
	top:0;
	left:0;
	z-index:100000;
	display:none;
}

.outdiv .page_top_search .top{
 	background: #0394d0;
	height:0.46rem;
    display:block;
    padding:0.215rem  0;
}

.page_top_search .top  .area_top{
    padding-left: 0.15rem;
    float:left;
}

.page_top_search .top  .area_top li{
    float:left;
	padding:0.04rem  0.11rem;
    font-size: 0.28rem;
    color: #fff;
    cursor: pointer;
    border-radius: 0.03rem;
}

.page_top_search .top  .area_top li.select{
    background: #ffffff;
    color: #fe0000;
}

.page_top_search .top .area_bottom{
    margin-left:0.14rem;
    float:left;
}

.page_top_search .top .area_bottom form{
    float:left;
}

.page_top_search .top .area_bottom .text{
	float: left;
	padding-left: 0.1rem;
	width: 6.54rem;
	height: 0.46rem;
	line-height: 0.46rem;
	font-size: 0.26rem;
    border-radius:0.03rem;
    border: 0;
}

.page_top_search .top .area_bottom .close{
    width:0.46rem;
	height:0.46rem;
	background:#ffffff url(../images/blue_close.png) no-repeat center center;
    background-size: 0.52rem 0.52rem;
	float:left;
	margin-top:0;
	margin-left:0.08rem;
	border-radius:0.23rem;
	cursor:pointer;
}


/*  点击顶部导航按钮后 弹出的侧边导航栏页面  */
.page_sidebar_firstcolumn{
    position:absolute;
    left: 0;
    width: 100%;
    height: 0rem;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 1;
    display: none;
}

.page_sidebar_firstcolumn .sidebar{
    width: 3.0rem;
    height: 100%;
    background:#0394d0;
    /*position: relative;*/
    position: absolute;
    left: 0rem;
    overflow: auto;
}

.page_sidebar_firstcolumn .sidebar .box{
    float: left;
    margin-top: 0.67rem;
}

.page_sidebar_firstcolumn .sidebar .box .txt{
    float: left;
    margin-left: 0.17rem;
    font-size: 0.32rem;
    color: #ffffff;
    width:1.55rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page_sidebar_firstcolumn .sidebar .box .line{
    /*border-bottom: 0.02rem solid #dddddd;
    width: 95%;
    margin: 0 auto;*/
    width:85%;
	height:0.02rem;
	background-color:#ffffff;
}

.page_sidebar_firstcolumn .sidebar .box li{
    padding-left: 0.58rem;
    height:0.96rem;
    line-height:0.96rem;
}

.page_sidebar_firstcolumn .sidebar .box li.cancel{
    /* background-color: #606060; */
    background-color:#FF8C00;
    width: 2.1rem;
    padding-left: 0.9rem;
}

.icon_circle{
    float: left;
    width: 0.4rem;
    height: 0.4rem;
    /*border: 0.02rem solid #ff0000;
    border-radius: 0.2rem;*/
    margin-top: 0.29rem;
    background: url(../images/column.png) no-repeat;
    background-size: 0.4rem 0.4rem;
}

.icon_circle .icon_1{
    float: left;
    margin-left: 0;
    margin-top: -0.27rem;
    font-size: 0.4rem;
    color: #ff0000;
}

.icon_circle .icon_2{
    float: left;
    margin-left: 0;
    margin-top: -0.27rem;
    font-size: 0.36rem;
    color: #ff0000;
}

.icon_circle .icon_3{
    float: left;
    margin-left: 0.03rem;
    margin-top: -0.29rem;
    font-size: 0.32rem;
    color: #ff0000;
}

.icon_circle .icon_4{
    float: left;
    margin-left: 0.06rem;
    margin-top: -0.28rem;
    font-size: 0.26rem;
    color: #ff0000;
}

.icon_circle .icon_5{
    float: left;
    margin-left: 0.04rem;
    margin-top: -0.29rem;
    font-size: 0.29rem;
    color: #ff0000;
}

.icon_circle .icon_6{
    float: left;
    margin-left: 0.02rem;
    margin-top: -0.27rem;
    font-size: 0.32rem;
    color: #ff0000;
}

.cancel .icon_7{
    float: left;
    margin-left: 0.02rem;
    font-size: 0.32rem;
    color: #ffffff;
}


/*  页面nav区  */
.page_nav {
    background:#1a478e;
}

.page_nav .in_nav{
    padding-top:0.35rem;
    padding-bottom:0.12rem;
}

.page_nav .in_nav .item{
    float:left;
    margin-bottom: 0.25rem;
    width:1.87rem;
    height: 0.35rem;
}

.page_nav .in_nav .item a{
    display: block;
    width:100%;
    height:100%;
    color:#ffffff;
	font-size:0.24rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.02rem;
    overflow: hidden;
}

.page_nav .in_nav .no_margin_right{
    margin-right:0;
}


/*  热点关注  */
.congtent_home_hotfocus{
    padding: 0.15rem 0 0.33rem;
}

.congtent_home_hotfocus .top_icon{
    width: 1.11rem;
    height: 0.4rem;
    line-height: 0.4rem;
    background: url(../images/img_3.png) no-repeat;
    background-size: 1.11rem 0.4rem;
    font-size: 0.2rem;
    color:#553a02;
    letter-spacing: 0.01rem;
    text-align: center;
}

.congtent_home_hotfocus .title{   
    margin: 0 auto; 
    margin-top: 0.15rem;
    font-size: 0.28rem;
    font-weight: bold;
    color:#1a478e;
    width: 6.66rem;
    height: 0.38rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.congtent_home_hotfocus .msg{
    margin: 0 auto;
    margin-top: 0.08rem;
    width: 6.66rem;
    height: 0.72rem;
    line-height: 0.34rem;
    font-size: 0.2rem;
    color:#999999;
    overflow: hidden;
}


/*  首页：通用新闻  */
.content_home_news {
    padding: 0.25rem 0 0.20rem;
  }

/*  新闻通用盒子  */
.general_news_box{
    margin:0 auto;
    width:100%;
}

.general_news_box .n_head{
    width: 100%;
    height:0.61rem;
    line-height: 0.50rem;
    border-bottom:0.02rem solid #c2c2c2;
}

.general_news_box .n_head.set_head{
    height:0.81rem;
    line-height: 0.77rem;
}

.general_news_box .n_head .n_head_left{
    float: left;
    padding: 0 0.27rem;
    border-bottom: 0.03rem solid #1a478e;
    margin-top: -0.01rem;
    height:100%;
    max-width: 5.5rem;
    overflow: hidden;
}

.general_news_box .n_head .n_head_left .left_title{
    height:100%;
    /*line-height: 0.61rem;*/
}

.general_news_box .n_head .n_head_left .left_title.bg1{
    background: url(../images/img_5.png) no-repeat left top 0.02rem;
	background-size:0.39rem 0.45rem;
    padding-left: 0.54rem;
}

.general_news_box .n_head .n_head_left .left_title.bg2{
    background: url(../images/img_7.png) no-repeat left top 0.05rem;
	background-size:0.41rem 0.41rem;
    padding-left: 0.54rem;
}

.general_news_box .n_head .n_head_left .left_title.bg3{
    background: url(../images/img_8.png) no-repeat left top 0.11rem;
	background-size:0.39rem 0.32rem;
    padding-left: 0.54rem;
}

.general_news_box .n_head .n_head_left .left_title.bg4{
    background: url(../images/img_9.png) no-repeat left top 0.05rem;
	background-size:0.40rem 0.35rem;
    padding-left: 0.54rem;
}

.general_news_box .n_head .n_head_left .left_title.bg5{
    background: url(../images/img_10.png) no-repeat left center;
	background-size:0.37rem 0.31rem;
    padding-left: 0.54rem;
}

.general_news_box .n_head .n_head_left a{
	display:inline-block;
	width:100%;
	height:100%;
}

.general_news_box .n_head .n_head_left .text{
    font-size: 0.32rem;
    /*font-weight: 500;*/
    color:#1a478e;
    /*margin-left: 0.12rem;*/
	float:left;
}

.general_news_box .n_head .n_head_left .text:hover{
    color:#ff0000;
}

.general_news_box .n_head .n_head_right{
    float:right;
    height: 100%;
    margin-right: 0.33rem;
    padding-left: 0.46rem;
    background: url(../images/img_4.png) no-repeat left center;
    background-size: 0.36rem 0.36rem;
    line-height: 0.54rem;
}

.general_news_box .n_head .n_head_right.set_head_right{
    line-height: 0.76rem;
}

.general_news_box .n_head .n_head_right a{
    font-size: 0.20rem;
    color:#1a478e;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    top:-0.06rem;
}

.general_news_box .n_head .n_head_right a:hover{
    color:#ff0000;
}

.general_news_box .n_box{
    width:6.95rem;
    margin: 0 auto;
    margin-top:0.35rem;
}

.general_news_box .n_box li{
    /*border-bottom:1px dashed #d0d0d0;*/
    padding-left:0rem;
    height:0.465rem;
}

.general_news_box .n_box li .title2{
    float: left;
    width:5.10rem;
    font-size: 0.24rem;
    color:#000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 0.23rem;
    background: url(../images/img_16.png) no-repeat left center;
    background-size: 0.06rem 0.06rem;
}

.general_news_box .n_box li .time2{
    font-size: 0.24rem;
    color:#c2c2c2;
    float: right;
}


.general_news_box .n_box2{
    width:6.95rem;
    margin: 0 auto;
    margin-top:0.19rem;
    padding-bottom: 0.2rem;
}

.general_news_box .n_box2 li{
    /*border-bottom:1px dashed #d0d0d0;*/
    padding-left:0rem;
    height:0.71rem;
    line-height: 0.71rem;
    border-bottom: 0.01rem solid #e4e3e8;
}

.general_news_box .n_box2 li .title2{
    float: left;
    width:5.10rem;
    font-size: 0.24rem;
    color:#000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 0.23rem;
    background: url(../images/img_16.png) no-repeat left center;
    background-size: 0.06rem 0.06rem;
}

.general_news_box .n_box2 li .time2{
    font-size: 0.24rem;
    color:#959595;
    float: right;
}

/* 首页：图片 */
.content_home_3{
    width: 100%;
    height: 1.20rem;
}

.content_home_3 img{
    width: 100%;
    height: 100%;
}


/* 首页：4个栏目 */
.content_home_4{
    /*width: 100%;*/
    padding: 0.26rem 0.20rem 0rem;
    background-color: #f4f3f8;
}

.content_home_4 .box{
    width:7.32rem;
}

.content_home_4 .box li{
    float:left;
    width: 3.44rem;
    height:1.08rem;
    margin-right: 0.19rem;
    margin-bottom: 0rem;
}

.content_home_4 .box li a{
    display: block;
    width: 100%;
    height: 100%;
}

.content_home_4 .box li.second{
    width: 6.93rem;
    height:1.16rem;
}

.content_home_4 .box li img{
    width: 100%;
    height: 100%;
}


/*  页面底部  */
.page_footer{
    padding-top: 0.45rem;
    padding-bottom: 0.29rem;
    height:auto;
    background-color: #2658a5;
}

.page_footer .txt{
    color:#ffffff;
    line-height: 0.33rem;
    text-align: center;
    font-size: 0.22rem;
}

.page_footer .txt a{
    color: #ffffff;
    font-size: 0.22rem;
}

.page_footer .bottom_site{
    margin-top: 0.25rem;
    height: 1.07rem;
}

.page_footer .bottom_site .icon{
    float:left;
    width: 1.5rem;
    height: 0.90rem;
}

.page_footer .icon img{
    margin-left: 0.36rem;
    width:0.79rem;
    margin-top: 0.1rem;
}

.page_footer .bottom_site .link{
    float:left;
    width: 4.07rem;
    text-align: center;
    color:#ffffff;
    margin-top: 0.60rem;
}

.page_footer .bottom_site .link a{
    color:#ffffff;
    font-size: 0.22rem;
}

.page_footer .bottom_site .qrcode{
    float:right;
    width: 1.43rem;
}

.page_footer .bottom_site .qrcode img{
    width: 1.07rem;
    height: 1.07rem;
}



/*  子栏目path路径区  */
.column_path{
    float:left;
    height: 0.86rem;
    line-height: 0.71rem;
    text-align: left;
    padding:0;
    margin-left: 0.15rem;
}

.column_path .img {
    display: inline-block;
    margin-right: 5px;
    width: 25px;
    height: 23px;
    background: url(../images/img_25.png) no-repeat center center;
    position: relative;
    top: 4px;
}

.column_path .current_column{
    color: #1a478e;
}

.column_path .current_column:hover, .column_path a:hover{
    color:#1a478e;
}

.column_path span, .column_path a, .column_path_general a {
    font-size: 0.24rem;
    color:#989898;
}


/*  新闻列表  */
.list_news{
    margin: 0 auto;
    padding-top:0.1rem;
    padding-bottom:0.83rem;
}

.list_news .news_box .n_box{
    width: 6.9rem;
    margin: 0 auto;
    padding:0.48rem 0;
    border-bottom:0.02rem solid #eeeeee;
}

.list_news .news_box .n_box .left{
    float: left;
    width: 1.83rem;
    height: 1.23rem;
}

.list_news .news_box .n_box .left img{
    width: 1.83rem;
    height: 1.23rem;
}

.list_news .news_box .n_box .right{
    float: right;
    width: 4.8rem;
}

.list_news .news_box .n_box .title{
    font-size: 0.24rem;
    color:#000000;
    width:100%;
    height: 0.30rem;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_news .news_box .n_box .time{
    margin-top: 0.07rem;
    font-size: 0.20rem;
    color:#999999;
}

.list_news .news_box .n_box .msg{
    margin-top: 0.07rem;
    font-size: 0.20rem;
    color:#999999;
    width:100%;
    height: 0.56rem;
    line-height: 0.28rem;
    overflow:hidden;
}


/* 新闻列表 */
.content_news_list{
    width: 100%;
}


/*  子栏目的栏目区  */
.basic_top_site .sub_column{
    padding-top: 0.36rem;
    padding-bottom: 0.0rem;
    padding-left: 0.60rem;
}

.basic_top_site .sub_column ul{
    /*width:5.95rem;*/
    text-align: center;
}

.basic_top_site .sub_column ul li{
    /*display: inline-block;*/
    float:left;
    padding: 0 0.20rem;
    height:0.54rem;
    line-height: 0.54rem;
    background-color: #ebf9f3;
    border-radius: 0.05rem;
    margin-right: 0.27rem;
    margin-bottom: 0.15rem;
    text-align: center;
}

.basic_top_site .sub_column ul li:hover{
    background-color: #4676bf;
}

.basic_top_site .sub_column ul li:hover > a{
    color:#ffffff;
}

.basic_top_site .sub_column ul li.select{
    background-color: #4676bf;
}

.basic_top_site .sub_column ul li.select > a{
    color:#ffffff;
}

.basic_top_site .sub_column ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color:#a9a9a9;
    font-size: 0.24rem;
}


/*  新闻详情页 或 单页栏目 的样式  */
.article_content {
    margin: 0 auto;
    padding-top:0.2rem;
    padding-bottom:0.6rem;
    width: 100%;
    min-height: 3.6rem;
    margin-top:0.2rem;
}

.article_content .title {
    font-size: 0.42rem;
    text-align: center;
    margin-bottom: 0.1rem;
}

.article_content .content {
    width: 6.83rem;
    margin: 0 auto;
    font-family: Microsoft yahei,Arial,sans-serif;
    white-space:normal;
    word-break:break-all;
    word-wrap:break-word;
}

.article_content .content .argument{
    padding-bottom:0.12rem;
}

.article_content .content .argument .attr{
    margin-bottom:0.1rem;
}

.article_content .content .argument .attr .box{
    width:2.94rem;
    height:0.44rem;
    line-height:0.44rem;
    text-align:center;
    border: 0.01rem solid #eee;
    color:#484848;
    font-size:0.2rem;
    overflow:hidden;
}

.article_content .content .argument .attr .left_site{
    float:left;
}

.article_content .content .argument .attr .right_site{
    float:right;
}

.article_content .content .title {
    width: 100%;
    line-height: 0.48rem;
    text-align: center;
    font-size: 0.36rem;
    margin: 0 auto;
    color: #222222;
}

.article_content .content .top_title {
    font-size: 0.22rem;
    line-height:0.35rem;
    text-align: center;
    color: #404040;
}

.article_content .content .bottom_title {
    margin-top: 0.10rem;
    font-size: 0.22rem;
    line-height:0.25rem;
    text-align: center;
    color: #232323;
}

.article_content .content .args{
    margin-top: 0;
    margin-bottom: 0.15rem;
    text-align: center;
    /*height: 0.63rem;*/
    line-height:0.63rem;
}

.article_content .content .args .time{
    margin-right: 0.2rem;
    font-size: 0.24rem;
    color:#818181;
    display: inline-block;
}

.article_content .content .across_line{
    width:100%;
    height:0.01rem;
    border-bottom:0.02rem solid #ddd;
    margin:0.07rem  0  0.22rem  0;
}

.article_content .content .across_line_2{
    width:100%;
    height:0.01rem;
    border-bottom:0.01rem dashed #ddd;
    margin:0.07rem 0 0 0;
}

.article_content .content .across_line_3{
    width:100%;
    height:0.01rem;
    border-bottom:0.01rem solid #ddd;
    margin-top:0.6rem;
}

.article_content .content .across_line_4{
    width:100%;
    height:0.01rem;
    border-bottom:0.02rem dashed #ddd;
    margin:0.4rem 0 0 0;
}

.article_content .content img {
    display: block;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 0.10rem;
    margin-bottom: 0.10rem;
    max-width: 100%;
    text-align: center;
}

.article_content .content table{
    max-width: 95%;
    margin:0 auto;
}


.article_content .content .attach_box{
    margin-top: 0.26rem;
}

.article_content .content .attach_box .msg{
    color: #ff6600;
    font-size: 0.24rem;
    line-height: 0.35rem;
}

.article_content .content .attach_box .attach_list{
    margin-top: 0.03rem;
}

.article_content .content .attach_box .attach_list .item{
    font-size: 0.24rem;
    line-height: 0.35rem;
}



.article_content .bottom_return {
    /* width:0.83rem; */
    width:0.42rem;
    margin:0 auto;
    margin-top: 0.25rem;
    background: url(../images/return.png) no-repeat 0.05rem center;
    background-size:0.2rem 0.2rem;
    padding: 0.05rem 0.1rem;
    padding-left: 0.3rem;
    border: 0.02rem solid #bfbfbf;
}

.article_content .bottom_return a{
    color: #454545;
    font-size:0.20rem;
    display:block;
}


.article_content .content_bottom{
    padding-top: 0.50rem;
    padding-bottom:0.3rem;
    width: 90%;
    margin: 0 auto;
    /*border-bottom: 0.01rem solid #eaeaea;*/
}

.article_content .content_bottom .news_line{
    height: 0.35rem;
    line-height: 0.32rem;
    margin-bottom: 0.1rem;
}

.article_content .content_bottom .news_line a{
    float: left;
}


.article_content .content_bottom .news_line a:hover > .link{
    color:#ff0000;
    border:0.01rem solid #ff0000;
}


.article_content .content_bottom .news_line .link{
    margin-top: 0.02rem;
    height: 0.3rem;
    line-height: 0.3rem;
    border:none;
    border-radius: 0.02rem;
    /*margin-left: 0.06rem;*/
    font-size: 0.20rem;
    color: #8a8a8a;
    float: left;
    text-align: center;  
}

.article_content .content_bottom .news_line .link.bg1{
    background: #ffffff url(../../images/img_37.png) no-repeat 0.1rem center;
}

.article_content .content_bottom .news_line .link.bg2{
    background: #ffffff url(../../images/img_38.png) no-repeat 0.1rem center;
}

.article_content .content_bottom .news_line .title{
    float:left;
    margin-left: 0.02rem;
    color:#999999;
    font-size: 0.2rem;
}

.article_content .content_bottom .news_line .title a{
    /*max-width: 4.8rem;*/
    max-width: 5.7rem;
    height: 0.32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    color:#000000;
    font-size: 0.20rem;
}

.article_content .content_bottom .news_line .title a:hover{
    color:#ff0000;
}

.article_content .return_top{
    margin:0 auto;
    margin-top: 0.20rem;
    width: 1.52rem;
    height: 0.49rem;
    line-height: 0.49rem;
    border: 0.02rem solid #2f5da5;
    color:#2f5da5;
    font-size: 0.2rem;
    text-align: center;
    cursor: pointer;
}


/*  没有内容的区域  */
.no_content{
    width:100%;
    min-height:4rem;
    /* padding-top: 0.2rem; */
    padding-top: 0rem;
}

.no_content_msg {
    font-size: 0.15rem;
    height: 0.6rem;
    line-height: 0.6rem;
    padding: 0.15rem 0;
    color: #595757;
    margin-left: 0.25rem;
    letter-spacing: 0.005rem;
}

.no_content .no_content_msg .across_line_4{
    width:98%;
    height:0.01rem;
    border-bottom:0.01rem dashed #ddd;
    margin:0.07rem 0 0 0;
}

.no_content .no_content_msg .across_line_5{
    float:left;
    width:98%;
    height:0.01rem;
    border-bottom:0.01rem dashed #ddd;
    margin:0.07rem 0 0 0;
}

.no_content .no_content_msg .across_line_6{
    float:left;
    width:98%;
    height:0.01rem;
    border-bottom:0.02rem dashed #bbb;
}

.no_content_msg  .tips_img{
    float:left;
    margin-top:0.19rem;
    margin-right:0.05rem;
    line-height:0.2rem;
}

.no_content_msg .tips_img img{
    display: block;
    width:0.33rem;
    height:0.28rem;
}

.no_content_msg .txt{
    float:left;
    font-size:0.26rem;
    color:#787878;
}


/*  栏目小标题  */
.small_top_title{
    width: 100%;
    /*float:left;
    clear: both;
    margin-left:5.82rem;
    margin-bottom: 0.33rem;*/
    
    padding-top: 0.51rem;    
    height: 0.45rem;
    text-align: center;
    font-size: 0.24rem;
    text-decoration: none;
    color:#000000;
	font-weight:600;
    transition: all 0.25s ease-in;
    background: url(../images/img_82.jpg) no-repeat center bottom;
    background-size: 0.36rem 0.02rem;
}


/*  咨询留言   */
.content_zxly_out{
    margin:0 auto;
    margin-top: 0;
    width:100%;
    padding: 0;
    padding-bottom: 0.93rem;
    background-color: #ffffff;
}

.content_zxly{
    margin: 0 auto;
    width:90%;
    padding-bottom:0.2rem;
}

.content_zxly .title{
    font-size: 0.36rem;
    text-align: center;
    color:#000000;
}

.content_page_zxly{
    margin: 0 auto;
    margin-top: 0.42rem;
    width:6.75rem;
}

.content_page_zxly table tr{
    height: 0.55rem;
    display: table;
    margin-bottom: 0.15rem;
}

.content_page_zxly table tr.tr_area{
    height:1.8rem;
}

.content_page_zxly table .key{
    width:1.60rem;
    text-align:right;
    color:#000000;
    font-size:0.24rem;
}

.content_page_zxly table .key.code{
    width: 1.34rem;
}

.content_page_zxly table .value{
    width:5.81rem;
}


.content_page_zxly table .value .text{
    width:4.80rem;
    height:0.55rem;
    padding-left:0.14rem;
    border:0.01rem solid #c5c5c5;
    /*border:0.01rem solid #E58419;*/
    font-size:0.24rem;
    color:#595757;
    background-color:#fbfbfb;
}

.content_page_zxly table .value .text:hover{
    background-color: #f3f3f3;
}

.content_page_zxly table .value .text_1{
    float: left;
    width:3.30rem;
    height:0.55rem;
    padding-left:0.24rem;
    border:0.01rem solid #c5c5c5;
    /*border:0.01rem solid #E58419;*/
    font-size:0.24rem;
    color:#595757;
    background-color:#f9f9f9;
}

.content_page_zxly table .value .text_1:hover{
    background-color: #f3f3f3;
}

.content_page_zxly table .value .code_img{
    float: left;
    margin-left: 0.1rem;
    width:1.3rem;
    height:0.55rem;
}

.content_page_zxly table .value .textarea{
    float:left;
    width:4.80rem;
    height:1.5rem;
    padding-left:0.14rem;
    border:0.01rem solid #c5c5c5;
    /*border:0.01rem solid #E58419;*/
    font-size:0.24rem;
    color:#595757;
    line-height: 0.3rem;
    background-color:#f9f9f9;
}

.content_page_zxly table .value .textarea:hover{
    background-color: #f3f3f3;
}


.content_page_zxly table .value .red{
    color:#ff0000;
}

.content_page_zxly table .value .red_div{
    float:left;
    color:#ff0000;
    margin-left:0.04rem;
}

.content_page_zxly table .value input:focus,
.content_page_zxly table .value textarea:focus {
    /*border-color: #95c8f1;
    box-shadow: 0 0 0.07rem 0.01rem #00ccff;*/
    border-color: #0e64c5;
    box-shadow: 0 0 0.05rem 0.02rem #0e64c5;
}

.content_page_zxly table .value .sub{
    width: 1.6rem;
    height: 0.55rem;
    /*background-color: #399fff;*/
    background-color: #0e64c5;
    color: #ffffff;
    font-size: 0.2rem;
    cursor: pointer;
    border:0;
    letter-spacing:0.1rem;
    text-align:center;
    margin-top: 0.12rem;
    border-radius: 0.02rem;
}

.content_page_zxly table .msg{
    padding-left: 0;
    color:#898989;
}










































































