/*code by shangyanguang*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	font: 100%
}

fieldset,
img {
	border: 0
}

li {
	list-style: none
}

caption,
th {
	text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%
}

select,
input,
button,
textarea {
	font: 99% arial, helvetica, clean, sans-serif
}

body {
	font: 12px helvetica, arial, "microsoft yahei", icclean, sans-serif;
}

a:link,
a:visited {
	text-decoration: none;
	outline: 0;
	color: #333
}

a:hover,
a:active {
	text-decoration: none;
	color: #d6001d
}

.btn-danger:link,
.btn-danger:visited {
	color: #fff
}

ul,
ol,
dl,
li {
	list-style: none
}

p {
	line-height: 1.8em;
	margin-bottom: 15px;
	font-size: 14px
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: ""
}

blockquote {
	margin: 0 0 18px 18px;
	color: #666;
	font-style: italic
}

strong {
	font-weight: bold
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer
}

input[type="text"],
input[type="password"],
textarea,
select,
fieldset {
	border: 1px #ccc solid;
	background: #fff
}

textarea {
	overflow: auto
}

img {

	vertical-align: middle
}

.fl {
	float: left
}

.fr {
	float: right
}

.clear {
	clear: both
}

@font-face {
	font-weight: 400;
	font-style: normal;
	font-family: HELVETICANEUELTPRO-THEX;
	src: url(../fonts/HELVETICANEUELTPRO-THEX.OTF)
}

.index_title1 {
	font-size: 36px;
	font-weight: lighter;
	color: #000;
	text-align: center;
	padding: 60px 0 50px;
}

.index_title1 span {
	border-bottom: 1px solid #ccc;
	display: inline-block;
	width: 100px;
	margin-top: -15px;
}

.index_title2 {
	font-size: 36px;
	font-weight: lighter;
	color: #000;
	text-align: left;
	padding: 60px 15px 30px;
	clear: both;
}

.index_title2 span {
	border-bottom: 1px solid #ccc;
	display: inline-block;
	width: 550px;
	margin-top: -15px;
}

.index_bg1 {
	background: #f6f6f6;
	padding-bottom: 60px;
}

.index_left {
	padding-bottom: 60px
}

.index_left img {
	max-width: 100%
}


/*common*/

.container {
	width: 1170px;
}

.breadcrumb .fa {
	font-size: 16px;
	margin-right: 15px;
}

.pagination {
	margin: 20px 0 0;
}

.pagination>li>a,
.pagination>li>span {
	color: #666;
}

.pagination>li.active>span {
	color: #d6001d;
	background: #fff;
	border: 1px solid #ddd
}

.pagination>li.active>a:hover>span {
	color: #fff;
	background: #d6001d;
	border: 1px solid #ddd
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	color: #666;
}

.title_2 {
	font-size: 24px;
	font-weight: bold;
	padding-left: 15px;
	margin: 50px 0 30px;
	clear: both;
}

.title_2 i.fa {
	font-weight: normal;
	margin-right: 10px;
	color: #c71a1a
}

.title_2 span {
	border-bottom: 1px solid #e5e5e5;
	display: inline-block;
	width: 88%;
	margin-left: 20px;
}

.more {
	font-family: HELVETICANEUELTPRO-THEX;
	font-size: 12px;
	color: #666;
	border: 1px solid #e5e5e5;
	display: block;
	width: 100%;
	text-align: center;
	height: 36px;
	line-height: 36px;
	border-radius: 36px;
	clear: both;
	margin: 30px auto;
}

.more:hover {
	border: 1px solid #D6001D;
	background: #D6001D;
	color: #fff;
}

.more2 {
	font-size: 12px;
	color: #D6001D;
	border: 1px solid #e5e5e5;
	padding: 3px 20px;
	border-radius: 10px;
	margin-top: 10px;
}

.more2:hover {
	background: #D6001D;
	color: #fff;
	border: #D6001D;
}

.left_side_nav ul li {
	margin-bottom: 15px;
	font-size: 16px;
	text-align: center;
}

.left_side_nav ul li a {
	display: block;
	background: #f5f5f5;
	color: #333;
	padding: 25px 15px;
	text-underline: none;
	border-radius: 4px;
}

.left_side_nav ul li a:hover,
.left_side_nav ul li a.current {
	background: #D6001D;
	color: #fff;
	text-underline: none;
}

.mt0 {
	margin-top: 0;
}


/*header*/

.header {
	background: url(bg_header.jpg) no-repeat center top;
	height: 270px;
	padding: 44px 0 0;
}

.header .logo img {
	max-width: 100%;
}

.header .login_search .login {
	text-align: right;
	padding: 5px 0 12px;
}

.header .login_search .login li {
	display: inline-block;
	text-align: right;
	padding: 0 5px;
}

.header .login_search .search .fa-search {
	margin-left: -35px;
}

.header .login_search .search_box {
	border: 1px solid #ccc;
	height: 34px;
	width: 355px;
	border-radius: 20px;
	padding: 0 0 0 15px;
}

.header .login_search .btn_header_search {
	background: transparent;
	border: none;
	margin-left: -30px;
	width: 45px;
	height: 34px;
}

.main_nav {
	clear: both;
	padding: 47px 0 0 0;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	color: #fff;
}

.main_nav a {
	color: #fff;
	padding: 0 6px;
	height: 60px;
	display: inline-block;
}

.main_nav a:hover {
	background: #b00018;
	color: #fff;
	padding: 0 6px;
}


/*头条 banner*/

.index_tt {
	font-size: 38px;
	font-weight: bold;
	color: #d00000;
	text-align: center;
	margin: 10px auto 40px;
}

