

/* 兼容 IE和其它浏览器的 不透明度设置！
{
    filter:alpha(opacity=50);
    opacity: 0.5;
}
*/

/*  超出使用CSS省略号
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
*/

/*  超出宽度换行
    word-wrap: break-word;
    word-break: break-all;
*/

.page_other{
    width:100%;
    height:500px;
    background-color:#ffffff;
    background-color:#dfdfdf;
}

/*   清除左右浮动，使父层div有自己的高度  */
.clear_float_both{
    font: 0px/0px sans-serif;
    clear: both;
    display: block;
}

/*  相对定位  */
.position_relative{
    position:relative;
}

/*  文字超出范围显示省略号  */
.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overflow_hidden {
    overflow: hidden !important;
}

/*  编辑器里视频播放器ckplaer图标隐藏 */
.news_player_class img{
    display: none !important;
}

.border_none{
    border:none !important;
}

.text_align_left{
    text-align: left !important;
}

.text_align_right{
    text-align: right !important;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

/*  其它样式  */
.bg_eb3c00{
    background-color: #eb3c00;
}

.bg_f8f8f8{
    background-color: #f8f8f8;
}

.bg_5298de{
    background-color: #5298de;
}

.bg_234e8e{
    background-color: #234e8e;
}

.bg_efefef{
    background-color: #efefef;
}

.bg_1f1f1f{
    background-color: #1f1f1f;
}

.bg_f4f4f4{
    background-color: #f4f4f4;
}

.pd_top_0{
    padding-top: 0 !important;
}

.pd_top_2{
    padding-top: 2px !important;
}

.pd_top_10{
    padding-top: 10px !important;
}

.pd_top_15{
    padding-top: 15px !important;
}

.pd_top_18{
    padding-top: 18px !important;
}

.pd_top_23{
    padding-top: 23px !important;
}

.pd_top_25{
    padding-top: 25px !important;
}

.pd_top_31{
    padding-top: 31px !important;
}

.pd_top_55{
    padding-top: 55px !important;
}

.pd_bottom_0{
    padding-bottom: 0 !important;
}

.pd_bottom_7{
    padding-bottom: 7px !important;
}

.pd_bottom_40{
    padding-bottom: 40px !important;
}

.pd_bottom_46{
    padding-bottom: 46px !important;
}

.pd_bottom_60{
    padding-bottom: 60px !important;
}

.mg_0{
    margin: 0 !important;
}

.mg_top_0{
    margin-top: 0 !important;
}

.mg_top_4{
    margin-top: 4px !important;
}

.mg_top_7{
    margin-top: 7px !important;
}

.mg_top_10{
    margin-top:10px !important;
}

.mg_top_11{
    margin-top:11px !important;
}

.mg_top_32{
    margin-top: 32px !important;
}

.mg_top_40{
    margin-top:40px !important;
}

.mg_top_42{
    margin-top: 42px !important;
}

.mg_top_45{
    margin-top: 45px !important;
}

.mg_top_57{
    margin-top: 57px !important;
}

.mg_top_64{
    margin-top: 64px !important;
}

.mg_right_29{
    margin-right: 29px !important;
}

.mg_bottom_28{
    margin-bottom: 28px !important;
}

.mg_bottom_90{
    margin-bottom: 90px !important;
}

.mg_left_20{
    margin-left: 20px !important;
}

.width_447{
    width: 447px;
}

.width_681{
    width: 681px;
}

.width_1082{
    width: 1082px;
}

.width_per_95{
    width:95% !important;
}

.width_per_100{
    width:100% !important;
}

.f_w_blod{
    font-weight: bold;
}

.f_s_16{
    font-size: 16px !important;
}

.f_s_42{
    font-size: 42px !important;
}

.height_65{
    height:65px !important;
}

.height_806{
    height:806px;
}

.height_622{
    height:622px;
}

.color_6e6e6e{
    color:#6e6e6e;
}

.color_c81119{
    color:#c81119;
}

.color_ffffff{
    color:#ffffff !important;
}

.border_ffffff{
    border-bottom-color: #ffffff !important;
}

.bg_f8f8f8{
    background-color: #f8f8f8 !important;
}

/***** 公共样式 ***********/
.out_div{
    width: 100%;
}

.w880{
    width: 880px !important;
}

.w1200{
    width: 1200px;
    margin: 0 auto;
}

.w1240{
    width: 1240px;
    margin: 0 auto;
}

.w1280{
    width: 1280px;
    margin: 0 auto;
}

.w1400{
    width: 1400px;
    margin: 0 auto;
}

.w1401{
    width: 1401px;
    margin: 0 auto;
}



/*  设置 页面中的视频 居中显示！  */
.news_player_class{
    margin:0 auto;
}

/*  分页  */
.page_line{
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 39px;
}



/*  顶部top区  */
.page_top{
    width: 100%;
    height: 310px;
    /*background: url(../images/img_2.jpg) no-repeat center center;*/
    position:relative;
}

.bg_top{
    width: 100%;
    height: 310px;
    background: url(../images/img_1.jpg) no-repeat center center;
    position:absolute;
	left:0;
	top:0;
}

.page_top .middle{
    height: 310px;
}

.page_top .left_site{
    position: absolute;
    left:0;
    top: 91px;
    width: 598px;
    height: 117px;
}

.page_top .left_site .logo{
    width:100%;
    height:100%;
}

.page_top .left_site .logo_left{
    float:left;
}

.page_top .left_site .logo_right{
    float:left;
}

.page_top .right_bg{
    position: absolute;
    right:0;
    top: 130px;
    width: 326px;
    height: 88px;
    background: url(../images/img_2.png) no-repeat;
}


.page_top .right_search{
    position: absolute;
    right:20px;
    top: 14px;
    height:39px;
    border-radius: 19.5px;
    width:265px;
    background-color: #ffffff;
}

.page_top .right_search .left_box{
    float: left;
    width: 220px;
    height: 39px;
    margin-left: 16px;
}


.page_top .right_search .left_box .ser_input{
    border: none;
    width: 100%;
    height: 39px;
    color:#999999;
    outline:none;
    font-size: 16px;
}

.page_top .right_search .left_buttom{
    float: right;
}

.page_top .right_search .left_buttom .submit{
    border: none;
    width: 29px;
    height: 39px;
    background: url(../images/img_3.png) no-repeat left center;
    cursor: pointer;
}

.page_top .show_time{
    position: absolute;
    left: 3px;
    bottom:15px;
    font-size: 16px;
}


/*  页面顶部nav导航区  */
.page_nav{
    width:100%;
    height:56px;
    /*border-top: 1px solid #ececec;*/
    background:#1a478e;
	position: relative;
    z-index: 1000;
}

.page_nav ul{
    width:100%;
}

.page_nav .column{
    height:56px;
    line-height:56px;
    float:left;
    position:relative;
    text-align: center;
}

.page_nav .column:hover > .top_line{
    display: block;
}

.page_nav .column.select > .top_line{
    display: block;
}

.page_nav .column .top_line{
    display: none;
    position: absolute;
    top: -2px;
    left: 0;
    background-color: #23bb7a;
    width:100%;
    height:3px;
}

.page_nav .line{
    float: left;
    width: 1px;
    height: 34px;
    margin-top: 10px;
}

.page_nav .column .img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 171px;
    height:46px;
    z-index: 10;
}

