@charset "utf-8";

/* Base Reset */
* {
	box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

:focus {
	outline: 0;
}

img {
	border: 0;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


.clear {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	display: block;
	_display: inline;
}

.none {
	display: none;
}

.hidden {
	visibility: hidden;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: block;
	*zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/******************************************************************************************************************************************/

/**布局开始**/

body {
	background: #fff;
}

body,


a {
	color: #333333;
	text-decoration: none;
	font-size: 18px;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #1e90ff;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
}

.inner {
	/**页面全局宽度**/
	width: 1200px;
	margin: 0 auto;
}


/*头部*/


#header {
	width: 100%;
	background: #fff url(../img/topbg.png) repeat center;
	position: relative;
}

.logo {
	position: relative;
}

.logo-l {
	float: left;
	margin: 36px 0px;
	max-width: 100%;
	height: auto;
}

.logo-rb {
	float: right;
	margin-top: 30px;
}

.logo-rb .bb {}

.logo-rb .bb a {
	display: inline-block;
	line-height: 43px;
	color: #fff;
	/* padding: 0px 15px; */
	font-size: 16px;
}

.logo-rb .bb a:hover {
	/* color: #14a351 */
}

.ss {
	width: 220px;
	height: 35px;
	cursor: pointer;
	position: relative;
	background: #FFFFFF;
	border-radius: 20px;
	float: right;
	margin-top: 10px;
}

.ss .inp {
	border: none;
	height: 35px;
	outline: none;
	color: #156abc;
	text-indent: 12px;
	background: none;
}

.ss .btn {
	border: none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 35px;
	outline: none;
	background: url(../img/search.png) no-repeat center;
}

input::-webkit-input-placeholder {
	color: #156abc;
}

input::-moz-placeholder {

	color: #156abc;
}

input:-moz-placeholder {

	color: #156abc;
}

input:-ms-input-placeholder {

	color: #156abc;
}




/*导航*/
.nav {
	width: 100%;
	box-shadow: 3px 3px 8px #c4d2e2, -3px 0px 0px #c4d2e2;
	position: relative;
	z-index: 999;
}


.navList>li {
	float: left;
	width: 14.2%;
	position: relative;
	text-align: center;
	background: url(../img/nansx.png) no-repeat left center;
}

.navList li a {
	display: block;
	height: 100%;
	font-size: 18px;
	line-height: 55px;
}

.navList {
	background: url(../img/nansx.png) no-repeat right center;
}

.navList li>a {
	/* background: url(images/nav_li_bg.png) 90% center no-repeat; */
}

.navList li a:hover {
	/* background: url(images/nav_li_bgh.png) 90% center no-repeat #1C6EB8; */
	/* background: #EE8C12; */
}

.navList .subnav {
	z-index: 100;
	position: absolute;
	display: none;
	width: 100%;
}

.navList .subnav li {
	background: rgba(21, 106, 188, 0.85);
}

.navList .subnav a {
	background: none;
	line-height: 45px;
	font-size: 16px;
	color: #FFFFFF;
}

.navList li:hover .subnav {
	display: block;
}

.navList .subnav li:hover {
	background: #af8c6a;
}


/*汉堡包样式*/
/**aside导航**/
.navi-aside-page {
	position: fixed;
}

.navi-aside-toggle {
	position: absolute;
	right: 21px;
	bottom: 21px;
	width: 30px;
	height: 30px;
	background: url(../img/menu-button-bg.png) no-repeat center center;
	background-size: 100% 70%;
	display: none;
}

.wp-navi-aside {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
}

.wp-navi-aside .navi-aside-mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .1);
}

.wp-navi-aside-active {
	display: block;
}

.wp-navi-aside .aside-inner {
	position: fixed;
	top: 0;
	bottom: 0;
	right: -216px;
	z-index: 1002;
	width: 216px;
	max-width: 100%;
	background: #252525;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.wp-navi-aside .aside-inner:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background: rgba(0, 0, 0, .6);
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, .6);
}