.index_tt:link {
	font-size: 38px;
	font-weight: bold;
	color: #d00000;
	text-align: center;
	margin: 10px auto 40px;
}

.index_tt:visited {
	font-size: 38px;
	font-weight: bold;
	color: #d00000;
	text-align: center;
	margin: 10px auto 40px;
}

.index_tt span {
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	background: #d00000;
	border-radius: 8px;
	margin-right: 10px;
	padding: 0 10px;
}

.glyphicon {
	top: 46%;
}

.banner .carousel-caption {
	font-size: 24px;
}

.carousel-control {
	width: 10%
}


/*index news*/

.index_news {
	overflow: hidden;
	padding: 0 0 60px;
}

.index_news .dmy {
	text-align: center;
}

.index_news .date {
	font-size: 24px;
	color: #333;
	font-family: HELVETICANEUELTPRO-THEX;
}

.index_news .my {
	font-size: 12px;
	color: #666;
	font-family: HELVETICANEUELTPRO-THEX;
}

.index_news_box {
	padding: 0;
}

.index_news_title a {
	font-size: 16px;
	color: #333;
}

.index_news_title a:hover {
	font-size: 16px;
	color: #d6001d;
}

.index_news_des {
	font-size: 12px;
	color: #777;
	line-height: 18px;
	margin: 30px 0 20px;
}

.index_news_more {
	text-align: right;
}

.index_news_more a {
	background: #d6001d;
	color: #fff;
	display: inline-block;
	padding: 3px 10px;
	border-radius: 4px;
}

.index_news2 {
	padding: 6px 0 0;
}

.index_news2 li {
	line-height: 2;
	font-size: 14px;
	background: url(../images/icon_dot.gif) no-repeat left center;
	padding-left: 15px
}


/*calendar*/

.calendar h3 {
	font-size: 20px;
	color: #000;
	margin-bottom: 30px;
}

.calendar h3 a {
	color: #000;
}

.calendar p {
	font-size: 13px;
	color: #777;
	text-indent: 2em;
}

.calendar .time {
	font-size: 18px;
	color: #666;
	line-height: 2;
	border-left: 2px solid #d6001d;
	padding: 10px 30px 30px
}

.calendar .time span {
	display: block;
	font-family: HELVETICANEUELTPRO-THEX;
	font-size: 36px;
	color: #333;
}

.calendar .pic img {
	max-width: 100%;
	border: 5px solid #fff;
	box-shadow: 0 10px 50px #ccc
}

.calendar .more_calendar {
	height: 34px;
	background: #d6001d;
	line-height: 34px;
	padding: 0 50px;
	color: #fff;
	font-family: HELVETICANEUELTPRO-THEX;
	display: inline-block;
	border-radius: 20px;
	margin-top: 15px;
}

/*index ad*/
.index_ad1 {
	padding: 60px 0 0
}

/*index side*/

.dsdbk {
	padding: 60px 0 50px;
}

.dsdbk img,
.map img {
	max-width: 100%
}

/**/

.index_icons {
	padding-top: 60px;
}

.index_icons .icon a {
	width: 220px;
	height: 220px;
	background: #fff;
	border: 1px solid #e5e5e5;
	text-align: center;
	font-size: 24px;
	color: #333;
	display: block;
	border-radius: 200px;
	line-height: 300px;
	font-weight: lighter
}

.index_icons .icon a:hover {
	background: #ff3f3f;
	color: #fff;
	border: 1px solid #FF3F3F;
}

.index_icons .icon1 a {
	background: #fff url(../images/icon_story.png) no-repeat center 45px;
}

.index_icons .icon1 a:hover {
	background: #FF3F3F url(../images/icon_story2.png) no-repeat center 45px;
}

.index_icons .icon2 a {
	background: #fff url(../images/icon_speaker.png) no-repeat center 45px;
}

.index_icons .icon2 a:hover {
	background: #FF3F3F url(../images/icon_speaker2.png) no-repeat center 45px;
}

.index_icons .icon3 a {
	background: #fff url(../images/icon_volunteer.png) no-repeat center 45px;
}

.index_icons .icon3 a:hover {
	background: #FF3F3F url(../images/icon_volunteer2.png) no-repeat center 45px;
}

.index_icons .icon4 a {
	background: #fff url(../images/icon_lm.png) no-repeat center 45px;
}

.index_icons .icon4 a:hover {
	background: #FF3F3F url(../images/icon_lm2.png) no-repeat center 45px;
}


/*sj*/

.sj {
	padding-bottom: 60px;
}

.sj h3 {
	font-size: 16px;
	margin-bottom: 15px;
}

.sj p {
	font-size: 12px;
	color: #777;
}


/*index_link*/

.index_link {}

.index_link dl dt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.index_link dl dd {
	font-size: 14px;
	line-height: 1.5;
}


/*news_detail*/

.news_content {
	padding-right: 70px
}

.news_content p {
	font-size: 16px;
	line-height: 1.8;
}

.news_content h1 {
	font-size: 32px;
	text-align: left;
	line-height: 2em;
	font-weight: bold;
	color: #be0000;
}

.news_content h3 {
	font-size: 24px;
	text-align: left;
	line-height: 2em;
	font-weight: bold;
}

.news_content img {
	text-align: center;
	margin: 0px auto;
	max-width: 100%;
}

.news_content .time_source_click {
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 30px 0;
	margin-bottom: 30px;
	text-align: left;
}

.news_content .time_source_click span {
	font-size: 14px;
	color: #999;
	padding-right: 20px;
}

.news_side_title {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	border-left: 2px solid #d6001d;
	padding-left: 10px;
	margin-bottom: 5px;
	height: 20px;
	line-height: 20px;
}

.news_side_list {
	margin-bottom: 50px;
}

