@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
	border: 0px;
}

body,
button,
input,
select,
textarea {
	font-family: 'Microsoft YaHei';
	font-size: 14px;
}

ul,
ol,
li {
	list-style: none;
	float: left;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	cursor: pointer;
}

i,
em,
b {
	font-style: normal;
}

fieldset,
img {
	border: 0;
}

button,
input,
select,
textarea {
	font-size: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.fw {
	font-weight: bold;
}

.clear {
	clear: both;
}

.stick {
	width: 100%;
	height: 35px;
	background: #f8f8f8;
	border-bottom: 1px solid #f0f0f0;
	line-height: 35px;
}

.wid_1000,
.nav {
	width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}

.stick a {
	color: #999;
}

.stick-1 a:hover {
	color: #17a48b;
}

.header {
	height: 109px;
	width: 100%;
	background-image: url(../images/hed_top.png);
	background-size: cover;
}

.search {
	width: 290px;
	height: 30px;
	margin-top: 10px;
	text-align: right;
}

.search-input {
	width: 196px;
	color: #ccc;
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	background: url(../images/search-fdj.jpg) no-repeat left top;
	padding-left: 36px;
	float: left;
	border: 1px solid #dddddd;
	border-right: 0;
}

.search-btn {
	width: 57px;
	height: 30px;
	float: left;
}

.logo {
	margin-top: 20px;
}


/************导航**************/
.menu-nav {
	width: 100%;
	height: 58px;
	background: #7d1010;
	float: left;
	position: relative;
	z-index: 1000;
}

#menu {
	width: 1200px;
	clear: both;
	font-size: 15px;
	height: 58px;
	margin: 0 auto;
}

#menu ul {
	list-style: none;
}

li.l1-nav {
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	width: 120px;
	height: 58px;
	line-height: 58px;
}

a.l1-nav {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 100px;
	height: 58px;
	line-height: 58px;
	color: #fff;
	float: left;
	font-size: 16px;
}

li.l1-nav:hover a.l1-nav,
a.l1-nav:hover {
	color: #fff;
	background: #aa131f;
	height: 58px;
	line-height: 58px;
}

ul.l2-nav {
	visibility: hidden;
	position: absolute;
	z-index: 10000;
	/* 第二级菜单相对于第一级菜单绝对定位 */
	left: 0px;
	top: 58px;
}

li.l2-nav {
	float: left;
	position: relative;
	/* 这里把第二级菜单项设成相对定位，以使得它包含的三级菜单相对它自己定位 */
	left: 0px;
	top: 0px;
}

a.l2-nav {
	display: block;
	/* 把a设成块级显示 */
	text-align: center;
	width: 100px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: rgba(170, 19, 31, 0.7);
	text-decoration: none;
	font-size: 14px;
}

li.l2-nav:hover a.l2-nav,
a.l2-nav:hover {
	color: #fff;
	background: rgba(125, 16, 16, 0.7);
}

/* 这是控制菜单显示与隐藏的重点 */
a.l1-nav:hover ul.l2-nav,
li.l1-nav:hover ul.l2-nav {
	visibility: visible;
}



/*************banner*****************/
.banner_1 {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.banner_2 {
	width: 1200px;
	margin: 0 auto 20px;
}


/***********首页内容*******************/
.part1 {
	width: 1200px;
	margin: 0 auto 20px;
}

.part-gy {
	width: 372px;
	float: right;
	overflow: hidden;
}

.part-gy.news {
	width: 786px;
	float: left;
	overflow: hidden;
}

.sy-title {
	display: block;
	line-height: 24px;
	font-size: 18px;
	float: left;
	padding: 0 20px;
	color: #8c3130;
	background: #f8f8f8;
	width: 100%;
	box-sizing: border-box;
}

.sy-title h3 {
	display: inline-block;
	line-height: 50px;
	font-size: 18px;
	float: left;
	font-weight: 500;
}

.jzgs-list {
	margin-top: 7px;
	padding: 17px 0;
	width: 100%;
}

.jzgs-list li {
	width: 100%;
	margin-bottom: 20px
}

.jzgs-list li a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.jzgs-list p {
	max-height: 48px;
	font-size: 16px;
	line-height: 24px;
	-webkit-line-clamp: 2;
	color: #1e1e1e;
	float: right;
	margin-left: 20px;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
	overflow: hidden;
}

.jzgs-list .time {
	width: 45px;
	height: 25px;
	background: #7D1010;
	color: #fff;
	display: block;
	line-height: 25px;
	text-align: center;
	border-radius: 5px 5px 0 0;
}

.jzgs-list .day {
	width: 37px;
	height: 27px;
	border-radius: 2px;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	background-color: #8c3130
}

.jzgs-list .month {
	width: 45px;
	font-size: 14px;
	line-height: 20px;
	color: #8c3130;
	text-align: center;
	display: block;
}

.rdxw-list,
.szll-list,
.xxdt-list {
	width: 100%;
}

.rdxw-list li {
	margin-top: 10px;
	height: 60px;
	background: #f8f8f8;
	width: 320px;
}

.rdxw-list li .pic {
	width: 70px;
	height: 60px;
	overflow: hidden;
	margin-right: 10px;
}

.rdxw-list li .pic img {
	width: 70px;
	height: 60px;
	overflow: hidden;
}

.rdxw-list li .txt {
	width: 228px;
	padding-right: 12px;
}

.rdxw-list li .txt h3,
.tzgg-list .txt h3 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
	float: left;
}

.rdxw-list li .txt p,
.tzgg-list .txt p {
	width: 100%;
	color: #999;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	float: left;
}

.part-gy.news .tzgg-list {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}

.part-gy.news .tzgg-list ul {
	width: 372px;
}

.info-wrap {
	overflow: hidden;
	margin-bottom: 20px;
	width: 400px;
	margin-right: 14px;
}

.info-wrap img {
	width: 300px;
	height: 195px;
	float: left
}

.news-info {
	float: left;
	margin-left: 20px;
	width: 313px
}

.news-info h3 {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 20px;
	margin: 0 0 20px
}

.news-info h3 a {
	color: #313233
}

.news-info h3 a:hover {
	text-decoration: underline
}

.news-info .news-time {
	font-size: 14px;
	color: #939699;
	letter-spacing: 0;
	line-height: 14px;
	margin-bottom: 24px
}

.news-info p {
	font-size: 14px;
	color: #939699;
	letter-spacing: 0;
	line-height: 24px;
	height: 130px;
	overflow: hidden;
	-webkit-line-clamp: 4
}

.tzgg-list li {
	width: 100%;
	margin-bottom: 11px;
	line-height: 28px;
}

