/* 
* @Author: 会飞的猫
* @Date:   2017-03-28 13:49:12
* @Last Modified by:   会飞的猫
* @Last Modified time: 2017-03-28 16:13:46
*/
/* 清除浮 动*/
.fix {
    *zoom: 1;
}

.fix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.t_news_tit{
    margin-top: 10px;
}
.t_news_tit h3{
    float: left;
    font-size: 30px;
    color: #333333;
    line-height: 60px;
}
.t_news_tit a{
    font-size: 16px;

    float: right;
    line-height: 20px;
    margin-top: 32px;

}

/* 首页新闻白色背景设置*/
.t_news_bg{
    background: transparent;
    padding:0px 0px 0px 0px;
	margin-top:0px;
}
.t_n1{
    border:1px solid #e5e5e5;
    padding: 15px 15px;
	margin:0px;
}
.t_n0{
    border:10px solid #f2f2f2;
    padding: 0 15px;
}

.t_n2>a,.t_n2>a>img{
    width: 100%;
    display: block;
}

.t_n2_r h3>a{
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 34px;
    font-weight: bold;
    transition: all 1s ease 0s;
}
.t_n2_r p{
    font-size: 12px;
    color: #666666;
    line-height: 18px;
    font-family: "宋体";
}
.t_n2_r>a{
    margin-top: 5px;
}
.t_n2_r>a,.t_n2_r>a>img{
    width: 25px;
    height: 25px;
    display: block;
}

.t_n1_dashed{
    border-bottom: 1px dashed #d5d5d5;
    margin: 8px 15px;
    padding-bottom: 15px;
}

.t_n3{
    padding: 14px 0;
    background: #fff;
    transition: all 0s ease 0s;
}
.t_bb{
   border-bottom: 1px dashed #d5d5d5; 
}
.t_n3_tit{
    font-family: Arial;
    width:  78px;
    border-right: 1px solid #e3e3e3;
    float: left;
}
.t_n3_tit em{
    font-style: normal;
    font-size: 32px;
    color: #ff6700;
    font-weight: bold;
    text-align: center;
    display: block;
}
.t_n3_tit span{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #8d8d8d;
    text-transform: uppercase;
}
.t_n3 a{
    float: left;
    font-size: 16px;
    color: #333333;
    line-height: 65px;
    margin-left: 25px;
}
.t_n3:hover{
    background: #ffffff;
}
.t_n3:hover .t_n3_tit em{
    color: #ff6700;
}
.t_n3:hover .t_n3_tit span{
    color: #ff6700;
}
.t_n3:hover a{
    color: #ff6700;
	text-decoration:underline;
}

.t_n0 .t_n3{
    padding: 10px 0;
}

.t_n0 .t_n3_tit em{
    line-height: 32px;
}
.t_n0 .t_n3 a{
    line-height: 62px;
}

.t_n3>span{
    display: none;
}

.t_n1_dashed:hover .t_n2_r h3 a{
    color: #ff6700;
	text-decoration:underline;
}


/*列表页*/
.ny_n1{
    margin-top: 0px;
}
/*列表页新闻中心背景字体颜色*/
.ny_h4{
    width: 100%;
    font-size: 20px;
    color: #444444;
    height: 50px;
    line-height: 50px;
    background: #eaeaea;
    padding-left: 30px;
    font-weight: bold;
	    border:1px solid #eaeaea;

}
/*列表页右侧新闻推荐背景字体颜色*/
.ny_h5{
    width: 100%;
    height: 50px;
	color: #444444;
    line-height: 50px;
    text-align: center;
	  color: #ffffff;
    background: #eaeaea;
    font-weight: bold;
	    border:1px solid #eaeaea;
}
.ny_h5 span{
    padding-left: 25px;
    background: url(../images/t_m2.png) left no-repeat;
    font-size: 20px;
      color: #444444;
    display: inline-block;
}
/*列表页新闻中心边框颜色、空白边距*/
.ny_d2{
    background: #fff;
    border:1px solid #eaeaea;
    padding: 0 15px;
}
/*列表页新闻列表块背景颜色等*/
.ny_d3{
    background: #ffffff;
    padding: 10px;
    width: 100%;
    margin-top: 15px;
	border-bottom:1px dashed #e6e6e6;
}

.ny_d3_l{
    position: relative;
}
.ny_d3_l>a,.ny_d3_l>a img{
    width: 100%;
    display: block;
}
.ny_d3_l span{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ff6700;
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 20px;
}
.ny_d3_l,.ny_d3_r{
    padding: 0 10px;
}
.ny_d2 .row{
    margin: 0;
}

.ny_d3_r h3 a{
    font-size: 20px;
    color: #333333;
    line-height: 35px;
    display: block;
    transition: all 1s ease 0s;
}
.ny_d3_r span{
    font-size: 12px;
    color: #999999;
    line-height: 24px;
}
.ny_d3_r p{
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    color: #666666;
}
.ny_d3_r>a{
    margin-top: 5px;
}
.ny_d3_r>a,.ny_d3_r>a>img{
    width: 25px;
    height: 25px;
    display: block;
}

.ny_d3:hover .ny_d3_r h3 a{
    color: #ff6700;
}

/*page*/
.page {
    text-align: center;
    padding: 40px 0 60px;
    font-family: "宋体";
}
.page a {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #4c4c4c;
    background: #f4f4f4;
    margin: 1px;
    font-size: 14px;
    margin-bottom: 5px;
}
.page a:hover,.page a.current {
    background: #ff6801;
    color: #fff;
}
/*列表页右侧新闻中心边框颜色*/
.ny_r_ul{
    background: #fff;
    border:1px solid #eaeaea;
}
.ny_r_ul li{
    height: 47px;
    line-height: 47px;
    border-bottom: 1px dashed #e6e6e6;
    list-style: none;
    padding-left: 20px;
}
.ny_r_ul li a{
    font-size: 14px;
    color: #444444;
    transition: all 1s ease 0s;
}
.ny_r_ul li:hover a{
    color: #ff6700;
}


/*详情页*/
.ny_deils{
    background: #fff;
    padding: 10px 20px;
    border: 1px dashed #e6e6e6;
}

.ny_deil h3{
    font-size: 24px;
    color: #222222;
    text-align: center;
    line-height: 30px;
    padding: 13px 0;
    margin-top: 0px;
    font-weight: bold;
}

.ny_deil_sp{
    width: 100%;
    line-height: 30px;
    background: #ffffff;
    text-align: center;
    margin-bottom: 15px;
}
.ny_deil_sp span{
    font-size: 12px;
    color: #999999;
    margin: 0 15px;
    display: inline-block;
}

.ny_deil{
    font-size: 16px;
    color: #444444;
    line-height: 26px;
}
.ny_deil img{
    max-width: 100%;
    vertical-align: middle;
}


.page_1{
    text-align: center;
    padding: 50px 0 120px;
}
.page_1 a{
    display: inline-block;
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f5f5f5;
    font-size: 20px;
    color: #666666;
    margin: 5px 25px;
    font-weight: bold;
    transition: all 0s ease 0s;
}
.page_1 a:hover{
    background: #ff6801;
    color: #fff;
}