.news_side_list li {
	padding: 18px 0;
	border-bottom: 1px solid #e5e5e5;
	font-size: 14px;
}

.news_side_list li img {
	margin-bottom: 20px;
	max-width: 100%;

}

.news_side_list li a {
	color: #565656;
}

.news_side_list li a:hover {
	color: #d6001d;
}

.tuji .carousel-caption {
	position: relative;
	color: #666;
	text-shadow: none;
	left: 0;
	right: 0;
	font-size: 16px;
	text-align: left
}

.tuji .carousel-control {
	background: none;
	font-size: 36px;
	color: #fff
}

.tuji .carousel-indicators {
	bottom: 120px
}


/****************************list*****************************/


/*hsxf*/

.news_hsxf_item {
	overflow: hidden;
	margin-bottom: 30px;
}

.news_hsxf_item dl dt {
	font-size: 18px;
	margin: 20px 0 30px;
	font-weight: normal;
}

.news_hsxf_item img {
	max-width: 100%
}

.news_hsxf_item dl dd {
	font-size: 14px;
	margin-bottom: 20px;
	color: #999;
}

.news_hsxf_item .dmy {
	text-align: right;
	margin-top: 30px;
	border-left: 1px solid #ccc;
}

.news_hsxf_item .date,
.news_list_item .date {
	font-size: 24px;
	color: #333;
	font-family: HELVETICANEUELTPRO-THEX;
}

.news_hsxf_item .my,
.news_list_item .my {
	font-size: 12px;
	color: #666;
	font-family: HELVETICANEUELTPRO-THEX;
}


/*sj*/

.sj_list_item {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 0;
	height: 107px;
}

.sj_list_item img {
	max-width: 100%;
	height: 107px;
}

.sj_list_item h3 {
	font-size: 16px;
	margin-bottom: 15px;
}

.sj_list_item p {
	font-size: 12px;
	color: #777;
	line-height: 1.6;
	margin-bottom: 0
}


/*news_List*/

.news_list_box {
	height: 120px;
	overflow: hidden;
	padding: 0;
}

.news_list_item {
	padding: 0 15px 0;
	margin-bottom: 30px;
	min-height: 330px;
}

.news_list_item img {
	margin-bottom: 15px;
	max-width: 100%;
	width: 370px;
	height: 196px;
	border-radius: 6px;
}

.news_list_item .dmy {
	text-align: left;
	margin-top: 0px;
	border-left: none;
	padding-left: 0;
}

.news_list_title {
	font-size: 16px;
}

.news_list_des {
	font-size: 12px;
	color: #999;
	line-height: 18px;
	margin: 15px 0 10px;
}


/*jjy_list*/

.jjy_list {}

.jjy_list img {
	border-radius: 100px;
	max-width: 100%;

}

.jjy_list_item {
	padding: 0;
	margin-bottom: 30px;
}

.jjy_list_item h3 {
	font-size: 18px;
	margin-bottom: 20px;
	border-bottom: 2px solid #d6001d;
	padding: 15px 0;
	height: 70px;
}

.jjy_list_item p {
	font-size: 12px;
	display: block;
	color: #999;
}


/*calendar*/

.calendar_list_item {
	padding: 25px 0 25px 15px;
	clear: both;
	overflow: hidden;
}

.calendar_list_item .pic {
	height: 140px;
	box-shadow: 0px 10px 20px #f5f5f5;
}

.calendar_list_item .time {
	font-size: 14px;
	color: #666;
	line-height: 2;
	border-left: 2px solid #d6001d;
	padding-bottom: 20px
}

.calendar_list_item .time span {
	display: block;
	font-family: HELVETICANEUELTPRO-THEX;
	font-size: 30px;
	color: #333;
}

.calendar_list_item_txt h3 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
}

.calendar_list_item_txt p {
	font-size: 14px;
	color: #999;
	line-height: 1.5;
	margin: 0
}


/*base*/

.banner_base_box {
	margin-top: -39px;
}

.banner_base .carousel-caption {
	font-size: 36px;
	color: #fff;
}




.base_tj {
	position: relative;
	margin-bottom: 30px;
}

.base_tj img {
	max-width: 100%;
}

.base_tj_txt {
	position: absolute;
	width: 100%;
	height: 80px;
	background: url(../images/cover_black.png);
	color: #fff;
	z-index: 2;
	bottom: 0;
	line-height: 100px;
	padding: 0 15px;
}

.base_tj_txt span {
	font-size: 16px;
}

.base_tj_txt i {
	font-style: normal;
	font-size: 12px;
	text-align: right;
	float: right;
}

.base_item {
	padding-bottom: 20px;
	min-height: 255px;
}

.base_item img {
	margin-bottom: 20px;
	max-width: 100%;
}

.base_item p {
	margin-bottom: 5px;
	line-height: 1.2;
}

.base_item span {
	font-size: 12px;
	color: #999;
	line-height: 1.2;
	display: block;
}

.base_news_wrapper {
	background: #f5f5f5;
	padding: 0px 15px 30px;
}

.base_news_wrapper .title_2 span {
	width: 80%;
}

.base_news_item {
	min-height: 330px;
	background: #fff;
	margin-bottom: 30px;
	box-shadow: 0 5px 15px #ddd;
}

.base_news_item img {
	max-width: 100%;
}

.base_news_item .base_news_text i {
	font-style: normal;
	color: #F23D55;
	padding: 15px 15px 5px;
	display: block;
}

.base_news_item .base_news_text h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 15px;
	line-height: 1.6;
}

.base_news_item .base_news_text span {
	color: #999;
	padding: 0 15px;
}

.base_list {}

.base_detail_side .base_news_side_list {
	margin-bottom: 30px;
	padding-left: 15px;
}