.tzgg-list li i {
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 3px;
	background-color: #7d1010;
}

.tzgg-list li a {
	font-size: 16px;
	color: #313233;
	letter-spacing: 0;
	line-height: 28px;
	margin-left: 10px;
}

.tzgg-list li span {
	color: #999;
	float: right;
	font-size: 13px;
	line-height: 28px;
}

.part2 {
	width: 1200px;
	margin: 0 auto 20px;
}

.tzgg-2 {
	width: 998px;
	height: 48px;
	border: 1px solid #e8e8e8;
	background: #f8f8f8;
	line-height: 50px;
	float: left;
	margin: 0 10px;
}

.tzgg-2 h3 {
	font-weight: normal;
	color: #333;
	font-size: 18px;
	width: 110px;
	text-align: center;
	line-height: 50px;
	float: left;
}

#FontScroll {
	width: 850px;
	margin-left: 25px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	float: left;
}

#FontScroll ul,
#FontScroll li {
	width: 100%;
	float: left;
}

#FontScroll li a {
	width: 760px;
	height: 50px;
	line-height: 50px;
	color: #666;
	font-size: 14px;
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#FontScroll li span {
	width: 80px;
	display: block;
	height: 50px;
	line-height: 50px;
	color: #999;
	text-align: right;
	float: right;
}

.new_list {
	width: 1200px;
	margin: 0 auto 20px;
	display: flex;
	justify-content: space-between;
}

.new_list .item {
	width: 31%;
}

.new_list .item .tzgg-list {
	width: 100%;
}

.new_list .item .tzgg-list ul {
	width: 100%;
}

.new_list .item .sy-title {
	margin-bottom: 20px;
}

.new_list .item .tzgg-list li {
	width: 100%;
}

#donate {
	width: 786px;
}

#donate .header-box {
	margin-top: 30px;
	width: 100%;
	padding: 0 20px;
	background: #fafafa;
	box-sizing: border-box;
	height: 48px;
	padding-top: 14px;
	clear: both;
}

.vsb-container.part6 {
	display: flex;
	justify-content: space-between;
}

.vsb-container.part6 .sy-title {
	margin-bottom: 20px;
}

.vsb-container.part6 .video {
	width: 372px;
}

#donate .header-box .name {
	width: 167px;
	text-align: left;
}

#donate .header-box .type {
	width: 200px;
}

#donate .header-box .amount {
	width: 200px;
}

#donate .header-box .time {
	text-align: right;
	width: 166px;
}

#donate .header-box h6 {
	display: inline-block;
	font-size: 15px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #666;
}

#donate .header-box h6 b {
	display: inline-block;
}

#donate .header-box h6 b img {
	margin-right: 8px;
	width: 33px;
	height: 33px;
}

#donate .header-box h6 b span {
	vertical-align: 10px;
}

#donate .donate-box {
	box-sizing: border-box;
	height: 240px;
}

#donate .list {
	margin: 0 20px;
	overflow: hidden;
}

#donate .list tr {
	height: 40px;
	line-height: 40px;
}

#donate .list td {
	font-size: 15px;
	color: rgba(0, 0, 0, .85);
	text-align: left;
}

#donate .list td.name {
	width: 167px;
}

#donate .list td.type {
	width: 200px;
}

#donate .list td.amount {
	width: 200px;
}

#donate .list td.time {
	text-align: right;
	width: 166px;
}

.part3 {
	width: 1200px;
	margin: 0 auto 20px;
}

.sy-xxjj {
	width: 320px;
}

.sy-xxjj h3 {
	width: 320px;
	height: 90px;
	padding: 15px 0 10px;
	float: left;
}

.sy-xxjj p {
	text-indent: 2em;
	color: #999;
	font-size: 12px;
	line-height: 26px;
	text-align: justify;
	float: left;
	display: block;
	width: 100%;
}

.sy-xxjj p a {
	color: #999;
}

.szll-list li {
	width: 320px;
	border-bottom: 1px solid #eeeeee;
	padding: 15px 0 17px;
}

.szll-list li .pic {
	width: 80px;
	height: 60px;
	overflow: hidden;
	margin-right: 10px;
}

.szll-list li .txt {
	width: 230px;
}

.szll-list li .txt h3 {
	width: 100%;
	height: 18px;
	line-height: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
}

.szll-list li .txt p {
	width: 100%;
	height: 40px;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	overflow: hidden;
}

