﻿body, button, input, select, textarea {
	font-family: "微软雅黑", "Microsoft Yahei", "Arial", "Verdana", "sans-serif";
}/*--------首页内容--------*/
.fa-box {
    margin-top: 30px;
}

.fa-box .hd h2 {
    color: #262626;
    font-size: 24px;
    font-weight: 400;
}

.fa-box .hd ul li {
    float: left;
    margin-left: 15px;
    display: inline-block;
}

.fa-box .hd ul li a {
    display: inline-block;
    width: 80px;
    height: 34px;
    line-height: 34px;
    background: #fff;
    border: 1px solid #d9d9d9;
    color: #262626;
    text-align: center;
    font-size: 14px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.fa-box .hd ul li.selected a, .fa-box .hd ul li a:hover {
    background: #0082df;
    color: #fff;
    border: 1px #0082df solid;
}

.fa-box .picbox {
    width: 1215px;
}

.fa-box .bd {
    margin: 20px -15px 0 0;
}

.fa-box .bd li, .fa-pins-more .list li {
    background: #fff;
    border: 1px #d9d9d9 solid;
    width: 265px;
    float: left;
    padding: 10px 11px 0;
    margin: 0 15px 15px 0px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.fa-box .bd li:hover, .fa-pins-more .list li:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transform: translate3d(0, -2px, 0);
}

.fa-box .bd li .pic, .fa-pins-more .list li .pic {
    position: relative;
    max-height: 480px;
    overflow: hidden;
    text-align: center;
}

.fa-box .bd li .pic img, .fa-pins-more .list li .pic img {
    display: block;
    background: url(../images/loading.gif) no-repeat center center;
    width: 100%;
    -webkit-animation-duration: .3s !important;
    animation-duration: .3s !important
}

/*主体*/
.container {
    width: 1200px;
    margin: 0 auto;
}


.fa-sort {
    background: #fff;
    border: 1px solid #eee;

}
.fa-parent {
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    border-bottom: 2px solid #0082df;
}

.fa-parent a {
    float: left;
    display: inline-block;
    font-size: 18px;
    transition: all .1s;
    overflow: hidden;
    border-right: 1px #fff solid;
    padding: 0 25px;
}

.fa-parent a.selected, .fa-parent a:hover {
    background: #0082df;
    color: #fff;
    text-decoration: none;
}
.fa-category {
    line-height: 28px;
    background: #FDFDFD;
    padding: 5px 15px;
}

.fa-category a {
    float: left;
    display: inline-block;
    border: 1px solid #fff;
    font-size: 14px;
    transition: all .1s;
    border-radius: 3px;
    white-space: nowrap;
    margin: 4px 26px 4px 0;
    padding: 0 6px;
}

.fa-category a.selected, .fa-category a:hover {
    border: 1px solid #0082df;
    text-decoration: none;
    color: #1169af;
    background: #fff;
    padding: 0 6px;
}

.fa-category a span {
    padding-left: 4px;
    color: #999;
}

.fa-category a.selected span, .fa-category a:hover span {
    color: #0082df;
}

/*清除浮动*/
.clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

* html .clear {
    height: 1%
}



/* 分页样式 */
.pager {
    padding: 30px 0 20px 0;
}

.page-con {
    margin: 0 auto;
    height: 58px;
    text-align: center;
}

.page-con li {
    display: inline-block;
    margin-right: 14px;

}

.page-con li a {
    padding: 0 26px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    color: #414141;
    border: 1px solid #d9d9d9;
    display: inline-block;
    background: #fff;
}

.page-con li span {
    padding: 0 26px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #d9d9d9;
    display: inline-block;
    background: #fff;
}

.page-con li a:hover, .page-con li.current a {
    height: 36px;
    line-height: 36px;
    background: #168EE1;
    color: #fff;
}

.page-con .point {
    line-height: 59px;
    font-weight: bold;
    font-size: 19px;
    margin-right: 13px;
}

.page-con li.disabled {
    color: #BFBFBF;
    cursor: default;
}

.page-con li.disabled:hover {
    background: #fff;
    color: #BFBFBF;
    height: 36px;
    line-height: 36px;
}

.fa-box .bd li .other, .fa-pins-more .list li .other {
    font-size: 12px;
    background: #f6f6f6;
    border-top: 1px solid #e7e7e7;
    box-shadow: 0 1px 0 0 #fff inset;
    padding: 0px 11px;
    margin: 0 -11px;
    color: #8B8B8C;
    height: 36px;
    overflow: hidden
}

.fa-box .bd li .other span, .fa-pins-more .list li .other span {
    display: inline-block;
    line-height: 36px;
}

.fa-box .bd li .other .yh-link, .fa-pins-more .list li .other .yh-link {
    margin: 0 -10px 0 0;
    line-height: 40px;
    text-align: center;
    display: inline-block;
}


/* 文本样式 */
/*内页新闻列表*/
.new_inside {
	width: 100%;
}
.new_inside ul {
	width: 100%;
	padding: 0;
}
.new_inside ul li {
	margin-top: 20px;
	position: relative;
}
.new_inside ul li .news_wrap {
	display: block;
	background: #ffffff;
	padding: 24px;
	position: relative;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	box-shadow: 0px 0px 6px 0px rgba(127,127,127,0.10);
	border-bottom: 1px dotted #dedede;
}
.new_inside ul li .news_time {
	position: absolute;
	left: 24px;
	top: 24px;
	width: 90px;
	text-align: center;
	background: #f1f1f1;
	overflow: hidden;
}
.new_inside ul li .news_time p {
	font-size: 24px;
	font-weight: bold;
	color: #7a9bba;
	height: 48px;
	line-height: 48px;
}
.new_inside ul li .news_time span {
	font-size: 14px;
	color: #fff;
	display: block;
	background: #7a9bba;
}
.new_inside ul li .news_con {
	padding-left: 120px;
}
.new_inside ul li .news_con p {
	font-size: 15px;
	font-weight: bold;
	color: #4d779e;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.new_inside ul li .news_con span {
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 22px;
	padding-top: 5px;
	height: 45px;
	overflow: hidden;
}
.new_inside ul li .news_wrap:hover {
	background: #597c9c;
}
.new_inside ul li .news_wrap:hover p a, .new_inside ul li .news_wrap:hover span {
	color: #fff;
}
.new_inside ul li .news_wrap:hover .news_time p {
	color: #7a9bba;
}
/*内页新闻内页*/
.ny_news_con2 {

	line-height:200%;
	font-size:16px;
	padding-top:20px;
	padding-right: 26px;
	padding-bottom:25px;
	padding-left: 26px;
text-indent:2em;  

}
.ny_news_con {
	width: 1200px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom:15px;
	margin-left: auto;
	height: auto;
	clear: both;
	background:#fff;
}

.ny_news_tlt {
	text-align: center;
	font-size: 20px;
	color: #555;
	padding: 20px 0 10px;
}
.ny_news_time {
	text-align: center;
	font-size: 12px;
	color: #999;
	padding-bottom: 10px;
	border-bottom: 1px dashed #dedede;
	margin-bottom: 10px;
}