.base_detail_side .base_news_side_list li {
	font-size: 14px;
	line-height: 3;
	background: url(../images/icon_dot.gif) no-repeat left center;
	padding-left: 15px;
	border-bottom: 1px dotted #e5e5e5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#outer {
	margin: 10px auto;
}

#tab {
	margin-left: 15px
}

#tab,
#tab2 {
	overflow: hidden;
	zoom: 1;
}

#tab li,
#tab2 li {
	float: left;
	color: #333;
	font-size: 14px;
	height: 40px;
	cursor: pointer;
	line-height: 30px;
	list-style-type: none;
	padding: 0 25px;
}

#tab li.current {
	color: #d6001d;
	border-bottom: 2px solid #d6001d;
}

#content {
	border-top-width: 0;
	padding-top: 10px;
}

#content ul {
	line-height: 25px;
	display: none;
	padding: 10px 0;
}

.base_detail_pic video {
	border-radius: 4px;
}

.base_detail_pic .pic_s {
	margin-bottom: 15px;
	padding-left: 0;
	height: 250px;
	overflow: hidden;
}

.base_detail_pic .pic_s img {
	max-width: 100%
}

.js-lightBox {
	max-width: none;
}

.base_detail_pic .all_pics {
	font-size: 12px;
	background: #f5f5f5;
	text-align: center;
	height: 157px;
	padding-top: 34px;
	border-radius: 4px;
	margin-left: -15px;
}

.base_detail_pic .all_pics span {
	display: block;
	font-size: 40px;
	color: #d6001d;
	margin-bottom: 20px;
}

.base_detail_pic .map {
	text-align: center;
	background: #f5f5f5;
	height: 157px;
	padding-top: 34px;
	border-radius: 4px;
	margin-left: -15px;
}

.base_detail_pic .map span {
	display: block;
	font-size: 40px;
	color: #d6001d;
	margin-bottom: 20px;
}

.base_detail_txt h1 {
	font-size: 36px;
	font-weight: lighter;
	margin: 40px 0 30px;
}

.base_detail_txt .base_detail_info {
	padding: 0 0 20px 0;
}

.base_detail_txt .base_detail_info li {
	line-height: 2;
	color: #666;
	font-size: 14px;
}

.base_detail_txt .bt_comment {
	padding: 5px 10px;
	display: block;
}

.base_detail_txt .base_media li {
	line-height: 2;
	font-size: 14px;
}

.base_detail_txt .sub_nav {
	background: #f1f1f1;
	height: 46px;
	line-height: 46px;
	margin-bottom: 50px;
	clear: both;
}

.base_detail_txt .sub_nav a {
	color: #333;
	font-size: 16px;
	padding: 13px 30px;
}

.base_detail_txt .sub_nav a:hover {
	color: #d6001d;
	border-bottom: 2px solid #D6001D;
}

.base_detail_txt .sub_title {
	font-size: 18px;
	width: 40px;
	height: 40px;
	background: url(../images/bg_sub_title.png) no-repeat 0 0;
	color: #fff;
	text-align: center;
	line-height: 20px;
	padding: 23px;
	box-sizing: content-box;
}

.base_detail_txt .xq,
.base_detail_txt .ww,
.base_detail_txt .rw,
.base_detail_txt .gs {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 50px;
	padding-bottom: 40px;
}

.base_detail_txt .ww_item,
.base_detail_txt .rw_item {
	text-align: center;
}

.base_detail_txt .ww_item img,
.base_detail_txt .rw_item img {
	margin-bottom: 10px;
	max-width: 100%;
}

.base_detail_txt .gs ul {}

.base_detail_txt .gs ul li {
	font-size: 15px;
	line-height: 2;
}

.base_detail_side {
	margin-top: 40px;
}

.base_detail_side .news_side_title {
	margin-bottom: 20px;
}

.base_detail_side .news_side_title span {
	font-size: 12px;
	float: right;
	font-weight: lighter;
}

.base_detail_side .news_side_title span a {
	color: #999;
}

.base_detail_side .news_side_title span a:hover {
	color: #d6001d;
}

.base_detail_side ul.tips {
	padding: 25px;
	background: #F7F7F7;
	margin-bottom: 30px;
}

.base_detail_side ul.tips li {
	line-height: 1.5;
	font-size: 13px;
	color: #999;
	margin-bottom: 5px;
}

.base_detail_side .side_xg a img {
	margin-bottom: 10px;
	max-width: 100%;
}

.base_detail_side .side_xg a p {
	text-align: center;
	font-size: 12px;
	color: #666;
}

.base_detail_side .side_xg a:hover p {
	color: #D6001D;
}

.base_detail_side .side_xg .col-xs-6 {
	min-height: 180px;
	overflow: hidden;
}

/*story_list*/
.story_list .story_list_item {
	margin-bottom: 30px;
	height: 100px
}

.story_list .story_list_title {
	font-size: 18px;
	border-left: 2px solid #D6001D;
	padding-left: 10px;
}

.story_list .story_list_des {
	font-size: 14px;
	color: #999;
	line-height: 20px;
	margin: 15px 0 10px;
}

/*fc_list*/
.fc_list_item {
	height: 330px;
	overflow: hidden;
}

.fc_list_item a dl {
	padding: 0 10px 10px;
}

.fc_list_item a dl dt {
	font-size: 16px;
	padding: 20px 0;
	color: #000;
	font-weight: normal;
}

.fc_list_item a:hover dl dt {
	color: #D6001D;
}

.fc_list_item a dl dd {
	font-size: 12px;
	line-height: 1.5;
	color: #666;
}

.fc_list_item a dd.news_more {
	color: #b63840;
}