.xxdt-list li {
	background: url(../images/point.png) no-repeat left center;
	padding-left: 14px;
	border-bottom: 1px solid #eeeeee;
	width: 306px;
	height: 39px;
	line-height: 39px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xxdt-list li a {
	color: #333;
	width: 100%;
	height: 39px;
	line-height: 39px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.part4 {
	width: 1200px;
	margin: 0 auto 20px;
	height: 80px;
}

.ad-1 {
	width: 1000px;
	margin: 0 10px;
	float: left;
}

.part5 {
	width: 1200px;
	margin: 0 auto 20px;
}

.sy-jyxx,
.sy-jpkc,
.sy-xfjs {
	width: 100%;
	height: 169px;
	overflow: hidden;
	margin-top: 10px;
}

.part6,
.part7,
.part9,
.part10,
.part11,
.part12,
.part14 {
	width: 1200px;
	margin: 0 auto 20px;
}

.part6-title {
	width: 100%;
	height: 50px;
}

.part12-title {
	width: 100%;
	height: 33px;
}

.part6-title h3,
.part12-title h3 {
	display: block;
	line-height: 50px;
	font-size: 18px;
	float: left;
}

.part6-con,
.part7-con,
.part9-con,
.part10-con,
.part11-con,
.part12-con,
.part14-con {
	width: 1200px;
	float: left;
}

.part6-content,
.part7-content,
.part9-content,
.part10-content,
.part14-content {
	width: 100%;
	margin-top: 15px;
}

.part6-left {
	width: 659px;
	height: 314px;
	overflow: hidden;
	margin-right: 20px;
}

.part6-right {
	width: 321px;
	height: 314px;
	overflow: hidden;
}

.part6-right li {
	width: 321px;
	border-bottom: 1px solid #eeeeee;
	float: left;
}

.part6-right li .part6-list {
	width: 100%;
	height: 40px;
	overflow: hidden;
}

.part6-right li .part6-list a {
	display: block;
	width: 240px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
}

.part6-right li i {
	display: block;
	width: 80px;
	float: right;
	text-align: right;
	font-size: 12px;
	color: #999;
	line-height: 40px;
	height: 40px;
}

.part6-zy {
	width: 100%;
	font-size: 12px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	color: #999;
	margin-bottom: 8px;
}

.part6-zy a {
	color: #999;
}

.part7-left {
	width: 1200px;
	float: left;
}

.part7-right {
	width: 320px;
}

.part7-left li {
	width: 326px;
	margin-right: 20px;
	border: 1px solid #eee;
	box-sizing: border-box;
	background: #fff;
	margin-bottom: 20px;
}

.part7-left li:nth-child(3n+0) {
	margin-right: 0;
}

.part7-left li .part7-pic {
	width: 100%;
	height: 169px;
	overflow: hidden;
}

.part7-left li .part7-pic img {
	width: 100%;
}

.part7-left li .part7-txt {
	padding: 20px;
	background: #fff;
}

.part7-left li .part7-txt h3 {
	color: #333;
	font-size: 18px;
	display: block;
	width: 275px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 20px;
	line-height: 22px;
}

.part7-left li .part7-txt .fubt {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.part7-left li .part7-txt .address,
.part7-left li .part7-txt .time {
	padding-left: 24px;
	font-size: 16px;
	line-height: 18px;
	color: #999;
	background-repeat: no-repeat;
	background-position: 0
}

.part7-left li .part7-txt .time {
	background-image: url("../images/base2.png");
	background-size: 16px 16px
}

.part7-left li .part7-txt .address {
	width: 126px;
	background-image: url("../images/base1.png");
	background-size: 14px 17px
}

.part7-right li {
	width: 60px;
	margin-right: 26px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 24px;
}

.part7-right li a {
	display: block;
	float: left;
	width: 100%;
	overflow: hidden;
	color: #666;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
}

.part10-content {
	background: #f4f4f4;
}

.part10-left {
	width: 660px;
	height: 314px;
}

.part10-right {
	width: 300px;
	padding: 0 20px;
	position: relative;
}

.part10-right ul {
	margin-top: 220px;
	width: 100%;
}

.part10-right li {
	width: 63px;
	height: 58px;
	float: left;
	margin-right: 10px;
	padding: 6px 2px 2px;
}

.part10-zy {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 300px;
	z-index: 10;
}

.part10-list {
	width: 67px;
	height: 60px;
}

.part10-right li:hover,
.part10-current {
	background: url(../images/xz.png) no-repeat;
	padding: 6px 2px 2px;
	width: 63px;
	height: 58px;
	overflow: hidden;
}

.part10-right li img {
	width: 63px;
}

.part10-zy h3 {
	width: 100%;
	font-size: 16px;
	height: 45px;
	display: block;
	float: left;
	line-height: 45px;
	overflow: hidden;
	font-weight: normal;
	color: #333;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.part10-zy p {
	display: block;
	width: 100%;
	float: left;
	color: #999;
	font-size: 12px;
	line-height: 24px;
	height: 144px;
	overflow: hidden;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.part11-left {
	width: 659px;
	margin-right: 20px;
}

.part11-left li {
	width: 659px;
	border-bottom: 1px solid #eeeeee;
	padding: 15px 0;
}

.part11-left li .pic {
	width: 180px;
	height: 120px;
	float: left;
	margin-right: 20px;
}

.part11-left li .txt {
	width: 459px;
	float: left;
}

.part11-left li .txt h3 {
	font-weight: normal;
	color: #333;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.part11-left li .txt p {
	width: 100%;
	color: #999;
	font-size: 12px;
	line-height: 20px;
	height: 80px;
	overflow: hidden;
	display: block;
	float: left;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.part11-left li .txt i {
	display: block;
	width: 100%;
	text-align: right;
	color: #999;
	float: left;
	line-height: 20px;
	font-size: 12px;
}

.part11-right {
	width: 321px;
}

.part11-right ul {
	margin-top: 14px;
}

.part11-right li {
	border-bottom: 1px solid #eeeeee;
	height: 40px;
	line-height: 40px;
	background: url(../images/point.png) no-repeat left center;
	padding-left: 15px;
	width: 306px;
}

.part11-right li a {
	display: block;
	height: 40px;
	line-height: 40px;
	width: 100%;
	color: #333;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.part11-content {
	width: 100%;
}

.part12-content li {
	width: 320px;
	margin-right: 20px;
	border-top: 2px solid #17a48b;
}

.part12-content li .pic {
	width: 320px;
	height: 167px;
	overflow: hidden;
	float: left;
}

.part12-content li .pic img {
	width: 320px;
	min-height: 167px;
}

.part12-content li .txt {
	width: 320px;
	float: left;
}

.part12-content li .txt .bt {
	width: 100%;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}

.part12-content li .txt .bt h3 {
	width: 240px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
	font-weight: normal;
	float: left;
	display: block;
	font-weight: normal;
	font-size: 14px;
}

.part12-content li .txt .bt i {
	display: block;
	width: 80px;
	float: right;
	text-align: right;
	color: #999;
	font-size: 12px;
}

.part12-content li .txt .zy {
	width: 100%;
	color: #999;
	line-height: 20px;
	height: 60px;
	font-size: 12px;
	overflow: hidden;
	text-align: justify;
	text-justify: inter-ideograph;
}

.part12-content {
	width: 100%;
	margin-top: 5px;
}

.part14-content li {
	width: 74px;
	font-size: 14px;
	color: #666;
	height: 28px;
	line-height: 20px;
	margin-right: 28px;
}

.part14-content li a {
	color: #666;
}

.v-footer {
	min-width: 1200px;
	width: 100%;
	overflow: hidden;
}

.v-footer .footer {
	height: 40px;
	background: #687c92;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	background-image: url(http://album.usho.cn/www/upload/c85b25eb1a18034867a90c8109cfb369.png);
	background-size: cover
}

.friend-link {
	width: 100%;
	height: 100px;
	background-image: url(http://album.usho.cn/www/upload/717ff860af6432a2e4cc315ca80cb44f.png);
	background-size: cover;
	position: relative;
	z-index: 10
}

.friend-link .link-wrap {
	width: 1010px;
	margin: 0 auto;
	font-size: 14px
}

.friend-link .link {
	margin-top: 32px;
	float: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
}

.friend-link .link select {
	position: absolute;
	right: 0;
	border: none;
	outline: none;
	appearance: none;
	width: 200px;
	height: 36px;
	color: #626466;
	line-height: 36px;
}

.friend-link .link select option {
	line-height: 36px;
}

.friend-link .title {
	color: #fff;
	line-height: 36px
}

.friend-link .link-list {
	display: inline-block;
	width: 200px;
	height: 36px;
	background: #fff;
	position: relative;
	overflow: hidden
}

.friend-link .link-list span {
	display: inline-block;
	height: 6px;
	width: 9px;
	background-image: url("../images/link1.png");
	background-size: 100% 100%;
	position: absolute;
	right: 10px;
	top: 15px;
	z-index: 2;
	cursor: pointer
}

.friend-link .link-list .friend-item {
	height: 36px;
	background: #fff;
	line-height: 36px;
	text-indent: 12px
}

.friend-link .link-list .friend-item a {
	color: #626466
}

.friend-link .link-list .friend-item:hover {
	background: #f5f6f7
}

.friend-link .link-list .friend-item:hover a {
	color: #7d1010
}

.friend-link .list {
	position: absolute;
	bottom: 0;
	background: #fff;
	width: 200px
}

.friend-link .contact-way {
	float: right;
	margin-top: 29px
}

.friend-link .contact {
	float: left;
	width: 107px;
	padding-left: 38px
}

.friend-link .contact img {
	width: 38px;
	height: 38px;
	float: left;
	margin-right: 11px
}

.friend-link .contact p:first-child {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin-top: 3px
}

.friend-link .contact p:nth-child(2) {
	font-size: 12px;
	line-height: 17px;
	color: #fff
}

.friend-link .contact span {
	font-size: 12px
}

.friend-link .address {
	width: 240px;
	border-left: 1px solid #fff;
	margin-left: 25px
}

.foot {
	width: 100%;
	background: #333;
	height: 114px;
}

.foot-1 {
	width: 1000px;
	margin: 0 auto;
}

.foot-left {
	text-align: center;
	width: 1000px;
	padding-top: 20px;
}

.foot-left ul {
	width: 100%;
	float: left;
}

.foot-left li {
	height: 12px;
	line-height: 12px;
	padding: 0 18px;
	margin-top: 20px;
	border-right: 1px solid #5e5e5e;
}

.foot-left li a {
	color: #e0e0e0;
	font-size: 12px;
}

.bq {
	width: 100%;
	margin-top: 20px;
	color: #858585;
	font-size: 12px;
	line-height: 22px;
}

.foot-right {
	width: 160px;
	margin-top: 20px;
	float: right;
}

.foot-right li {
	margin-left: 10px;
	width: 30px;
	height: 30px;
}




.yx-rotaion {
	margin: 0 auto;
}

.yx-rotaion-btn,
.yx-rotaion-title,
.yx-rotation-focus,
.yx-rotaion-btn {
	position: absolute
}

.yx-rotation-title {
	position: absolute;
	width: 100%;
	height: 143px;
	line-height: 40px;
	background: url(../images/lut-bg.png) no-repeat;
	left: 0;
	bottom: 0;
	_bottom: -1px;
	z-index: 1
}

.yx-rotation-focus span,
.yx-rotaion-btn span {
	background: url(../images/ico.png) no-repeat;
	display: block;
}

.yx-rotation-focus {
	height: 40px;
	line-height: 40px;
	right: 282px;
	bottom: 0;
	z-index: 2;
	width: 95px;
}

.yx-rotation-focus span {
	width: 26px;
	height: 4px;
	float: left;
	margin-left: 5px;
	position: relative;
	top: 14px;
	cursor: pointer;
	background: url(../images/line.png) no-repeat;
	text-indent: -9999px
}

.yx-rotation-focus span.hover {
	background: url(../images/line-xz.png) no-repeat;
}

.rotaion_list {
	width: 0;
	height: 0;
	overflow: hidden;
}

.rotaion_list li {
	width: 660px;
	height: 314px;
}


.yx-rotaion2 {
	margin: 0 auto;
}

.yx-rotaion-btn2,
.yx-rotaion-title2,
.yx-rotaion-btn2 {
	position: absolute
}

.yx-rotation-title2 {
	position: absolute;
	width: 100%;
	height: 143px;
	line-height: 40px;
	background: url(../images/lut-bg.png) no-repeat;
	left: 0;
	bottom: 0;
	_bottom: -1px;
	z-index: 1
}

.yx-rotaion-btn2 span {
	background: none;
	display: block;
}

.rotaion_list {
	width: 0;
	height: 0;
	overflow: hidden;
}

.rotaion_list li {
	width: 660px;
	height: 314px;
}

.yx-rotaion-btn2 {
	width: 100%;
	height: 37px;
	top: 50%;
	margin-top: -19px;
}

.yx-rotaion-btn2 span {
	width: 19px;
	height: 37px;
	cursor: pointer;
	position: relative
}

.yx-rotaion-btn2 .left_btn2 {
	background: url(../images/left-jt.png) no-repeat;
	float: left;
	left: 20px
}

.yx-rotaion-btn2 .right_btn2 {
	background: url(../images/right-jt.png) no-repeat;
	float: right;
	right: 20px
}

.yx-rotaion-btn2 span.hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6
}

.yx-rotation-t2 {
	color: #fff;
	font-size: 16px;
	font-family: microsoft yahei;
	z-index: 2;
	bottom: 0;
	left: 10px;
	line-height: 40px;
	position: absolute;
	width: 100%;
	text-align: center;
}



.yx-rotaion-btn3,
.yx-rotaion-title3,
.yx-rotation-t3 {
	position: absolute
}

.yx-rotation-title3 {
	position: absolute;
	width: 100%;
	left: 0;
	height: 40px;
	line-height: 40px;
	background: url(../temp/banner-bg.png) repeat;
	bottom: 0;
	_bottom: -1px;
	z-index: 1
}

.yx-rotation-t3 {
	color: #fff;
	font-size: 18px;
	font-family: microsoft yahei;
	z-index: 2;
	bottom: 0;
	left: 0;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 430px;
	text-align: left;
	padding: 0 15px;
}

.yx-rotaion-btn3 span {}

.yx-rotaion-btn3 {
	width: 100%;
	height: 41px;
	top: 50%;
	margin-top: -20px;
}

.yx-rotaion-btn3 span {
	width: 60px;
	height: 70px;
	cursor: pointer;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	position: relative
}

.yx-rotaion-btn3 .left_btn3 {
	background: url(../images/back-left.png) no-repeat;
	float: left;
	left: 0px
}

.yx-rotaion-btn3 .right_btn3 {
	background: url(../images/back-right.png) no-repeat;
	float: right;
	right: 0px
}

.yx-rotaion-btn3 span.hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8
}

.yx-rotation-focus3 span.hover {
	background-position: -10px -126px
}

.yx-rotation-focus3 {
	display: none;
}

.yx-rotaion-btn4,
.yx-rotaion-title4,
.yx-rotation-focus4,
.yx-rotation-t4 {
	position: absolute
}

.yx-rotation-title4 {
	position: absolute;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: url(../temp/banner-bg.png) repeat;
	left: 0;
	bottom: 0;
	_bottom: -1px;
	z-index: 1
}

.yx-rotation-t4 {
	color: #fff;
	font-size: 16px;
	font-family: microsoft yahei;
	z-index: 2;
	bottom: 0;
	left: 20px;
	line-height: 50px;
	width: 800px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.yx-rotation-focus4 span,
.yx-rotaion-btn4 span {}

.yx-rotation-focus4 {
	height: 40px;
	line-height: 40px;
	right: 20px;
	bottom: 0;
	z-index: 2
}

.yx-rotation-focus4 span {
	width: 12px;
	height: 12px;
	line-height: 12px;
	float: left;
	margin-left: 5px;
	position: relative;
	top: 14px;
	cursor: pointer;
	background-position: -24px -126px;
	text-indent: -9999px
}

.yx-rotaion-btn4 {
	height: 25px;
	bottom: 12px;
	right: 0;
	z-index: 100000;
	position: absolute;
	width: 70px;
}

.yx-rotaion-btn4 span {
	width: 13px;
	height: 25px;
	cursor: pointer;
}

.yx-rotaion-btn4 .left_btn4 {
	background: url(../images/left-1.png) no-repeat;
	float: left;
}

.yx-rotaion-btn4 .right_btn4 {
	background: url(../images/right-1.png) no-repeat;
	float: right;
	margin-right: 20px;
}

.yx-rotaion-btn4 span.hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6
}

.yx-rotation-focus4 span.hover {
	background-position: -10px -126px
}



.yx-rotaion-btn5,
.yx-rotaion-title5,
.yx-rotation-focus5,
.yx-rotation-t5 {
	position: absolute
}

.yx-rotation-title5 {
	position: absolute;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #000;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	left: 0;
	bottom: 0;
	_bottom: -1px;
	z-index: 1
}

.yx-rotation-t5 {
	color: #fff;
	font-size: 12px;
	font-family: microsoft yahei;
	z-index: 2;
	bottom: 0;
	left: 10px;
	line-height: 30px;
	width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.yx-rotation-focus5 span {}

.yx-rotation-focus5 {
	height: 8px;
	line-height: 6px;
	right: 20px;
	bottom: 10px;
	z-index: 2
}

.yx-rotation-focus5 span {
	width: 6px;
	height: 6px;
	line-height: 6px;
	float: left;
	margin-left: 5px;
	position: relative;
	cursor: pointer;
	background: url(../temp/white-point.png) no-repeat;
	text-indent: -9999px
}

.yx-rotation-focus5 span.hover {
	background: url(../temp/green-point.png) no-repeat;
}




/*图片列表*/
.imgList {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

.imgList li {
	position: relative;
	width: 165.833333px;
	height: 165px;
	float: left;
	overflow: hidden;
	margin-right: 1px;
}

.imgList li .listImg {
	width: 100%;
	height: auto;
}

.imgList li .listImg img {
	display: block;
	width: 100%;
}

.imgList li .imgTxt {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: -82.5px;
	width: 145.833333px;
	height: 165px;
	background: url(../images/ico6.png) repeat;
	opacity: 0;
	filter: Alpha(Opacity=0);
	padding: 0 10px;
}

.imgList li .imgTxt h2 {
	width: 100%;
	margin-top: 25px;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	display: block;
	float: left;
}

.imgList li .imgTxt p {
	font-size: 12px;
	line-height: 18px;
	height: 54px;
	text-align: left;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.6);
	float: left;
	display: block;
	width: 100%;
}

.imgList li .imgTxt .ckgd {
	width: 70px;
	height: 20px;
	line-height: 20px;
	border-radius: 4px;
	border: 1px solid #157e6b;
	color: #157e6b;
	text-align: center;
	float: left;
	font-size: 12px;
	margin: 10px 37.5px 0;
}

.imgList li .imgTxt .ckgd:hover {
	border: 1px solid #fff;
	color: #fff;
}

.local {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #eeeeee;
	color: #999;
	font-size: 12px;
}

.local a {
	color: #999;
	font-size: 12px;
}

.content {
	width: 100%;
	min-height: 500px;
	background: #f8f8f8;
	padding-bottom: 135px;
}

.content-title {
	width: 100%;
	margin: 0px auto;
	border-bottom: 1px solid #ebebeb;
	padding: 30px 0;
}

.content-title h3 {
	color: #20242d;
	font-size: 18px;
	width: 100%;
	display: block;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	font-weight: normal;
}

.content-title i {
	display: block;
	width: 100%;
	float: left;
	color: #999;
	font-size: 12px;
	text-align: left;
}

.content-con {
	width: 100%;
	margin: 30px auto;
}

.content-con p,
.jj p {
	color: #333;
	font-size: 14px;
	line-height: 30px;
	text-indent: 2em;
	margin-bottom: 15px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.list {
	width: 1200px;
	margin: 0 auto;
}

.left-list {
	width: 220px;
	margin-top: 20px;
	background: #fff;
}

.right-list {
	width: 950px;
	margin-top: 20px;
	background: #fff;
	padding: 40px 30px;
	box-sizing: border-box;
}

.right-list .pb_sys_common {
	font-size: 14px;
	font-family: initial;
}

.right-list .pb_sys_common .p_fun_d,
.pb_sys_common .p_no_d,
.pb_sys_common .p_no_o {
	color: #666;
}

.right-list .pb_sys_common .p_fun_d,
.pb_sys_common .p_no_d,
.pb_sys_common .p_no_o,
.pb_sys_common .p_fun a,
.pb_sys_common .p_no a {
	border: 0;
}

.right-list .pb_sys_style1 .p_no_d {
	border: 0;
	color: #aa131f;
	background-color: #fff;
}

.lm-title {
	width: 220px;
	height: 100px;
}

.left-list ul {
	width: 100%;
	float: left;
}

.left-nav {
	width: 200px;
	padding-left: 20px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #f8f8f8;
	background: #eeeeee url(../temp/3_14.png) no-repeat 200px center;
	color: #333;
	font-size: 14px;
	display: block;
}



.leftsidebar_box {
	width: 100%;
	float: left;
	height: auto !important;
	overflow: visible !important;
	padding-bottom: 30px;
}

.leftsidebar_box dl {
	text-indent: 30px;
}

.leftsidebar_box dl.selected {
	background: linear-gradient(90deg, #c3222f, #7d1010);
	box-shadow: 0 3px 10px 0 rgba(74, 144, 226, .5);
	text-indent: 26px;
	transform: translateX(-10px);
}

.leftsidebar_box dl.selected dt {
	color: #fff;
}

.line {
	height: 2px;
	width: 100%;
	background-image: url();
	background-repeat: repeat-x;
}

.leftsidebar_box dt {
	color: #939699;
	font-size: 16px;
	position: relative;
	line-height: 40px;
	height: 40px;
	cursor: pointer;
	margin-bottom: 10px;
}

.leftsidebar_box dd {
	background-color: #f8f8f8;
	padding-left: 40px;
}

.leftsidebar_box dd a {
	color: #333;
	line-height: 40px;
}

.leftsidebar_box dt img {
	position: absolute;
	right: 10px;
	top: 16px;
}





/*banner*/
.banner {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.slideBox .hd .hd-ul {
	width: 100%;
	height: 112px;
	padding: 12px 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.46);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44000000', endColorstr='#44000000');
	/*IE6,IE7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#44000000', endColorstr='#44000000')";
	/*IE8*/
	z-index: 1;
}

.slideBox .hd .hd-ul ul {
	width: 1180px;
	height: auto;
	margin: 0 auto;
	padding-left: 1px;
}

.slideBox .hd .hd-ul ul li {
	width: 270px;
	height: 84px;
	float: left;
	border-right: 1px solid #a2a2a2;
	border-left: 1px solid #a2a2a2;
	margin-left: -1px;
	padding: 14px 12px;
	cursor: pointer;
}

.slideBox .hd .hd-ul ul li img {
	float: left;
	width: 136px;
	height: 82px;
	display: block;
	float: left;
	border: 1px solid #fff;
}

.slideBox .hd .hd-ul ul li p {
	width: 120px;
	float: left;
	margin-left: 12px;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-top: -5px;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd li img {
	display: block;
	width: 100%;
}



/*banner2*/
.slideBox2 .hd {
	height: 14px;
	overflow: hidden;
	position: absolute;
	width: 1000px;
	left: 50%;
	*left: 0%;
	margin-left: -48px;
	bottom: 18px;
	z-index: 1;
}

.slideBox2 .hd ul {
	overflow: hidden;
	zoom: 1;
}

.slideBox2 .hd ul li {
	float: right;
	margin-left: 14px;
	width: 10px;
	height: 10px;
	background: url(../images/ico1.png) no-repeat;
	cursor: pointer;
	border-radius: 50%;
}

.slideBox2 .hd ul li.on {
	background: url(../images/ico.png) no-repeat;
}

.slideBox2 .bd li {
	position: relative;
}

.slideBox3 {
	margin-bottom: 0;
}

.slideBox2 .bd li .tit p {
	width: 1180px;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
}


.left-list li a:hover {
	background: #17a48b url(../temp/3_11.png) no-repeat 200px center;
	color: #fff;
}

.right-list dl {
	width: 100%;
	float: left;
}

.right-list dt,
.list-bt {
	border-left: 3px solid #7d1010;
	height: 30px;
	line-height: 25px;
	padding-left: 15px;
	width: 742px;
	float: left;
	color: #1e1e1e;
	font-size: 22px;
	margin-bottom: 40px;
}

.back {
	margin-bottom: 5px;
	cursor: pointer;
}

.back a {
	font-size: 14px;
	line-height: 20px;
	color: #999;
}

.right-list dd,
.list-con li {
	line-height: 1;
	color: #333;
	float: left;
	margin-bottom: 40px;
	overflow: hidden;
	width: 100%;
}

.right-list dd i,
.list-con li i {
	line-height: 1;
	color: #999;
	float: right;
	text-align: right;
	font-size: 15px;
}

.right-list dd a,
.list-con li a {
	line-height: 1;
	color: #333;
	font-size: 15px;
	float: left;
	width: 64%;
	display: inline-block;
}

.left-current {
	background: #17a48b url(../temp/3_11.png) no-repeat 200px center;
	color: #fff;
	width: 200px;
	padding-left: 20px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #f8f8f8;
	font-size: 14px;
	display: block;
}

.list-con,
.jj {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	height: auto;
}

.list-con ul {
	width: 100%;
}

.pic {
	width: 760px;
	float: left;
}

.pic ul {
	min-height: 500px;
	border: 1px solid #eeeeee;
	border-top: 0;
	padding: 29px;
	width: 700px;
}

.pic li {
	margin: 0 5px 15px;
	width: 165px;
}

.pic li .img {
	width: 165px;
	height: 165px;
	overflow: hidden;
}

.pic li .img img {
	width: 100%;
	min-height: 165px;
}

.pic li .txt {
	width: 165px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #333;
}

.pic li .txt a {
	color: #333;
}



.part7-left li .part7-txt h3:hover,
.part7-right li a:hover,
.part6-right li .part6-list a:hover,
.part6-zy a:hover,
.more:hover,
.part10-zy p:hover,
.part11-left li .txt p:hover,
.part11-left li .txt h3:hover,
.part11-right li a:hover,
.part12-content li .txt .bt h3:hover,
.part12-content li .txt .zy:hover,
.part14-content li a:hover,
.foot-left li a:hover,
.sy-xxjj p a:hover,
.szll-list li .txt p:hover,
.szll-list li .txt h3:hover,
.xxdt-list li a:hover,
.rdxw-list li .txt h3:hover,
.tzgg-list .txt h3:hover,
.rdxw-list li .txt p:hover,
.tzgg-list .txt p:hover,
#FontScroll li a:hover,
.stick a:hover,
.right-list dd a:hover,
.right-list dd a:hover,
.list-con li a:hover,
.leftsidebar_box dd a:hover,
.pic li .txt:hover {
	color: #17a48b;
}

/*********字体样式****************/
.f_12 {
	font-size: 12px;
}

.f_14 {
	font-size: 14px;
}

.f_16 {
	font-size: 16px;
}

.f_18 {
	font-size: 18px;
}

.f_20 {
	font-size: 20px;
}

/*********字体颜色****************/
.gray_1 {
	color: #333;
}

.gray_2 {
	color: #666;
}

.gray_3 {
	color: #999;
}

.green {
	color: #17a48b;
}

.more-1 {
	background: url(../images/jt.jpg) no-repeat;
	display: block;
	float: right;
	margin-top: 2px;
}

.more {
	font-size: 12px;
	color: #999;
	display: block;
	float: right;
	line-height: 50px;
}

.lm-left-title {
	width: 220px;
	height: 88px;
	color: #fff;
}

.lm-left-title h3 {
	font-size: 28px;
	line-height: 88px;
	width: 100%;
	display: block;
	font-weight: normal;
	color: #7d1010;
	text-indent: 30px;
}

.lm-left-title i {
	width: 100%;
	font-size: 14px;
}

.clearFix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0;
	content: '';

}

.clearFix {
	zoom: 1;
}

/*解决ie6/7兼容问题*/
.defaultInputStyle {
	border: solid 1px #AFD5F5
}

.xyhd .right-list {
	width: 100%;
	background: none;
	padding: 0;
}

.xyhd .part7-content {
	margin-top: 40px;
}

/* 校友活动详情页 */
.activity-detail {
	width: 1200px;
	min-height: 800px;
	margin: 20px auto 135px;
	padding: 24px 30px 60px;
	box-sizing: border-box
}

.activity-detail .box-top {
	font-size: 14px;
	line-height: 20px;
	color: #999
}

.activity-detail .box-top a {
	color: #999
}

.activity-detail .box-top span {
	cursor: pointer
}

.activity-detail .sweep-code {
	position: absolute;
	top: 82px;
	right: 20px;
	font-size: 14px;
	color: #999;
	line-height: 16px
}

.activity-detail .sweep-code:hover .code-wrap {
	display: block
}

.activity-detail .sweep-code p {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.activity-detail .sweep-code .code-icon {
	width: 16px;
	margin-left: 16px;
	float: none
}

.activity-detail .sweep-code .code-wrap {
	display: none;
	position: absolute;
	top: 25px;
	right: 0;
	width: 122px;
	height: 122px;
	border: 1px solid #eee;
	background: #fff
}

.activity-detail .sweep-code .code-wrap:before {
	content: "";
	position: absolute;
	top: -6px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
	width: 10px;
	height: 10px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	background: #fff
}

.activity-detail .sweep-code .code-wrap #qrcode {
	width: 106px;
	height: 106px;
	margin: 8px auto
}

.activity-detail .head-box {
	position: relative;
	margin-top: 20px;
	height: 308px;
	box-shadow: 0 0 16px 0 #d0d0d0;
	border-radius: 4px;
	line-height: 22px
}

.activity-detail .head-box .info-img {
	width: 500px;
	float: left;
	height: 308px;
	overflow: hidden;
}

.activity-detail .head-box img {
	width: 100%;
}

.activity-detail .head-box .info-box {
	padding-left: 520px;
	padding-right: 20px;
	height: 100%
}

.activity-detail .head-box h3 {
	height: 50px;
	color: #20242d;
	font-size: 18px;
	line-height: 25px;
	padding-top: 41px;
	-webkit-line-clamp: 2
}

.activity-detail .head-box .qrcode-box {
	text-align: right;
	margin: 17px 0 21px;
	position: relative
}

.activity-detail .head-box .qrcode-box span {
	font-size: 14px;
	line-height: 1;
	color: #3b6cb4;
	cursor: pointer
}

.activity-detail .head-box .qrcode-box span:hover .qrcode-wrap {
	display: block
}

.activity-detail .head-box .qrcode-wrap {
	display: none;
	padding: 7px;
	border: 1px solid #ebebeb;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 29px;
	z-index: 50
}

.activity-detail .head-box .qrcode-wrap:before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	transform: rotate(45deg);
	background-color: #fff;
	position: absolute;
	top: -6px;
	left: 58px
}

.activity-detail .head-box #activity-qrcode {
	width: 106px;
	height: 106px
}

.activity-detail .head-box .charge {
	margin: 20px 0
}

.activity-detail .head-box .left {
	font-size: 16px;
	color: #687289;
	margin-right: 20px
}

.activity-detail .head-box .free-right {
	font-size: 16px;
	color: #7d1010
}

.activity-detail .head-box .right {
	font-size: 16px;
	color: #20242d
}

.activity-detail .head-box .quota {
	margin-left: 96px
}

.activity-detail .head-box .time {
	margin: 19px 0
}

.activity-detail .head-box .go-to {
	font-size: 16px;
	color: #687289;
	margin: 0 16px
}

.activity-detail .activity-nav {
	margin: 24px 0;
	text-align: center;
	border-bottom: 1px solid #ebebeb
}

.activity-detail .activity-nav li {
	display: inline-block;
	width: 120px;
	color: #1e1e1e;
	font-size: 16px;
	line-height: 18px;
	cursor: pointer;
	padding-bottom: 8px;
	margin-right: 72px;
	position: relative;
	top: 1px
}

.activity-detail .activity-nav li:last-child {
	margin-right: 0
}

.activity-detail .activity-nav li.now {
	color: #3b6cb4;
	border-bottom: 1px solid #3b6cb4
}

.activity-detail .activity-description {
	margin-top: 30px
}

/* 校友组织列表页 */
#organization {
	width: 100%;
	padding: 20px 0 135px;
	overflow: hidden;
	background: #f8f8f8;
}

#organization .category-box {
	float: left
}

#organization .content {
	box-sizing: border-box;
	width: 1200px;
	background: #fff;
	padding: 40px 30px;
	margin: 0 auto;
	overflow: hidden;
}

#organization .list-category-name {
	font-size: 22px;
	color: #333;
	line-height: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

#organization .list-category-name span {
	width: 2px;
	height: 22px;
	display: inline-block;
	background: #7d1010;
	margin-right: 15px
}

#organization .tags {
	padding: 30px 0 0;
	border-bottom: 1px solid #eee
}