.wp-navi-aside .navi-aside-head {
	margin-top: 0;
	border-top: 1px solid rgba(0, 0, 0, .3);
	background: #333;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}

.wp-navi-aside .navi-aside-head .navi-aside-title {
	padding: 7px 10px;
	font-weight: normal;
	color: #777;
	font-size: 14px;
}

.wp-navi-aside .navi-aside-wrap {
	color: #aaa;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .05);
}

.wp-navi-aside .navi-aside-wrap li {
	position: relative;
}

.wp-navi-aside .navi-aside-wrap li span {
	display: none;
}

.wp-navi-aside .navi-aside-wrap li .menu-switch-arrow {
	display: block;
	cursor: pointer;
	width: 50px;
	height: 35px;
	line-height: 35px;
	position: absolute;
	right: 0;
	top: 0px;
	color: #f6f6f6;
	font-size: 14px;
	background: url(../img/nav_li_bg.png) no-repeat center center;
}

.wp-navi-aside .navi-aside-wrap li .menu-open-arrow {}

.wp-navi-aside .navi-aside-wrap li a {
	display: block;
	text-decoration: none;
	color: #c7c7c7;
	font-size: 14px;
	line-height: 20px;
	padding: 8px 30px 8px 15px;
	border-top: 1px solid rgba(0, 0, 0, .3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}

.wp-navi-aside .navi-aside-wrap li a:hover,
.wp-navi-aside .navi-aside-wrap li a:focus {
	background-color: #404040;
	color: #fff;
	outline: 0;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu {
	display: none;
	background-color: #2e2e2e;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu li a {
	padding-left: 20px;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu {
	background-color: #333
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu li a {
	padding-left: 30px;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu {
	background-color: #343434;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu li a {
	padding-left: 40px;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu {
	background-color: #373737;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu li a {
	padding-left: 50px;
}

/*大图*/
.rslides {
	position: relative;
	list-style: none;
	/* overflow: hidden; */
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.slide_container {
	position: relative;
	width: 100%;
}

#mod0 .slide {
	overflow: hidden;
}

.slide {
	position: relative;
	list-style: none;
	/* 	overflow: hidden; */
	width: 100%;
	padding: 0;
	margin: 0;
}

.slide li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.slide img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
}

.slide_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 50%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 50px;
	width: 60px;
	margin-top: -30px;
}

.slide_nav:active {
	opacity: 1.0;
}


.slide1_tabs {
	position: absolute;
	bottom: 25px;
	/* right: 50%; */
	z-index: 100;
	text-align: center;
	width: 100%;
}

.slide2_tabs {
	position: absolute;
	right: 3px;
	bottom: 2px;
	z-index: 100;
	text-align: center;
}

.slide1_tabs li,
.slide2_tabs li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 10px;
	background: #ddd;
	position: relative;
	border-radius: 50%;
}

.slide1_tabs li {
	background: #fff;
}

.slide1_tabs li a,
.slide2_tabs li a {
	display: inline-block;
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0;
	z-index: 1000;
	color: transparent;
	border-radius: 50%;
}

.slide1_tabs li.slide_here a,
.slide2_tabs li.slide_here a {
	background: #1e90ff;
}

#mod0 .prev {
	background: url(../img/ban_l.png) no-repeat 0px;
	left: 3%;
}

#mod0 .next {
	background: url(../img/ban_r.png) no-repeat 0px;
	right: 3%;
}

.slide li .bt {
	z-index: 100;
	position: absolute;
	left: 0;
	bottom: -129px;
	display: block;
	font-size: 16px;
	text-align: left;
	background: #1a589d;
	width: 100%;
	height: 129px;
	color: #fff;
	padding: 20px;
	box-sizing: border-box;
}


/* 公共样式 */
.TXTovehid {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.comtop1 {
	line-height: 55px;
	margin-bottom: 10px;
}

.comtop1 .title {
	font-size: 26px;
	float: left;
	font-weight: bold;
	color: #333;
}

.comtop1 .title span {
	color: #8f8f8f;
	font-size: 16px;
	font-weight: normal;
	padding-left: 7px;
}

.mo {
	float: right;
	transition: all 0.5s ease;
	display: inline-block;
}

.mo:hover {
	transform: translate(8px);
}

/* mod1 */
#mod1 {
	margin: 20px 0px 30px;
}

.news {
	width: 59.5%;
	float: left;
}

.news .caption {
	display: block;
	font-size: 18px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	display: block;
}

.callbacks_tabs {
	text-align: right;
	font-size: 0;
	list-style-type: none;
	position: relative;
	top: -40px;
	z-index: 2;
	right: 25px;
}

.callbacks_container .tu {
	height: 200px;
	width: 320px;
	float: left;
	margin-right: 30px;
}

.callbacks_container .tu img {
	height: 200px;
}

.callbacks_container .ybt {
	/* padding: 30px; */
	box-sizing: border-box;
	/* height: 320px; */
}

.ybt .zy {
	font-size: 14px;
	line-height: 25px;
	margin-top: 15px;
	height: 75px;
	overflow: hidden;
	color: #7d7d7d;
}

.ybt .yd {
	font-size: 12px;
	text-decoration: underline;
	font-style: italic;
	float: right;
	margin-top: 27px;
}

.ybt .sj {
	margin-top: 10px;
	font-size: 14px;
}

.pic {
	position: relative;
	/* margin-bottom: 5px; */
}

.newlist ul li a {
	width: 80%;
	float: left;
}

.newlist ul li span {
	display: inline-block;
	float: right;
	font-size: 16px;
}

.newlist ul li {
	height: 50px;
	line-height: 50px;
	text-indent: 12px;
	border-bottom: 1px dashed #e4e4e4;
	background: url(../img/dian.png) no-repeat 0px center;
}

.tz {
	float: right;
	width: 37%;
}

.date_list {
	position: relative;
}

.date_list li {
	width: 100%;
	display: block;
	border-bottom: #e4e4e4 1px dashed;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 11px;
}

.date_list li .tzbt {
	line-height: 25px;
}

.date_list li span {
	float: left;
	display: block;
	width: 60px;
	height: 55px;
	background: #156abc;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	margin-right: 18px;
	border: #156abc 1px solid;
	margin-bottom: 19px;
}

.date_list li span i {
	width: 100%;
	display: block;
	text-align: center;
	color: #156abc;
	background: #fff;
	font-size: 24px;
	line-height: 30px;
}

.tzzy {
	font-size: 14px;
	color: #7d7d7d;
	display: block;
	height: 44px;
	line-height: 22px;
	overflow: hidden;
	padding-top: 3px;
}

/* mod2 */
#mod2 {
	background: #e5edf6;
	padding: 25px 0px;
}

.jztp ul li {
	position: relative;
	margin-bottom: 25px;
}

.jztp ul li span {
	position: absolute;
	top: 40%;
	left: 48%;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 20px;
	text-align: center;
	padding: 8px 25px;
	font-size: 20px;
	margin: 0px auto;
}

.jztp {
	float: right;
	width: 36.5%;
}

.jztp ul li:hover span {
	background: #1e90ff;
	border: none;
}

.jzgd {
	float: left;
	width: 60%;
}

.donate,
.donate_lists table {
	width: 100%;
}

.donate table,
.donate_lists table {
	width: 100%;
}

.donate table th,
.donate_lists table th {
	background-color: #156abc;
	color: #fff;
	text-align: center;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	padding-left: 30px;
}

.th1 {
	width: 50%;
}

.th2,
.th3 {
	width: 25%;
}

.donate table td,
.donate_lists table td {
	text-align: center;
}

.donate table tr,
.donate_lists table tr {
	height: 50px;
	line-height: 50px;
}

.donate .first_td {
	text-align: center;
	font-size: 16px
}

.th2 {
	font-size: 16px;
	border-left: 1px solid #dbe1e7;
	border-right: 1px solid #dbe1e7;
}

.th3 {
	font-size: 16px;
	text-align: center;
}

.myscroll {
	height: 320px;
	overflow: hidden;
	text-align: center;
	background: #fff;
}

.donate ul li {
	border-bottom: 1px solid #dbe1e7;
}

.donate table tr .th1 {
	background: url(../img/icon.png) no-repeat 130px center #156abc;
}

.donate table tr .th2 {
	background: url(../img/icon2.png) no-repeat 30px center #156abc;
}

.donate table tr .th3 {
	background: url(../img/icon3.png) no-repeat 30px center #156abc;
}

/* mod3 */
#mod3 {
	padding: 25px 0px;
}