.fc_list_item:hover {
	border: 1px solid #D6001D;
	background: #D40713;
}

.fc_list_item:hover a dl dt {
	color: #fff;
}

.fc_list_item:hover a dl dd {
	color: #ff9ba1;
}

/*classroom*/
.classroom_video .title_2 span,
.classroom_audio .title_2 span,
.classroom_text .title_2 span,
.classroom_music .title_2 span {
	width: 78%
}

.classroom_audio .col-md-3 {
	width: 20%
}

.classroom_audio img {
	max-width: 100%
}

.video_item {
	min-height: 330px;
	background: #fff;
	margin-bottom: 30px;
	box-shadow: 0 5px 15px #ddd;
}

.video_item img {
	max-width: 100%;
}

.video_item .video_item_text i {
	font-style: normal;
	color: #F23D55;
	padding: 15px 15px 5px;
	display: block;
}

.video_item .video_item_text h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 15px;
	line-height: 1.6;
}

.video_item .video_item_text span {
	color: #999;
	padding: 0 15px;
}

.video-list-item {
	min-height: 210px;
	background: #fff;
	margin-bottom: 30px;
	box-shadow: 0 5px 15px #f5f5f5;
}

.classroom_audio .video-list-item {
	box-shadow: none;
	min-height: 300px;
	margin-bottom: 0
}

.classroom_music .video-list-item {
	box-shadow: 0 3px 1px #f5f5f5;
	min-height: 170px;
	margin-bottom: 20px
}

.video-list-item .video-cover {
	position: relative;
	width: 100%;

}

.video-list-item .video-cover img {
	display: block;
	max-width: 100%;
}

.video-list-item .video-cover .video-overlay {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	background-color: #000;
	-webkit-transition: all ease-out 250ms;
	transition: all ease-out 250ms;
}

.video-list-item .video-cover .video-play {
	position: absolute;
	z-index: 20;
	top: 50%;
	left: 50%;
	margin-left: -24px;
	margin-top: -24px;
	width: 48px;
	height: 48px;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	background: url(../images/video.png) no-repeat;
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	-webkit-transition: all ease-out 250ms;
	transition: all ease-out 250ms;
}

.video-list-item .video-cover .video-play2 {
	position: absolute;
	z-index: 20;
	top: 50%;
	left: 50%;
	margin-left: -24px;
	margin-top: -24px;
	width: 48px;
	height: 48px;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	background: url(../images/audio.png) no-repeat;
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	-webkit-transition: all ease-out 250ms;
	transition: all ease-out 250ms;
}

.video-list-item .video-cover .video-play3 {
	position: absolute;
	z-index: 20;
	top: 50%;
	left: 50%;
	margin-left: -24px;
	margin-top: -24px;
	width: 48px;
	height: 48px;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	background: url(../images/music.png) no-repeat;
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	-webkit-transition: all ease-out 250ms;
	transition: all ease-out 250ms;
}

.video-list-item:hover .video-cover .video-overlay {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter: alpha(opacity=50);
	opacity: 0.3;
}

.video-list-item:hover .video-cover .video-play,
.video-list-item:hover .video-cover .video-play2,
.video-list-item:hover .video-cover .video-play3 {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.video-list-item .video-title {
	right: 10px;
	color: #e64543;
	padding: 20px 15px;
	text-align: center;
	height: 72px;
}

.video-list-item .video-title i {
	font-style: normal;
	display: block;
	margin-bottom: 8px
}

.video-list-item .video-title h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6
}

.classroom_audio .video-list-item .video-title {
	padding: 20px 0px;
}

.classroom_music .video-list-item .video-title {
	padding: 20px 0px 0;
}

.classroom_audio .video-list-item .video-title h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6
}

.classroom_music .video-list-item .video-title h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6
}

.classroom_text .video-list-item {
	min-height: auto
}

.classroom_text .video-list-item .video-cover {
	width: 25%;
	min-height: auto
}

.classroom_text .video-list-item .video-cover img {
	width: 100%
}

.classroom_text .video-list-item .video-title {
	text-align: left;
	padding: 10px 15px
}

.classroom_music .video-list-item .video-title h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6
}

.video-list-item .video-title h3 span {
	padding-right: 10px;
	font-weight: normal !important
}

.banner-hsyx {
	margin-top: -39px;
}

.banner-hsyx img {
	max-width: 100%;
}

.classroom_nav {
	margin-top: 50px;
}

.classroom_nav .nav_item {
	text-align: center;
	font-size: 18px;
	font-weight: bold
}

.classroom_nav .nav_item a {
	display: block;
	background: #c71a1a;
	padding: 10px 0;
	color: #fff;
	border-radius: 6px;
}

.classroom_nav .nav_item a:hover {
	display: block;
	background: #c71a1a;
	padding: 10px 0;
	color: #fff;
	border-radius: 6px;
	box-shadow: 0 5px 15px #d59494
}

.classroom_dy {
	font-size: 18px;
	text-indent: 2em;
	line-height: 2;
	border: 2px solid #c71a1a;
	margin-top: 50px;
	padding: 20px 20px 0;
}

.bt_hsyx {
	font-size: 16px;
	margin: 20px auto;
	width: 30%;
	padding: 10px;
	border-radius: 6px;
	display: block;
	text-align: center;
}

/*tt_list*/
.tt_news .title_2 {
	margin-top: 0;
}

.tt_news .more,
.tt_product .more {
	margin-bottom: 0;
}

.tt_news_item {
	position: relative;
}

.tt_news_item2 {
	position: relative;
	padding-left: 0;
	margin-bottom: 15px;
}

.tt_news_item img,
.tt_news_item2 img {
	max-width: 100%;
}