#organization .tags span {
	padding: 10px 0;
	margin-right: 17px;
	position: relative;
	top: 1px;
	display: inline-block;
	width: 70px;
	text-align: center
}

#organization .tags span:last-child {
	margin-right: 0
}

#organization .tags span.now {
	border-bottom: 1px solid #7d1010
}

#organization .tags span.now a {
	color: #7d1010
}

#organization .tags a {
	font-size: 16px;
	color: #313336;
	letter-spacing: 0;
	text-align: center;
	line-height: 18px
}

#organization .tags a:hover {
	color: #4a90e2
}

#organization .list-box {
	min-height: 660px;
	padding: 40px 0 0
}

#organization .list-box li {
	width: 290px;
	height: 300px;
	background: #fff;
	box-shadow: 0 3px 10px 0 rgba(232, 237, 243, .6);
	float: left;
	margin: 0 20px 30px 0;
	padding-top: 30px;
	font-size: 16px;
	line-height: 1;
	text-align: center
}

#organization .list-box li:nth-child(3n) {
	margin-right: 0
}

#organization .organization-logo {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	display: block;
	margin: 0 auto
}

#organization .organization-title {
	margin: 24px 0 16px;
	font-size: 18px;
	color: #313233;
	text-align: center;
	line-height: 1;
	padding: 0 17px
}