.page_nav .column .alink{
    z-index: 100;
    color:#000000;
    font-size:18px;
    /* width:100%; */
    height:100%;
    display:inline-block;
    text-decoration:none;
    position: relative;
    overflow: hidden;
    text-align: center;
}

/*
.page_nav .column .alink:hover{
    background-color: #ca151a;
}

.page_nav .column .alink.sel{
    background-color: #ca151a;
}
*/

.page_nav .column a span {
    display: inline-block;
    padding:0 26px;
    color:#ffffff;
}

.page_nav .column a span:hover {
    /* color:#5acc9b; */
    background:#0f397a;
    color:#dfad42;
}

.page_nav .column a span.change_color {
    /* color:#5acc9b; */
    background:#0f397a;
    color:#dfad42;
}

.page_nav .column a span{
    /* float:left;
     margin-left: 38px;*/
}

.page_nav .column .subcolumn{
    width:100%;
    margin-left: 0;
    display:none;
    position:absolute;
    left:0;
    top:56px;
    z-index: 1000;
}

.page_nav .column .subcolumn a{
    display:block;
    /* width:100%; */
    padding: 0 5px;
    height:47px;
    line-height:47px;
    color:#ffffff;
    text-decoration:none;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    /* padding-left: 0; */
    background-color:#1a478e;
    filter:alpha(opacity=80);
    opacity: 0.80;
}