.tt_news_item a,
.tt_news_item2 a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
	bottom: 0;
	left: 0;
	padding: 15px 30px;
	color: #fff;
	font-size: 14px;
}

.tt_news_item2 a {
	padding-left: 15px;
}

.tt_news_item a:hover,
.tt_news_item2 a:hover {
	color: #D6001D;
}

.tt_news_item a h3 {
	position: absolute;
	left: 15px;
	bottom: 0px;
	background: url(../images/cover_black.png) repeat-x left top;
	width: 90%;
	height: 60px;
	line-height: 1.2;
	padding: 15px 15px 0;
}

.tt_news_item2 a h3 {
	position: absolute;
	left: 0;
	bottom: 0px;
	background: url(../images/cover_black.png) repeat-x left top;
	width: 95%;
	height: 60px;
	line-height: 1.2;
	padding: 15px 15px 0;
}

.zj_item {
	text-align: center;
	margin-bottom: 10px;
}

.zj_item a img {
	border-radius: 200px;
	width: 50%;
}

.zj_item a dl {
	border: 1px solid #e5e5e5;
	padding: 60px 15px 25px;
	margin-top: -40px;
	height: 234px
}

.zj_item a:hover dl {
	border: 1px solid #D6001D;
	padding: 60px 15px 25px;
	margin-top: -40px;
}

.zj_item a dl dt {
	font-size: 18px;
	margin-bottom: 15px;
}

.zj_item a dl dd {
	font-size: 12px;
	color: #666;
	line-height: 1.8;
	text-align: left
}

.tt_cbw {
	text-align: center;
}

.tt_expert_info {
	background: #f5f5f5;
	padding: 20px;
	text-align: center;
}

.tt_expert_info img {
	border-radius: 6px;
	margin-bottom: 20px;
}

.tt_expert_info dl dt {
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	font-size: 24px;
}

.tt_expert_info dl dd {
	line-height: 1.8;
	text-align: left;
	text-indent: 2em;
}

.tt_expert_detail h2 {
	font-size: 24px;
	margin: 30px 0 10px;
	border-left: 2px solid #D6001D;
	height: 22px;
	padding-left: 20px;
	line-height: 20px;
}

.tt_product a dl dt,
.tt_data a dl dt {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
}

.tt_product a dl dd,
.tt_data dl dd {
	font-size: 12px;
	color: #999;
}

.tt_product img {
	max-width: 100%;
	margin-bottom: 15px;
}

.tt_data .title_2 span {
	width: 87%;
}

.tt_list img {
	max-width: 100%;
}

.tt_list .tt_list_item {
	overflow: hidden;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}

.tt_list .tt_list_item dl dt {
	font-size: 18px;
	margin: 20px 0;
	font-weight: lighter;
}

.tt_list .tt_list_item dl dd {
	font-size: 14px;
	margin-bottom: 20px;
	color: #999;
}

/***volunteer***/
.vol_no {
	border-radius: 6px;
}

.vol_no dl {
	padding: 30px 15px 15px;
}

.vol_no dl dt {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}

.vol_no dl dd {
	font-size: 60px;
	color: #fff;
	font-family: HELVETICANEUELTPRO-THEX;
	text-align: center;
}

.vol_no dl dd span {
	font-size: 14px;
}

.vol_y {
	background: #f8b62b;
}

.vol_r {
	background: #f23d55;
}

.vol_g {
	background: #8dcf77;
}

.vol_item {
	overflow: hidden;
	margin-bottom: 30px;
	margin-left: -15px;
}

.vol_item img {
	max-width: 100%;
}

.vol_item dl dt {
	font-size: 16px;
	margin-bottom: 15px;
}

.vol_item dl dd {
	line-height: 2;
	color: #666;
}

.vol_item dl dd span {
	margin-right: 20px;
}

.vol_item dl dd span.vol_state {
	font-size: 12px;
	padding: 3px 5px;
	border-radius: 4px;
	color: #fff;
}

.vol_item dl dd span.vol_state1 {
	background: #8dcf77;
}

.vol_item dl dd span.vol_state2 {
	background: #f23d55;
}

.vol_item dl dd span.vol_state3 {
	background: #ccc;
}


.side_vol .be_vol {
	font-size: 18px;
	width: 100%;
	padding: 15px 10px;
	border-radius: 6px;
	display: block;
	text-align: center;
}

.side_vol .title_2 span {
	width: 58%;
}

.side_vol img {
	max-width: 100%;
	margin-bottom: 10px;
}

.side_vol_item {
	text-align: center;
}

.side_vol_news {
	padding: 0 15px;
}

.side_vol_news li {
	font-size: 14px;
	border-bottom: 1px solid #F5F5F5;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.vol_list .vol_item {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 30px;
}

.vol_list .vol_item .btn {
	margin-top: 30px;
	width: 100%;
}

.vol_detail {
	padding-right: 30px;
}

.vol_detail h2 {
	font-size: 30px;
	margin: 30px 0;
}

.vol_detail .btn_bm {
	margin-top: 30px;
}

.vol_project_info dl {
	font-size: 14px;
	color: #666;
}

.vol_project_info dl dt {
	float: left;
	line-height: 2;
}

.vol_project_info dl dd {
	line-height: 2;
}

.vol_project_info img {
	max-width: 100%;
	margin-top: 10px;
}

.side_vol_detail {
	background: #f5f5f5;
	margin-top: 30px;
	padding-bottom: 30px;
}

.vol_detail_detail h3 {
	font-size: 18px;
	border-bottom: 1px solid #e5e5e5;
	margin: 20px 0;
	padding-bottom: 15px;
	font-weight: bold;
}

.modal-title {
	font-size: 16px;
}

.modal-body .form_group {
	overflow: hidden;
	padding: 10px 0;
	font-size: 14px;
}