#organization .person-num {
	color: #939699;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

#organization .person-num i {
	width: 12px;
	height: 16px;
	display: inline-block;
	background-image: url("../images/base3.png");
	background-size: 100% 100%;
	margin-right: 12px
}

#organization .look-btn {
	width: 135px;
	height: 40px;
	background-image: linear-gradient(-90deg, #c2222e, #7d1010);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7D1010, endcolorstr=#7D1010, gradientType=1);
	box-shadow: 0 3px 10px 0 rgba(70, 142, 229, .6);
	border-radius: 21px;
	color: #fff;
	letter-spacing: 0;
	line-height: 40px;
	margin: 20px auto
}

#organization-detail {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0 40px
}

#organization-detail .category-box {
	float: left;
	width: 220px
}

#organization-detail .hascategory {
	width: 770px;
	float: right
}

#organization-detail .organization-detail-wrap {
	background-color: #fff;
	padding: 30px;
	box-sizing: border-box
}

#organization-detail .back {
	width: 50px;
	height: 28px;
	font-size: 14px;
	color: #7d1010;
	letter-spacing: 0;
	line-height: 28px;
	cursor: pointer
}

#organization-detail .association_wrap {
	box-sizing: border-box;
	padding: 28px;
	font-size: 20px;
	text-align: center
}