.imglist .slick-dots {
	position: absolute;
	bottom: -30px;
	width: 100%;
	text-align: center;
}

.imglist .slick-dots li {
	display: inline-block;
}

.imglist .slick-dots li button {
	background: #A8B3C6;
	border: 0 none;
	border-radius: 7px;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 12px;
	line-height: 0;
	margin: 0 8px;
	outline: medium none;
	padding: 0;
	width: 12px;
}

.imglist .slick-dots li.slick-active button {
	background: #f9461d;
}

.sliderbutton.next {
	right: -110px;
	background: url(../img/yjt.png) no-repeat 0px 0px;
}

.sliderbutton.prev{
	left: -100px;
	background: url(../img/zjt.png) no-repeat 0px 0px;
}
.slick-arrow.slick-next {
	right: -110px;
	background: url(../img/xjt2.png) no-repeat 0px 0px;
}

.slick-arrow.slick-prev{
	left: -100px;
	background: url(../img/xjt1.png) no-repeat 0px 0px;
}
.sliderbutton,.slick-arrow {
	height: 60px;
	margin-top: -30px;
	position: absolute;
	top: 55%;
	width: 60px;
	z-index: 9;
	color: transparent;
	font-size: 34px;
	line-height: 60px;
	text-align: center;
	/* background-color: #fff; */
	zoom: 1;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 50%;
	/* 	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); */
	/* display: none !important; */
	z-index: 999;
	border: none;
}