.modal-body .form_group span.red {
	color: #F23D55;
}

.modal-body .form_group input[type="text"] {
	height: 36px;
	padding: 5px;
	border-radius: 4px;
	width: 100%;
}

.modal-body .form_group select {
	height: 34px;
	padding: 5px;
}

.side_vol_detail .title_2 {
	font-size: 16px;
	margin: 30px 0;
	padding: 0;
}

.side_vol_detail .title_2 span {
	width: 60%;
}

.side_vol_detail .project_contact {
	padding: 0 15px;
}

.side_vol_detail .project_contact dt {
	font-size: 16px;
	color: #D6001D;
	margin-bottom: 10px;
}

.side_vol_detail .project_contact dd {
	font-size: 14px;
	line-height: 1.6;
	color: #666;
}

.side_vol_detail .project_ewm {
	text-align: center;
}

.side_vol_detail .project_ewm img {
	width: 50%;
	height: auto;
}

.side_vol_detail .project_publisher {
	padding: 0 15px;
	overflow: hidden;
	vertical-align: middle;
}

.side_vol_detail .project_publisher h3 {
	padding-top: 30px;
}

.side_vol_detail .project_publisher img {
	width: 40%;
	float: left;
	margin-right: 15px;
	border-radius: 300px;
}


/*history*/

.his_news_box .more {
	margin-bottom: 0;
}

.his_news h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

.his_news p {
	color: #999;
	line-height: 1.6;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #e5e5e5;
}

.his_news ul li {
	font-size: 14px;
	line-height: 2;
}

.his_news ul li span {
	float: right;
	color: #999;
	font-size: 12px;
}

.history_people .title_2 {
	padding-left: 0;
}

.history_people .title_2 span {
	width: 79%;
}

.history_people dl dt {
	font-size: 18px;
	margin-bottom: 15px;
}

.history_people dl dd {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.6;
	color: #666;
}

.history_people dl dd.date {
	font-family: HELVETICANEUELTPRO-THEX;
	color: #999;
	margin-bottom: 25px;
}

.history_people ul li {
	line-height: 2;
	font-size: 14px;
}

.his_images {}

.his_images h4,
.his_book h4 {
	text-align: center;
	font-size: 14px;
}

.his_images img,
.his_book img {
	max-width: 100%;
	margin: 0 auto 15px;
}

.his_book_item {
	text-align: center;
}

.his_index_list .title_2 {
	padding-left: 0;
}

.his_index_list .title_2 span {
	width: 240px;
}

.his_index_list ul li {
	font-size: 14px;
	line-height: 2.5;
	background: url(../images/icon_dot.gif) no-repeat left center;
	padding-left: 15px;
}

.his_index_list .more2_wrap {
	background: none;
	text-align: right;
}

.his_yx .carousel {
	margin: 0 30px;
	width: calc(100% - ($button-spacing * 2));
}

.his_yx .carousel[data-shift="1"] .carousel-inner>.item {
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.his_yx .carousel .carousel-inner>.item.row {
	margin: 0;
}

.his_yx .carousel .carousel-control {
	background: none;
	color: transparent;
	overflow: hidden;
	text-shadow: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 30px;
}

.his_yx .carousel .carousel-control:before {
	color: #444;
	font-family: 'Glyphicons Halflings';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
}

.his_yx .carousel .carousel-control:after {
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	content: '';
	height: 60%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 100%;
}

.his_yx .carousel .carousel-control:hover:after {
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.7);
}

.his_yx .carousel .carousel-control.left {
	left: -30px;
}

.his_yx .carousel .carousel-control.left:before {
	content: '\e079';
}

.his_yx .carousel .carousel-control.left:after {
	right: -100%;
}

.his_yx .carousel .carousel-control.right {
	right: -30px;
}

.his_yx .carousel .carousel-control.right:before {
	content: '\e080';
}

.his_yx .carousel .carousel-control.right:after {
	left: -100%;
}

.his_yx img {
	margin-bottom: 15px;
}

.his_yx p {
	text-align: center;
	height: 40px
}

.one {
	margin: 50px auto 0;
	height: 200px;
	width: 1140px;
	overflow: hidden;
	position: relative;
}

.one ul {
	height: 200px;
	width: 100000px;
	position: absolute;
	left: 0;
}

.one ul li {
	display: block;
	float: left;
	height: 200px;
	border-radius: 5px;
	position: relative;
	width: auto;
}

.one ul li a {
	display: inline-block;
	height: 200px;
}

.one ul li img {
	border-radius: 5px;
	display: block;
}

.history_list ul.history_list_news_list {
	padding: 0 0 0 20px;
}

.history_list ul.history_list_news_list li {
	font-size: 14px;
	line-height: 3;
	background: url(../images/icon_dot.gif) no-repeat left center;
	padding-left: 15px;
	border-bottom: 1px dotted #e5e5e5;
}

.history_list ul.history_list_news_list li span {
	float: right;
	color: #999;
	font-size: 12px;
}


/*search*/
.search_item {
	margin-bottom: 30px;
}

.search_item dt {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}

.search_item dt a {
	color: #369;
	text-decoration: underline
}

.search_item dt span,
.search_item dd span {
	color: #F23D55;
}

.search_item dd {
	color: #999;
}

.search_item dd i.search_source a {
	color: #369;
	padding-left: 10px;
}

.searchcount {
	padding: 15px;
	margin-bottom: 20px
}

/*login  register*/
.tc-main h2 {
	font-size: 30px;
	padding: 50px;
}

.tc-main .form-control {
	height: 40px;
}

.tc-main .form-group {
	margin-bottom: 25px;
}

.tc-main .form-group .btn-danger {
	padding: 10px 12px;
}