.page_nav .column .subcolumn a:hover{
    background:#1a478e;
    filter:alpha(opacity=100);
    opacity: 1.0;
    color:#ffffff;
}


/*  本站头条  */
.content_home_1{
    width: 100%;
    height: 64px;
    padding-top: 33px;
    padding-bottom: 21px;
}

.content_home_1 .top_icon{
    position: absolute;
    left: -5px;
    top: -2px;
    width: 108px;
    height: 44px;
    line-height: 44px;
    background: url(../images/img_4.png) no-repeat;
    font-size: 20px;
    color:#553a02;
    text-align: center;
}

.content_home_1 .top_title{
    font-size: 28px;
    color:#1a478e;
    text-align: center;
}

.content_home_1 .top_desc{
    font-size: 16px;
    color: #999999;
    margin-top: 12px;
    margin-left: 12px;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;    
}


/*  检察新闻  */
.content_home_2{
    margin-top: 16px;
}

.content_home_2 .top_site{
    width:100%;
    height:100px;
}

.content_home_2 .top_site img{
    width: 100%;
    height:100%;
}

.content_home_2 .middle{
    margin-top: 12px;
}

.content_home_2 .middle .left_site{
    float:left;
    width:680px;
    height:453px;
}


.general_news_box .top_wrap{
    margin-top: 17px;
    position: relative;
    height:44px;
    border-bottom: 1px solid #dedede;
}

.general_news_box .top_wrap .title{    
    padding-left: 19px;
    font-size: 24px;
    background: url(../images/img_5.png) no-repeat left  top 7px;
}

.general_news_box .top_wrap .line{
    position:absolute;
    left: 111px;
    bottom: 5px;
    width:505px;
    height:2px;
    background: url(../images/img_7.png) no-repeat;
}

.general_news_box .top_wrap .more{
    position:absolute;
    right: 1px;
    top: 11px;
    color:#808080;
}


.general_news_box .news_box{
    padding-left: 2px;
    padding-right:8px;
}

.general_news_box .news_box .box{
    display: none;
}

.general_news_box .news_box .box.select{
    display: block;
}

.general_news_box .news_box .box .top_news{
    margin-left: 5px;
    margin-top: 9px;
    border-bottom: 1px dashed #dedede;
}

.general_news_box .news_box .box .top_news .title_line .title{
    display: inline-block;
    width:100%;
    color:#000000;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.general_news_box .news_box .box .top_news .n_msg{
  width: 100%;
  height: 71px;
  overflow: hidden;
  font-size: 16px;
  color: #999999;
  margin-top: 7px;
  line-height: 27px;
}

.general_news_box .news_box .box .top_news .n_msg span{
   color:#ff9900;
}

.general_news_box .news_box .box .bottom_news{
    width: 100%;
    margin-top: 16px;
}

.general_news_box .news_box .box .bottom_news li{
    background: url(../images/img_6.png) no-repeat left top 18px;
    font-size: 16px;
    color:#666666;
    margin-left: 8px;
    padding-left: 16px;
    height:36px;
    line-height:36px;
}