.slick-list {
	margin: 0px -20px;
}

.imglist li h3 {
	/* background: url(../img/ty.png) no-repeat center 0px; */
	/* margin-top: 20px; */
	/* position: relative; */
	/* z-index: 9999; */
	/* display: block; */
	/* height: 160px; */
}

.imglist li a {
	margin: 0 20px;
	display: block;
	position: relative;
	/* background: #f7fbff; */
	/* border: 1px solid #edf1f5; */
	/* padding: 0px 25px; */
	/* padding-bottom: 30px; */
	/* border-top: 4px solid #156abc; */
	overflow: hidden;
}

.imglist li h3 img {
	width: 142px;
	height: 142px;
	border-radius: 50%;
	margin: 0px auto;
}

/* .imglist li:hover a {
	color: #8e0201;
} */
.imglist li .p1 {
	font-size: 18px;
	line-height: 25px;
	margin: 10px 0px 15px;
	padding-bottom: 18px;
	border-bottom: 1px solid #edf1f5;
	position: relative;
}

.imglist li .p1:after {
	position: absolute;
	content: "";
	width: 30px;
	height: 3px;
	background: #156abc;
	left: 10px;
	bottom: -1px;
}

.imglist li .p2 {
	display: block;
	font-size: 14px;
	color: #868686;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
	/* padding-bottom: 17px; */
}

.imglist li .gd {
	float: right;
	margin-top: 35px;
}

.con_pd {/* 	margin-bottom: 20px; */background: url(../img/tybg.png) no-repeat center;height: 330px;margin-top: -70px;padding-top: 100px;padding: 90px 20px 0px;background-size: 100%;}

.imglist li a:hover img {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* mod4 */
#mod4 {
	background: url(../img/xsbg.png) no-repeat 0px 0px;
	padding: 25px 0px;
	background-size: 100%;
}
.center{
	width: 1400px;
	margin: 0px auto;
}
.his-for {
	margin-bottom: 50px;
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}