.tc-main .list-group-item {
	font-size: 14px;
	padding: 15px;
}


/*comment*/
.comment_wrap .btn-danger {
	float: right
}

.comment_content {
	width: 100%;
	border-radius: 4px;
	background: #f4f4f4;
	margin: 10px 0;
	padding: 15px
}

.comment_list {
	padding: 10px 0 0
}

.comment_list .user_tx {
	display: inline-block;
	float: left
}

.comment_list .user_tx img {
	width: 50px;
	border-radius: 50px;
	margin-right: 15px
}

.comment_list dl {
	font-size: 14px;
}

.comment_list dl dt {
	margin-bottom: 8px
}

.comment_list dl p {
	background: #f4f4f4;
	padding: 5px 10px;
	color: #999;
	font-size: 12px
}

.comment_list .commnet_time {
	color: #999;
	display: inline-block;
}


/*list*/
.list-boxes {
	margin-bottom: 25px;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px
}

.list-boxes h2 {
	font-size: 18px;
}

.list-boxes p {
	font-size: 14px;
	color: #999;
	line-height: 20px;
	margin: 15px 0 30px
}

.tc-box .dl-horizontal {
	margin-top: 25px;
}

.dl-horizontal dt {
	width: 135px
}

.dl-horizontal dd {
	margin-left: 150px;
	font-size: 14px
}


/*zt*/
.zt-header {
	border: none;
	border-bottom: 1px solid #e1dfdf;
	font-size: 12px;
	margin-bottom: 0;
}

.zt-header .navbar-nav>li>a {
	padding: 15px 10px;
}

.zt-header .navbar-brand {
	padding: 10px 15px;
}

.zt-header .navbar-toggle {
	margin-right: 0;
}

.zt-header-nav {
	padding-top: 5px;
}

.zt-header-nav a {
	color: #666;
	padding-left: 8px;
}

.banner_zt {
	margin: 0;
	padding: 0;
}

.banner_zt .carousel-caption {
	font-size: 16px
}

.zt_list {
	padding: 0 125px;
}

.zt_list h4 {
	font-size: 14px;
	line-height: 1.6;
	height: 44px
}

.zt_list img {
	max-width: 100%;
	margin-bottom: 12px;
	border-radius: 4px;
}

.zt_list i {
	color: #999;
	text-align: right;
	padding: 5px 0 20px;
	display: block;
}

.zt_h5 {
	text-align: center;
	padding: 30px 0;
	border: none;
}

.zt_h5>li {
	float: none;
	display: inline-block;
	font-size: 18px;
}

.zt_h5>li a {
	border: 1px solid #ddd;
	padding: 10px 50px;
	border-radius: 100px;
}

.zt_h5>li a:hover {
	border: 1px solid #C01A1A;
	padding: 10px 50px;
	border-radius: 100px;
}

.zt_h5>li.active a,
.zt_h5>li.active a:active,
.zt_h5>li.active a:focus,
.zt_h5>li.active a:hover {
	border: 1px solid #C01A1A;
	background: #C01A1A;
	color: #fff;
}

.zt_list .zt_tj {}

.zt_list .zt_tj span {
	display: block;
	font-size: 16px;
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 95%;
	background: url(https://www.rednanjing.cn/themes/simpleboot3/public/redsources/images/bg_tj_txt.png);
	color: #fff;
	left: 50%;
	margin-left: -48%;
	padding: 10px 0;
}

.zt_list .zt_tj img {
	margin-bottom: 0;
}

.h5_list_item {
	overflow: hidden;
	margin-bottom: 15px;
}

.h5_list_item .rsp {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	background: #333;
	top: 0px;
	left: 0;
	text-align: center;
	opacity: 6;
}

.h5_list_item .text {
	position: absolute;
	width: 80%;
	height: auto;
	left: -300px;
	top: 8px;
	overflow: hidden;
	text-align: center;
}

.h5_list_item .text h2 {
	width: 96%;
	height: 24px;
	line-height: 1.3;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	margin: 40px auto 0
}

.h5_list_item .text h3 {
	width: 96%;
	height: 33px;
	line-height: 33px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	background: url(../images/bg_wxh.gif) no-repeat center center;
	margin: 40px auto 0
}

.h5_list_item .text a {
	text-decoration: none
}

.h5_list_item .text div {
	text-align: center;
	margin-top: 40px;
}

.h5_list_item p {
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
	margin: 10px 0 0;
	height: 40px;
}

@media only screen and (max-width: 1440px) {
	.zt_list {
		padding: 0 30px;
	}
}

@media only screen and (max-width: 1222px) {
	.zt-header .navbar-toggle {
		display: block;
	}

	.navbar-nav {
		display: none;
	}

	.collapse.in .navbar-nav {
		display: block;
	}
}

@media only screen and (min-width: 990px) and (max-width: 1222px) {
	.navbar-header {
		width: 100%;
	}
}

@media only screen and (max-width: 640px) {
	.zt-header .navbar-nav>li>a {
		padding: 10px;
	}

	.zt_list {
		padding: 0 15px;
	}

	.collapse.in .navbar-nav {
		display: block;
		width: 100%;
	}

	.collapse.in .navbar-nav li {
		width: 33%;
		float: left;
	}
}

/*footer*/

.footer {
	background: #f5f5f5;
	border-top: 2px solid #d6001d;
	padding: 40px 0;
	margin-top: 50px;
}

.footer .footer_img1 {
	margin-top: 15px;
}

.footer_icp {
	padding: 0 30px;
}

.footer_icp p {
	line-height: 2em;
	margin: 15px 0 0;
	font-size: 12px;
}

.footer_about {}

.footer_about span {
	padding: 0 10px
}