#organization-detail .association_head .logo {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 auto 20px;
	display: block
}

#organization-detail .ass_title {
	font-size: 26px;
	color: #333;
	letter-spacing: 0;
	text-align: center;
	line-height: 26px;
	margin-bottom: 22px
}

#organization-detail .ass_nav {
	width: 710px;
	border-bottom: 1px solid #ebebeb;
	padding-top: 20px 0
}

#organization-detail .ass_nav li {
	float: left;
	padding: 16px 36px;
	margin-right: 20px;
	cursor: pointer;
	font-size: 16px;
	color: #313336;
	letter-spacing: 0;
	line-height: 18px;
	position: relative;
	top: 1px
}

#organization-detail .ass_nav li.now {
	color: #4a90e2;
	border-bottom: 1px solid #4a90e2
}

#organization-detail .ass_content {
	min-height: 450px;
	overflow: hidden
}

#organization-detail .community_join {
	margin: 30px auto 24px
}

#organization-detail .community_join p {
	margin: 10px 0 0 -3px;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	color: #8b9bad
}

#organization-detail .community_join #community-qrcode {
	width: 106px;
	height: 106px;
	display: block;
	margin: 0 auto
}

/* 校友组织详情页 */
#organization-detail {
	width: 100%;
	padding: 20px 0 135px;
	overflow: hidden;
	background: #f8f8f8;
}