.his-for .item {
	
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.his-for .item:nth-child(even) {
	margin-top: 56px
}

.his-for .pic {
	overflow: hidden;
	max-height: 200px;
}
.his-for a{
	display:block;
	padding:0px 10px;
}
.his-for .pic img {
	display: block;
	width: 100%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	height: 210px;
}

.his-for .inner1 {
	padding: 5px 20px 20px;
	text-align: center;
	overflow: hidden;
	background: rgba(255,255,255,0.7);
}

.his-for .inner1 .num {
	margin-bottom: 14px;
	font-size: 30px;
	color: #000;
	font-weight: 400;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.his-for .inner1 .txt {
	font-size: 14px;
	color: #4a4a4a;
	line-height: 1.7;
	/* height: 6.8em; */
	overflow: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.his-for .slick-current a .inner1{
	background: #156abc;
	-webkit-background-size: cover;
	background-size: cover
}

.his-for .slick-current .inner1 .num,
.his-for .slick-current .inner1 .txt p,.his-for .slick-current .inner1 .txt span {
	color: #fff;
}

.his-for .inner1 .txt p {
	font-size: 22px;
}
.his-for .inner1 .txt span{
	height: 88px;
	line-height: 22px;
	overflow: hidden;
	display: block;
}
.his-for .slick-current .inner .txt {
	background: #BB2108
}

.his-for .item:hover .pic img {
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.his-nav {
	margin-bottom: 15px;
	position: relative;
	background: url(../img/sjz.png) left center repeat-x;
	/* overflow: hidden; */
}

.his-nav .slick-list {
	padding: 40px 0
}

.his-nav .item {
	position: relative;
	cursor: pointer
}

.his-nav .icon {
	margin: 0 auto;
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #960
}

.his-nav .slick-current .icon:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	border: none;
	border-radius: 50%;
	background: url(../img/i3-5.png) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover
}

.his-nav .num {
	padding: 10px 0;
	position: absolute;
	left: 0;
	bottom: 100%;
	right: 0;
	font-size: 18px;
	color: #960;
	text-align: center
}


#foot{
	background: url(../img/ywbg.png) repeat 0px;
	color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 20px;
}
.cell{
	float: left;
}
.cell span{
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
}
.lxdz{
	font-size: 14px;
	line-height: 25px;
}
.rwm{
	float: right;
}
.rwm li{ width:120px;
	float: left;text-align: center;
}
.rwm li span{
	display: block;
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
}
.rwm li  img{width:90px;}
/*list*/
.dbox{
	/* background: url(../img/nybg.png) no-repeat 0px bottom; */
}
.listcon {
	padding-top: 30px;
}

.conleft {
	width: 270px;
	float: left;
	/* background: #005ebb url(../img/lmbg.png) no-repeat 0px bottom; */
	/* padding: 20px 0px 0px 20px; */
	/* box-sizing: border-box; */
	/* min-height: 500px; */
}
.yjbt{
	/* padding: 0px 20px; */
	/* background:#f2f9ff  url(../img/yjbg.png) no-repeat center top; */
}
.conleft .yj {
	background: #156abc;
	font-size: 24px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
	/* border-bottom: 2px solid #156abc; */
	padding: 25px 0px 25px;
}
.conleft ul{
	background: #f2f9ff url(../img/lmywbg.png) no-repeat center bottom;
	padding: 0px 20px;
	padding-bottom: 80px;
}
.conleft ul li{
 height: 50px;
 line-height: 50px;
 text-align: center;
 border-bottom: 1px solid #dcdcdc;
}
.conleft ul li a{
 color: #333333;
 font-size: 18px;
}
.conleft .active{
/* background: #00bdc9; */
}
.conleft .active a{
 color: #156abc;
}
.conright {
	float: right;
	width: 890px;
	margin: 10px 0px 30px;
	/* padding: 30px; */
	box-sizing: border-box;
	/* box-shadow: 2px 3px 3px #eaf1f9, -2px -2px 3px #eaf1f9; */
	background: #ffffff;
	/* border-top: 2px solid #005ebb; */
	min-height: 500px;
}

.ritop {
	/* margin-bottom: 30px; */
	/* overflow: hidden; */
	height: 50px;
	border-bottom: 1px solid #156abc;
}

.ritop .ggtop {
	float: left;
	border-bottom: none
}

.ritop .lm {
	font-size: 24px;
	color: #156abc;
	/* font-weight: bold; */
	float: left;
	line-height: 40px;
}

.dq {
	float: right;
	color: #888;
	line-height: 40px;
	text-indent: 25px;
	background: url(../img/dq.png) no-repeat 0px center;
	font-size: 15px;
}

.dq a {
	font-size: 15px;
	color: #888;
}

.dq a:hover {
	color: #006db5;
}

.conright .listul li {
	height: 55px;
	color: #333333;
	line-height:55px;
	border-bottom: 1px dashed #e1e1e1;
	text-indent:15px;
	background:url(../img/dian.png) no-repeat 0px center;
}

.conright .listul {
	/* padding: 0px 10px; */
	/* box-sizing: border-box; */
}

.conright .listul li a {
	font-size: 18px;
	float: left;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
}

.conright .listul li .sj {
	float: right;
	color: #888888;
	font-size: 16px;
}

.conright .listul li .bt {
	font-size: 15px;
}

.conright .listul li:hover a {
	color: #156abc;
}

.conright .listul li:hover .sj {
	color: #156abc;
}
.fan{
	margin:25px auto;
	text-align: center;
}

/*文章页*/
/* 内容页 */

.article {
	/* padding: 0px 15px; */
}

.article .arti-title {
	text-align: center;
	font-size: 24px;
	line-height: 35px;
	margin-top: 30px;
	/* color: #006db8; */
}

.article .arti_metas {
	padding: 20px 0px 22px 0px;
	text-align: center;
	border-bottom: 1px dashed #b6c9e5;
}

.article .arti_metas span {
	color: #999999;
	font-size: 14px;
	text-indent: 10px;
	display: inline-block;
}

.article .read {
	padding: 20px 0px 20px 0px;
	line-height: 25px;
}

.nx {
	color: #333;
	font-size: 14px;
}

.nx a {
	color: #666666;
	font-size: 14px;
	margin-bottom: 20px;
	display: inline-block;
}

.nx .up:hover a,
.nx .down:hover a {
	color: #006db5;
}

.article .read img {
	/**文章阅读部分图片大小限制**/
	max-width: 100%;
	display: block;
	height: auto;
	margin: 0px auto;
}
.article .read .wznr{width:100% !important;}


/* 图片 */
.pic_lists ul li{
	float: left;
	max-width: 380px;
	width: 32%;
	margin-right: 2%;
	border-radius: 10px;
	border: 1px solid #ccc;
	overflow: hidden;
}
.pic_lists .margin{
	margin-right: 0px;
}
.pic_img{
	width: 100%;
	height: 180px;
	border-radius:10px 10px 0px 0px;
	overflow: hidden;
}
.pic_img img{
	width: 100%;
}
.pic_lists ul li a{
	display: block;
}
.pic_lists ul li:hover{box-shadow: 0px 4px 20px #d5d8d9;}
.pic_lists ul li a p{
	line-height: 30px;
height: 74px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	/* padding-left: 15px; */
	box-sizing: border-box;
	padding: 15px 20px;
}
.pic_lists ul li{
	margin-bottom: 40px;
}
.pic_lists{
	padding-top:30px;
}




















@media only screen and (max-width: 960px) {
    
	.nav.wrapper,.sliderbutton, .slick-arrow,.imglist .slick-dots li{display: none !important;}
	.inner{width:94%;}
	#mod0 .inner,.conright{width:100%;}
	.logo-rb{float:left;margin-top: 0;margin-bottom: 5px;}
	.logo-l{margin: 10px 0;width: 80%;/* margin-bottom: 0; */}
	.logo-l img{max-width:100%;height: auto;}
	.logo-rb .bb,.conleft{display:none;}
	.news,.tz,.jzgd,.jztp,.center,.callbacks_container .tu{width:100%;}
	.jztp ul li img,.callbacks_container .ybt{width:100%;}
	.callbacks_container a{display:block;height: 100%;}
	.jztp ul li{width:48%;margin:15px 1%;float:left;}
	.jztp ul li span{font-size:14px;left: 44%;top: 44%;padding: 0;border: none;}
	.con_pd{background-color: aliceblue;background-size: auto;background: none;}
	.donate table th, .donate_lists table th{padding-left:0;background: #156abc !important;}
	.callbacks_container .tu,.callbacks_container .tu img{height:60vw;margin-right: 0;float: none;}
	.callbacks_container .ybt{margin-top: 20px;}
	.newlist ul li a,.conright .listul li a{width:70%;font-size:14px;}
	.newlist ul li span,.conright .listul li .sj{font-size:14px;}
	.pic_lists ul li{width: 48%;margin: 20px 1%;}
	.his-for .item:nth-child(even){margin-top:0;}
 }
@media only screen and (max-width: 560px) {
	.date_list li{margin-bottom: 9px;padding-bottom: 0;}
	.date_list li span{margin-bottom:0;width: 55px;height: 45px;}
	.tzzy{display:none;}
	.date_list li span i{font-size:16px;line-height: 20px;}
	.date_list li .tzbt{line-height: 45px;font-size:14px;}
	.pic_lists ul li{width:100%;}.newlist ul li a,.conright .listul li a{width:67%;}body{min-width:320px;}}