.general_news_box .news_box .box .bottom_news li .title{
    float:left;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.general_news_box .news_box .box .bottom_news li .title:hover{
    color:#ff0000;
}

.general_news_box .news_box .box .bottom_news li .time{
    float:right;
    color: #b8b8b8;
    font-size: 16px;
    /*position: relative;
    top: -12px;*/
    vertical-align: middle;
    margin-left: 10px;
}


.general_news_box .info_box{
    width: 100%;
    padding-bottom: 17px;
    background: url(../images/img_11.png) no-repeat left bottom;
}

.general_news_box .info_box .top_column{
    padding-top: 26px;
    text-align: center;
}

.general_news_box .info_box .top_column .item{
    display: inline-block;
    margin: 0 21px;
}

.general_news_box .info_box .top_column .item .icon{
    width: 104px;
    height: 104px;
}

.general_news_box .info_box .top_column .item .icon.introduction{
    background: url(../images/img_8.png) no-repeat;
}

.general_news_box .info_box .top_column .item .icon.profile{
    background: url(../images/img_9.png) no-repeat;
}

.general_news_box .info_box .top_column .item .icon.institution{
    background: url(../images/img_10.png) no-repeat;
}

.general_news_box .info_box .top_column .item .title{
    font-size: 18px;
    color:#666666;
    margin-top: 13px;
}

.general_news_box .info_box .bottom_msg{
    margin-top: 15px;
    margin-left: 17px;
}

.general_news_box .info_box .bottom_msg .msg{
    margin-bottom: 11px;
}

.general_news_box .info_box .bottom_msg .msg .left_txt{
    display: inline-block;
    width: 57px;
    height: 22px;
    line-height: 20px;
    border-radius: 11px;
    font-size: 16px;
    color:#ffffff;
    text-align: center;
    background-color: #1a478e;
}

.general_news_box .info_box .bottom_msg .msg .right_txt{
    display: inline-block;
    font-size: 16px;
    color:#666666;
    margin-left: 4px;
}


/*  横幅图片  */
.content_home_3 {
  width: 100%;
  height: 80px;
  padding-top: 20px;
  padding-bottom: 0px;
}


/*  栏目新闻  */
.content_home_4 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0px;
}


/*  栏目新闻  */
.content_home_5 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0px;
}


/*  滚动新闻  */
.content_home_6 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0px;
}

.content_home_6 .roll_box{
    margin-top: 20px;
    margin-left: 0;
    height:215px;
    overflow: hidden;
}

.content_home_6 .roll_box ul {
    position: relative;
    overflow: hidden;
}

.content_home_6 li{
	float:left;
	margin-right:20px;
}

.content_home_6 li.no_margin_right{
	margin-right:0;
}

/*  w:195px  h:118px ---- 167px 198px  */
.content_home_6 li .out_img{
	width:264px;
	height:176px;
    overflow: hidden;
}

.content_home_6 li img{
    display: block;
    margin:0 auto;
    width: 100%;
    height: 100%;
}