#organization-detail .category-box {
	float: left;
	width: 220px
}

#organization-detail .hascategory {
	width: 770px;
	float: right
}

#organization-detail .organization-detail-wrap {
	background-color: #fff;
	padding: 30px;
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
}

#organization-detail .back {
	width: 50px;
	height: 28px;
	cursor: pointer
}

#organization-detail .back a {
	font-size: 14px;
	color: #7d1010;
	letter-spacing: 0;
	line-height: 28px;
}

#organization-detail .association_wrap {
	box-sizing: border-box;
	padding: 28px;
	font-size: 20px;
	text-align: center
}

#organization-detail .association_head .logo {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 auto 20px;
	display: block
}

#organization-detail .ass_title {
	font-size: 26px;
	color: #333;
	letter-spacing: 0;
	text-align: center;
	line-height: 26px;
	margin-bottom: 22px
}

#organization-detail .ass_nav {
	width: 710px;
	border-bottom: 1px solid #ebebeb;
	padding-top: 20px 0
}

#organization-detail .ass_nav li {
	float: left;
	padding: 16px 36px;
	margin-right: 20px;
	cursor: pointer;
	font-size: 16px;
	color: #313336;
	letter-spacing: 0;
	line-height: 18px;
	position: relative;
	top: 1px
}