.content_home_6 li .title{
	width:264px;
    margin-top: 12px;  
    margin-bottom: 5px;
    text-align:left;
	overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_home_6 li .title a{
	font-size:16px;
	color:#666666;
}

.content_home_6 li .title a:hover{
    text-decoration: none;
    color:#ff0000;
}


/*  栏目新闻  */
.content_home_7 {
    width: 100%;
    padding-top: 2px;
    padding-bottom: 23px;
}

.content_home_7 .bottom_link{
    margin-top: 24px;
}

.content_home_7 .bottom_link .alink_1{
    width: 447px;
    height: 108px;
    background: url(../images/img_15.png) no-repeat;
    margin-bottom: 10px;
}

.content_home_7 .bottom_link .alink_2{
    width: 447px;
    height: 108px;
    background: url(../images/img_16.png) no-repeat;
}



/* 友情链接 */
.bottom_flink{
    margin:0 auto;
    line-height: 30px;
	color: #ffffff;
	padding:20px 0;
    background-color: #1a478e;
    font-size: 16px;
}

.bottom_flink .left_text{
    float: left;
    height:30px;    
}

.bottom_flink .right_link{
    float: right;
    width: 1320px;
    text-align: left;
}

.bottom_flink span.link{    
}

.bottom_flink a{
	text-decoration: none;
	color: #ffffff;
    font-size: 16px;
    display: inline-block;
    transition: all 0.2s ease-in;
}

.bottom_flink a:hover {
    transform: translateY(-3px);
}

.bottom_flink .line{
    display: inline-block;
    margin:0 27px;
    width: 2px;
    height: 17px;
    background: url(../images/img_19.png) no-repeat;
    position: relative;
    top: 4px;
}


/* 页面底部 */
.page_footer{
    width: 100%;
    height: 144px; 
    font-size: 16px;
    color: #ffffff;
    background-color: #103879;
}

.page_footer a{
    font-size: 16px;
    color: #ffffff;
}

.page_footer .icon{
    position: absolute;
    top: 40px;
    left: 0;
}

.page_footer .qrcode{
    position: absolute;
    top: 19px;
    right: 0;
}

.page_footer .footer_info{
    text-align: center;
    padding-top: 29px;
    line-height: 28px;
}


/*  子栏目path路径区  */
.column_path{
    float:left;
    height: 67px;
    line-height: 67px;
    text-align: left;
    padding:0;
}

.column_path .img {
    display: inline-block;
    margin-right: 5px;
    width: 21px;
    height: 20px;
    background: url(../images/img_20.png) no-repeat center center;
    position: relative;
    top: 4px;
}

.column_path .current_column{
    color: #103879;
}

.column_path .current_column:hover, .column_path a:hover{
    color:#103879;
}

.column_path span, .column_path a, .column_path_general a {
    font-size: 16px;
    color:#969696;
}


/*  左边通用的栏目   */
.basic_left_site{
    float:left;
    width: 289px;
    position: relative;
}

.basic_left_site .first{
    width:100%;
    height:86px;
    line-height: 86px;
    background-color: #1a478e;
    overflow: hidden;
    text-align: center;
}

.basic_left_site .first .txt_chs{
    font-size: 28px;
    color:#ffffff;
    margin-left:0px;
    letter-spacing: 2px;
}

.basic_left_site .sub_column{
    /*border-left:1px solid #ececec;
    border-right:1px solid #ececec;*/
    background-color: #ffffff;
}

.basic_left_site .sub_column li{
    height:61px;
    line-height: 61px;
    color:#000000;
    /*border-bottom:1px solid #ffffff;*/
}

.basic_left_site .sub_column li .txt{
    font-size: 20px;
    margin-left: 0;
    width:100%;
    height:100%;
    display: inline-block;
    text-align: center;   
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}

.basic_left_site .sub_column li.curr{
    background:#2f5da5;
    color:#ffffff;
}

.basic_left_site .sub_column li:hover{
    background:#2f5da5;
    color:#ffffff;
}

.basic_left_site .sub_column2{
    border:1px solid #ececec;
    border-top: none;
    padding-top: 54px;
    padding-bottom:34px;
}

.basic_left_site .sub_column2 .link{
    width:160px;
    margin: 0 auto;
}

.basic_left_site .sub_column2 .link li{
    width: 100%;
    height:auto;
    margin-bottom: 20px;
}


/* 各子栏目新闻列表 */
.basic_page_inside .right_box {
    float: right;
}

.basic_page_inside .right_box .right_news{
    /*padding-top: 6px;*/
    overflow: hidden;
}

.right_news .general_news{
    background-color: #ffffff;
    margin-bottom: 15px;
}

.right_news .general_news .top_site{
    height:52px;
    line-height: 52px;
    border-bottom: 2px solid #c2c2c2;
}

.right_news .general_news .top_site a{
    display:block;
}

.right_news .general_news .top_site .left_title{
    float: left;
    padding: 0 32px;
    font-size: 24px;
    font-weight: bold;
    color:#1a478e;
    border-bottom: 3px solid #2f5da5;
    position: relative;
    top: -1px;
    letter-spacing: 2px;
}

.right_news .general_news .top_site .right_more{
    float: right;
    margin-right: 25px;
    color: #acacac;
}

.right_news .general_news .bottom_news{
    margin-top: 13px;
    padding-left: 8px;
    padding-right: 20px;
    padding-bottom: 28px;
}

.right_news .general_news .bottom_news li{
    background: url(../images/img_6.png) no-repeat left top 21px;
    font-size: 16px;
    color:#666666;
    margin-left: 21px;
    padding-left: 25px;
    height:37px;
    line-height:37px;
}

.right_news .general_news .bottom_news li .title{
    display: inline-block;
    margin-left: 15px;
    width: 717px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.right_news .general_news .bottom_news li .title:hover{
    color:#ff0000;
}

.right_news .general_news .bottom_news li .time{
    display: inline-block;
    margin-left: 0px;
    color: #b8b8b8;
    font-size: 16px;
    /*position: relative;
    top: -12px;*/
    vertical-align: middle;
}


/*  单页栏目的样式  */
.single_content {
    margin: 0 auto;
    margin-top:0px;
    margin-bottom:0px;
    /*width: 90%;*/
    min-height: 360px;
    padding-top: 40px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 80px;
}

.single_content .content {
    width: 98%;
    margin: 0 auto;
    font-family: Microsoft yahei,Arial,sans-serif;
}

.single_content .content .across_line{
    width:100%;
    height:1px;
    /*background:url(../../images/across_line.png) #cfcfcf no-repeat ;*/
    border-bottom:1px dashed #ddd;
    margin:7px 0 32px 0;
}

.single_content .content .across_line_2{
    width:100%;
    height:1px;
    /*background:url(../../images/across_line.png) #cfcfcf no-repeat ;*/
    border-bottom:1px dashed #ddd;
    margin:17px auto 0;
}

.single_content .content .across_line_3{
    width:100%;
    height:1px;
    border-bottom:1px solid #ddd;
    margin-top:60px;
}

.single_content .content .across_line_4{
    width:100%;
    height:1px;
    border-bottom:1px dashed #ccc;
    margin:0 auto;
}

.single_content .content img {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 85%;
    text-align: center;
}

.single_content .content p {
  font-size: 16px;
  line-height: 32px;
}

/*  没有内容的区域  */
.no_content{
    width:100%;
    min-height:400px;
}

.no_content_msg {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    padding: 6px 0;
    color:#595757;
    margin-left:3px;
    letter-spacing:0.5px;
}

.no_content .no_content_msg .across_line_4{
    width:98%;
    height:1px;
    border-bottom:1px dashed #ddd;
    margin:7px 0 0 0;
}

.no_content_msg  .tips_img{
    float:left;
    margin-top:12.5px;
    margin-right:5px;
    line-height:20px;
}

.no_content_msg .tips_img img{
    width:28px;
    /*height:25px;*/
    height:auto;
    /* margin-top: 3px; */
}

.no_content_msg .txt{
    float:left;
    font-size:18px;
}


/*   列表页：一排3个图片   */
.content_list_three{
    margin: 0 auto;
    width: 800px;
    margin-top: 38px;
    /* margin-left: 30px; */
}

.content_list_three ul{
    width:830px;
}

.content_list_three li{
    float:left;
    margin-right: 22px;
    margin-bottom: 6px;
}

.content_list_three li.no_margin_right{
	margin-right:0;
}

.content_list_three li .out_img{
	width:252px;
    height:190px;
    background-color: #ffffff;
    overflow: hidden;
    border: 1px solid #e1e1e1;
}

.content_list_three li .out_img:hover{
    border: 1px solid #e58419;
}

.content_list_three li .in_img{
	width:100%;
	height:100%;
    display: table;
}

.content_list_three li .img{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.content_list_three li .img a{
    display: block;
}

.content_list_three li .img img{
    display: block;
    margin:0 auto;
    position: relative;
}

.content_list_three li .title{
	width:252px;
	height:45px;
	line-height:45px;
    text-align:center;
	overflow:hidden;
}

.content_list_three li .title a{
	font-size:18px;
	color:#343434;
}

.content_list_three li .title a:hover{
    text-decoration: none;
    color:#ff0000;
}


/*   列表页：一排4个图片   */
.content_list_four{
    width: 1428px;
    margin-top: 25px;
    padding-bottom: 20px;
}

.content_list_four li{
    float:left;
    margin-right: 18px;
    margin-bottom: 16px;
    transition: all 0.2s ease-in;
}

.content_list_four li:hover {
    transform: translateY(-7px);
}

.content_list_four li.no_margin_right{
    margin-right:0;
}

.content_list_four li .out_img{
    width:334px;
    height:223px;
    background-color: #ffffff;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    cursor: pointer;
}

.content_list_four li .out_img:hover{
    border: 1px solid #de5c23;
}

.content_list_four li .in_img{
    width:100%;
    height:100%;
    display: table;
}

.content_list_four li .img{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.content_list_four li .img a{
    display: block;
}

.content_list_four li .img img{
    display: block;
    margin:0 auto;
    position: relative;
	width: 100%;
}

.content_list_four li .title{
    width:306px;
    height:65px;
    line-height:65px;
    padding: 0 15px;
    text-align:center;
    cursor: pointer;
    font-size:20px;
    color:#000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-weight:600;
}



/*   列表页：一排4个图片(第2种)   */
.content_list_four2{
    width: 1310px;
    margin-top: 50px;
    padding-bottom: 20px;
}

.content_list_four2 li{
    float:left;
    margin-right: 28px;
    margin-bottom: 37px;
    background-color:#c81119;
    border-radius:13px;
}

.content_list_four2 li.no_margin_right{
    margin-right:0;
}

.content_list_four2 li .image{
    width:299px;
    height:225px;
    position:relative;
    overflow:hidden;
    border-radius:13px;
}

.content_list_four2 li .image a{
    display: block;
}

.content_list_four2 li .image img{
    width:100%;
    height:225px;
    position:relative;
}

.content_list_four2 li .title{
    width:279px;
    height:58px;
    line-height:58px;
    padding: 0 10px;
    text-align:center;
    cursor: pointer;
    font-size:18px;
    color:#ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



/*  新闻详情页 的样式  */
.across_line_blank_1{
    width: 100%;
    height: 11px;
}

.across_line_blank_2{
    width: 100%;
    height: 45px;
}

.article_content {
    margin: 0 auto;
    margin-top:26px;
    margin-bottom:0px;
    width: 100%;
    min-height: 400px;
    padding-bottom: 30px;
}

.article_content .content {
    width: 94%;
    margin: 0 auto;
    font-family: "思源黑体 Normal",sans-serif;    
    /*border-bottom: 1px solid #eaeaea;*/
    padding-bottom:50px;
}

.article_content .content .title {
    width: 100%;
    line-height:40px;
    text-align: center;
    font-size: 28px;
    margin: 0 auto;
    color: #222222;
}

.article_content .content .top_title {
    font-size: 14px;
    line-height:25px;
    text-align: center;
    color: #404040;
}

.article_content .content .bottom_title {
    margin-top: 4px;
    font-size: 14px;
    line-height:25px;
    text-align: center;
    color: #232323;
}

/*
.article_content .content .args{
    width: 100%;
    text-align: center;
    height:32px;
    line-height:32px;
    margin-top: 25px;
    margin-bottom: 30px;
    background-color: #ebebeb;
}
*/

.article_content .content .args {
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 60px;
}

.article_content .content .args span{
    margin-right: 30px;
    display: inline-block;
}

.article_content .content .time{
    text-align: center;
    /* line-height:45px; */
    color:#787878;
}

.article_content .content .across_line{
    width:100%;
    height:1px;
    /*background:url(../../images/across_line.png) #cfcfcf no-repeat ;*/
    border-bottom:1px dashed #ddd;
    margin:7px auto 32px;
}

.article_content .content .across_line_2{
    width:100%;
    height:1px;
    /*background:url(../../images/across_line.png) #cfcfcf no-repeat ;*/
    border-bottom:1px dashed #ddd;
    margin:7px 0 0 0;
}

.article_content .content .across_line_3{
    width:100%;
    height:1px;
    border-bottom:1px solid #ddd;
    margin-top:60px;
}

.article_content .content .in_content{
    width:96%;
    margin: 0 auto;
}

.article_content .content .in_content p{
    font-size: 16px; 
    line-height: 32px;
}

.article_content .content img {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 85%;
    text-align: center;
}

.article_content .content .attach_box{
    margin: 0 auto;
    margin-top: 16px;
    width: 96%;
}

.article_content .content .attach_box .msg{
    color: #ff6600;
    font-size: 16px;
}

.article_content .content .attach_box .attach_list{
    margin-top: 3px;
}

.article_content .content .attach_box .attach_list .item{
    font-size: 16px;
    line-height: 25px;
}

.article_content .content_bottom{
    padding-top: 25px;
    padding-bottom:30px;
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #eaeaea;
}

.article_content .content_bottom .news_line{
    height: 35px;
    line-height: 32px;
    margin-bottom: 10px;
}

.article_content .content_bottom .news_line a{
    display: inline-block;
}


.article_content .content_bottom .news_line a:hover > .link{
    color:#ff0000;
    border:1px solid #ff0000;
}


.article_content .content_bottom .news_line .link{
    height: 30px;
    line-height: 30px;
    border:none;
    border-radius: 2px;
    /*margin-left: 6px;*/
    display: inline-block;
    font-size: 18px;
    color: #8a8a8a;
    float: left;
    text-align: center;
}

.article_content .content_bottom .news_line .link.bg1{
    background: #ffffff url(../../images/img_37.png) no-repeat 10px center;
}

.article_content .content_bottom .news_line .link.bg2{
    background: #ffffff url(../../images/img_38.png) no-repeat 10px center;
}

.article_content .content_bottom .news_line .title{
    display: inline-block;
    margin-left: 0px;
    color:#999999;
    font-size: 20px;
}

.article_content .content_bottom .news_line .title a{
    /*max-width: 480px;*/
    max-width: 680px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    color:#000000;
    font-size: 18px;
}

.article_content .content_bottom .news_line .title a:hover{
    color:#ff0000;
}

.article_content .return_top{
    margin:0 auto;
    margin-top: 30px;
    width: 152px;
    height: 49px;
    line-height: 49px;
    border: 2px solid #2f5da5;
    color:#2f5da5;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

/*  栏目小标题  */
.small_top_title{
    /*width: 100%;*/    
    float:left;
    clear: both;
    margin-left:582px;
    margin-bottom: 33px;
    
    padding-top: 51px;    
    height: 45px;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
    color:#000000;
	font-weight:600;
    transition: all 0.25s ease-in;
    background: url(../images/img_82.jpg) no-repeat center bottom;
}


/*  咨询留言   */
.content_zxly_out{
    margin:0 auto;
    margin-top: 0;
    width:1401px;
    padding: 0px;
    padding-bottom: 33px;
    background-color: #ffffff;
}

.content_zxly{
    width:100%;
    padding-bottom:20px;
}

.content_zxly .title{
    font-size: 36px;
    text-align: center;
    color:#000000;
}

.content_page_zxly{
    clear: both;
    margin: 42px auto;
    height:100%;
    width:858px;
}

.content_page_zxly table tr{
    height: 55px;
}

.content_page_zxly table tr.tr_area{
    height:180px;
}

.content_page_zxly table .key{
    width:106px;
    text-align:right;
    color:#000000;
    font-size:14px;
}

.content_page_zxly table .value{
    width:581px;
}


.content_page_zxly table .value .text{
    width:533px;
    height:36px;
    padding-left:14px;
    border:1px solid #c5c5c5;
    /*border:1px solid #E58419;*/
    font-size:14px;
    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:393px;
    height:36px;
    padding-left:14px;
    border:1px solid #c5c5c5;
    /*border:1px solid #E58419;*/
    font-size:12px;
    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: 10px;
    width:130px;
    height:38px;
}

.content_page_zxly table .value .textarea{
    float:left;
    width:533px;
    height:150px;
    padding-left:14px;
    border:1px solid #c5c5c5;
    /*border:1px solid #E58419;*/
    font-size:14px;
    color:#595757;
    line-height: 30px;
    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:4px;
}

.content_page_zxly table .value input:focus,
.content_page_zxly table .value textarea:focus {
    /*border-color: #95c8f1;
    box-shadow: 0 0 7px 1px #00ccff;*/
    border-color: #0e64c5;
    box-shadow: 0 0 5px 2px #0e64c5;
}

.content_page_zxly table .value .sub{
    width: 140px;
    height: 40px;
    /*background-color: #399fff;*/
    background-color: #0e64c5;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    border:0;
    letter-spacing:10px;
    text-align:center;
    margin-top: 12px;
    border-radius: 2px;
}

.content_page_zxly table .msg{
    padding-left: 0px;
    color:#898989;
}














































