#organization-detail .ass_nav li.now {
	color: #4a90e2;
	border-bottom: 1px solid #4a90e2
}

#organization-detail .ass_content {
	min-height: 450px;
	overflow: hidden
}

#organization-detail .community_join {
	margin: 30px auto 24px
}

#organization-detail .community_join p {
	margin: 10px 0 0 -3px;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	color: #8b9bad
}

#organization-detail .community_join #community-qrcode {
	width: 106px;
	height: 106px;
	display: block;
	margin: 0 auto
}

.member-wrap {
	padding: 46px 0
}

.activity_member {
	font-family: MicrosoftYaHei
}

.activity_member li {
	width: 80px;
	margin-right: 84px;
	margin-bottom: 40px;
	float: left
}

.activity_member li:nth-child(6n) {
	margin-right: 0
}

.activity_member li .img-wrap {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	overflow: hidden;
	margin-bottom: 16px
}

.activity_member li .img-wrap img {
	width: 100%;
	height: 100%
}

.activity_member li .member_name {
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #313336;
	letter-spacing: 0;
	text-align: center
}

.xinwen.swiper {
	width: 372px;
	height: 310px;
	overflow: hidden;
	margin-right: 42px;
}

.xinwen .swiper-slide img {
	width: 100%;
	height: 100%;
}

.xinwen .swiper-slide .title {
	position: absolute;
	bottom: 0;
	height: 44px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	background: rgba(51, 51, 51, .4);
	width: 100%;
	line-height: 44px;
	padding: 0 15px;
	box-sizing: border-box;
}

.xinwen .swiper-pagination {
	text-align: right;
	bottom: 17px !important;
}

.xinwen .swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.9);
	opacity: 1;
}

.xinwen .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #7d1010;
}

#project {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
	overflow: hidden;
}

#project .box {
	overflow: hidden;
	margin-top: 20px;
}

#project ul li {
	float: left;
	width: 285px;
	margin-right: 40px;
}

#project .item {
	cursor: pointer;
	position: relative;
	display: block;
	transition: all .3s;
	overflow: hidden;
	border-bottom: 2px solid #fff;
	padding-bottom: 7px;
}

#project .item img {
	width: 285px;
	height: 180px;
}

#project .item:hover {
	transform: translateY(-6px);
	border-bottom: 2px solid #bc0c0b;
}

#project .info {
	font-size: 14px;

	font-weight: 400;
	color: #999;
	margin-top: 10px;
}

#project .info p {
	margin-top: 5px;
}

#project .info p span {
	margin: 0 10px;
}

#project .name {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

#project .swiper-button-prev,
#project .swiper-button-next {
	position: absolute;
	top: 145px;
	width: 60px;
	height: 60px;
	background-image: url(../images/prev-btn.png);
	background-size: 13px 26px;
	background-repeat: no-repeat;
	background-position: 50%;
}

#project .swiper-button-next {
	left: -90px;
}

#project .swiper-button-prev {
	right: -90px;
	background-image: url(../images/next-btn.png);
	left: initial;
}

#project .swiper-button-next:after,
#project .swiper-button-prev:after {
	content: none;
}