body { 

	background-image:url('../img/fbg.jpg');
	background-repeat:round;

}

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;

}
a{
	color: inherit;
	text-decoration: none;
}

html::-webkit-scrollbar {
	display: none;
}

::-webkit-scrollbar {
  width: 12px; /*滚动条宽度*/
  height: 10px; /*滚动条高度*/
}
  
::-webkit-scrollbar-thumb {
  background-color: #bfbfbf; /*滑块颜色*/
  border-radius: 10px; /*滑块边角半径*/
}
.top_nav{width:100%; height:30px;   }
.top_nav .top_nav_inner{width:100%; height:14px; margin:10px ;}
.top_nav .top_nav_inner .nav-collect a{padding:0 10px 0 0; color:#999;font-size: 12px; color: #a6a6a6;float: left}

.nav {
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #D20001;

	background-repeat:no-repeat;
	margin: 0px auto;

}

.nav-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 90px;
}
.venue-item-navigation div:hover{
	cursor:pointer
}

.nav-left {
	width: 35%;
	height: 100%;
}




.nav-left .logo,
.logo img {
	marging:20px 0px 0px 0px;
}

.nav-right {
	width: 60%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav-right div {
	flex: 1;
	display: flex;
	height: 100%;
	justify-content: space-between;
	align-items: center;
}

.nav-right a {
	width: calc(70% - 2px);
	height: 100%;
	display: flex;
	justify-content: start;
	align-items: center;
	color: #fff;
	text-decoration: none;
	letter-spacing: 3px;
	/*writing-mode: vertical-rl;*/
	/* 将文字从右向左垂直显示 */
	/*text-orientation: upright;*/
	/* 确保文字正立显示 */
	white-space: nowrap;
	/* 防止文字换行 */
	position: relative;


	font-size:20px;
}

.nav-right a::after {
	position: absolute;
	content: '';
	width: 1px;
	right: 0;
	background: #fff;
	height: 20px;
}

.nav-right div:nth-child(1) a::after {
	height: 20px;
}

.nav-right div:nth-child(2) a::after,
.nav-right div:nth-child(5) a::after,
.nav-right div:nth-child(7) a::after,
.nav-right div:nth-child(10) a::after {
	height: 20px;
}

#wrap {

	position: relative;
	width: 100%;
	margin: 0px auto;
}


#wrap .img-list {
	display: flex;
	position: relative;
	left: 0px;

	/*width: 300%;*/

	height: 500px;
}

#wrap .img-list img {
	width: 100%;
	height: 500px;
	display: inline-block;
}

#wrap a {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	display: block;
	width: 40px;
	height: 70px;
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	user-select: none;
	font-size: 30px;
	text-align: center;
	line-height: 70px;
	text-decoration: none;
}

#wrap a.left {
	left: 0;
}

#wrap a.right {
	right: 0;
}

.circle-list {
	display: flex;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 240px;
	height: 40px;
	z-index: 3;
	justify-content: space-evenly;
}

.circle-list>.circle {
	margin: 0 5px;
	width: 60px;
	height: 15px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}

.circle-list>.circle.active {
	background: rgba(0, 0, 0, 0.5);
}

.banner-top {
	position: absolute;
	top: 0;
	width: 100%;
}

.banner-top img,
.banner-bottom img {
	width: 100%;
}

.banner-bottom {
	position: absolute;
	bottom: -10px;
	width: 100%;
}

.main {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}


.crumb {
	width: 80%;
	height: 30px;
	display: flex;
	align-items: center;
	color: #848484;
	margin: 10px 0;
}

.crumb a {
	font-weight: bold;
	font-size: 14px;
	color: #232323;
}

.crumb span {
	color: #666666;
	font-size: 14px;
}

.crumb a,
.crumb span {
	margin: 0 10px;
}




.title-box {
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
/*	height: 60px;
*/	position: relative;
	padding: 40px 0px 20px 0;
}

.title {
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.title>div:nth-child(1),
.title>div:nth-child(3) {
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.title>div:nth-child(1) img {
	width: auto;
	height: 50px;
}

.title>div:nth-child(3) img {
	width: 40px;
	height: 40px;
}

.title>div:nth-child(2) {

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	margin: 0 5px;
}
@media (min-width:1000px) /*pc端*/
{
.title>div:nth-child(2)>div:nth-child(1) {
	font-weight: 600;
	color: #9D2220;
	font-size: 30px;
	letter-spacing: 2px;
	line-height: 30px;
}
.mainBox {
    width: 90%;
    display: flex;
    justify-content: space-between;
}

}
	@media (max-width:1000px) /*手机端*/
{
.title>div:nth-child(2)>div:nth-child(1) {
	font-weight: bold;
	color: #9D2220;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 30px;
}

.inherit-demeanour-left { display:none}
.inherit-demeanour-right{width:100%}
.activity a.activity-item{width:50%}
.accomplishment-item{width:50% !important; padding:5px}
.main, .main-left, .main-right{width: 100% !important;}
.mainBox{ display: block}
}


.title>div:nth-child(2)>div:nth-child(2) {
	color: #9D2220;
}

.title-more {
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 120px;
	height: 80px;
	right: 0;
}

.title-more>div:nth-child(1),
.title-more>:nth-child(1)>a {
	display: block;
	width: 50px;
	height: 50px;
}

.title-more>div:nth-child(2) a {
	color: #565656;
}

.imgGroup {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.imgGroup .item {
	width: 23%;
	height: 350px;
	background: #f5f5f5;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.imgGroup .item>div:nth-child(1) {
	width: 100%;
	height: 279px;
	background: #FDCB46;
}

.imgGroup .item>div:nth-child(1) img {
	width: 100%;
	height: 100%;
}

.imgGroup .item>div:nth-child(2) {
	width: 100%;
	height: calc(100% - 279px);
	display: flex;
	justify-content: center;
	align-items: center;
}

.imgGroup .item>div:nth-child(2) a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #565656;
}

.culture {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 500px;
}

.cultureLeft,
.cultureRight {
	width: 48%;
	height: 100%;
}

.cultureLeft {
	display: flex;
	flex-direction: column;

}

.cultureLeft-tab-content {
	width: 100%;
	height: 100%;
}

.cultureLeft-tab-content-item {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.cultureLeft-tab-content-item>div:nth-child(1) {
	width: 100%;
	height: 420px;
	background: #9D2220;
	border-radius: 10px;

	overflow: hidden;
}

.cultureLeft-tab-content-item>div:nth-child(1) img {
	width: 100%;
	height: 100%;
}

.cultureLeft-tab-content-item-text {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	height: calc(100% - 420px);
}

.cultureLeft-tab-content-item-text-time {
	width: 20%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #a5a5a5;
}

.cultureLeft-tab-content-item-text-time::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 60%;
	top: 20%;
	right: 10px;
	background: #d4d4d4;
}

.cultureLeft-tab-content-item-text-time>div:nth-child(1) {
	font-size: 40px;
	letter-spacing: 3px;
}

.cultureLeft-tab-content-item-text-time>div:nth-child(2) {
	font-size: 14px;
	letter-spacing: 1px;
}

.cultureLeft-tab-content-item-text-list {
	width: 78%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.cultureLeft-tab-content-item-text-list>div:nth-child(1) {
	color: #848484;
}

.cultureLeft-tab-content-item-text-list>div:nth-child(2) {
	display: block;
	color: #848484;
	font-size: 14px;
	text-indent: 25px;
	width: 100%;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* 显示两行文本 */
	-webkit-box-orient: vertical;
	white-space: normal;
}

#tab {
	display: flex;
	width: 100%;
	justify-content: space-between;
	height: 40px;
	align-items: center;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 20px;
}

#tab>div {
	flex: 1;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}


#tab>div.active {
	color: #9D2220;
	border-bottom: 1px solid #9D2220;
}

.tab-item {
	width: 100%;
	height: 120px;
	background: #dadada;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	padding: 30px 0;
}

.tab-item-title {
	width: 100%;
	text-align: center;
	font-size: 20px;
	letter-spacing: 1px;
}

.tab-item-text {
	text-indent: 20px;
	font-size: 14px;
	line-height: 2;

}

.tab-list {
	margin-top: 40px;
}

.tab-list>div {
	margin: 10px 0;
}

.tab-list>div span {
	color: #9D2220;
	font-weight: bold;
	font-size: 20px;
	margin-right: 20px;
}

.more {
	width: 200px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}

.more a {
	color: #848484;
	width: 100%;
	height: 100%;
	display: flex;

	justify-content: center;
	align-items: center;
	border: 1px solid #848484;
	padding: 10px;
	border-radius: 15px;
}

.main-box .title-box {
	width: 100%;
}

/* 堆叠轮播 */
.out {
	width: 100%;
	height: 500px;
	position: relative;
	margin: 0 auto;
	top: 100px;

}

.out .inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.out .inner .img {
	width: 800px;
	height: 400px;
	position: absolute;
	transition: 0.3s;
}

.out .inner .img img {
	width: 100%;
	height: 100%;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px;
	border-radius: 15px;
	overflow: hidden;
}

.out .img-text {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #fafafa;
}

.out .img-text>div:nth-child(1) {
	font-weight: 600;
	text-indent: 20px;
	margin: 15px 0;
}

.out .img-text>div:nth-child(2) {
	width: calc(100% - 40px);
	margin: 10px 0 10px 20px;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}

.out #last {
	transform: translateX(0);
	z-index: 9;
	opacity: 1;
}

.out #first {
	transform: translateX(50%) scale(1.3);
	z-index: 99;
	opacity: 1;
}

.out #second {
	transform: translateX(100%);
	z-index: 9;
	opacity: 1;
}

.out #left {
	transform: translateX(-100px);
	z-index: 1;
	opacity: 0;
}

.out #right {
	transform: translateX(500px);
	z-index: 1;
	opacity: 0;
}

.video-content {
	width: 100%;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

.video-item {
	width: 23%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.video-img {
	width: 100%;
	height: 220px;
}

.video-img div {
	width: 100%;
	height: 100%;
}

.video-img img {
	width: 100%;
	height: 100%;
	background: #FDCB46;
}

.video-content-text {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #eeeeee;
}

.video-text {
	width: 100%;
	height: 130px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	position: relative;
}

.video-text::after {
	position: absolute;
	content: '';
	height: 1px;
	width: 90%;
	left: 5%;
	background: #d4d4d4;
	bottom: 0;
}

.video-text>div {
	width: 90%;
	font-size: 14px;
}

.video-text>div:first-child {
	font-weight: 600;
	font-size: 16px;
}

.video-btn {
	width: 90%;
	padding: 10px 0;
}

.video-btn a {
	padding: 0 8px;
	border: 1px solid #565656;
	color: #848484;
	border-radius: 15px;
}

.video-item:hover .video-content-text {
	background: #9D2220;
	color: #fff;
}

.video-item:hover .video-btn a {
	border: 1px solid #fff;
	color: #fff;
}

.box {
	width: 100%;
	height: 494px;
	margin: 0 auto;
	overflow: hidden;
}

.box .item {
	width: 83px;
	height: 494px;
	float: left;
}


.box .big {
	width: calc(100% - 166px);
}


.box .bj {
	width: 20px;
	height: 494px;
	background: #D20001;
	float: left;
	margin-left: 1px;
	cursor: pointer;
	writing-mode: vertical-lr;
	text-align: center;
	font-size: 20px;
	color: #FFF;
	padding-left: 31px;
	padding-right: 31px;
	letter-spacing: 3px;
}

.box .content {
	width: calc(100% - 83px);
	height: 494px;
	float: left;
	background: #d4d4d4;
	overflow: hidden;
}

.box .content-box {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
}

.box .content-box .subtitle {
	width: 95%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.box .content-box .subtitle>div:nth-child(1) {
	color: #D20001;
	font-weight: 600;
	font-size: 18px;
}

.box .content-box .subtitle>div:nth-child(2) {
	width: 30px;
	height: 30px;
	display: flex;
	background: #D20001;
	justify-content: center;
	align-items: center;
	color: #FFF;
	border-radius: 50%;
}

.content-group {
	width: 90%;
	height: calc(100% - 100px);
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.content-group-left {
	width: 35%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #cfcfcf;
}

.content-group-left-box {
	width: 85%;
	height: 90%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.content-group-left-box-img {
	width: 100%;
	height: 200px;
	background: #FDCB46;
}

.content-group-left-box-img img {
	width: 100%;
	height: 100%;
}

.content-group-left-box-text {
	width: 100%;
	height: calc(100% - 210px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
}

.content-group-left-box-text>div:nth-child(1) {
	font-weight: bold;
	font-size: 14px;
	width: 100%;
}

.content-group-left-box-text>div:nth-child(2) {
	line-height: 1.54;
	text-indent: 25px;
	font-size: 14px;
	letter-spacing: 1px;
}

.content-group-right {
	width: 62%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.content-group-right>div {
	width: 100%;
	border-bottom: 1px solid #565656;
	height: 40px;
}

.content-group-right>div a {
	color: #2c2c2c;
	font-size: 14px;
}

.content-group-right>div a span {
	color: #9D2220;
	font-weight: 600;
	font-size: 18px;
	margin-right: 15px;
}

.course {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.course-item {
	width: 49%;
	margin: 0.5%;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px;
}

.course-item-img {
	width: 100%;
}

.course-item-img img {
	width: 100%;
}

.course-item-text {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.course-item-text>div {
	width: 90%;
	margin: 10px 0;
}

.course-item-text>div:nth-child(1) {
	font-weight: 600;
	font-size: 18px;
}

.course-item-text>div:nth-child(2) {
	display: flex;
	justify-content: space-between;
}


.code {
	width: 100px;
	height: 100px;
	background: #FFF;
}



.kkpager span{
     padding: 5px 10px;
    border: 1px solid #ebebeb;
    font-size: 14px;
    margin: 0 7px;
}

#kkpager_gopage_wrap{
    display: none;
}


.fenye {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 47px;
}

.fenye a {
    padding: 5px 10px;
    border: 1px solid #ebebeb;
    font-size: 14px;
    color: #4479d1;
    margin: 0 7px;
}

.fenye a.on {
    background-color: #4479d1;
    color: #fff;
}

.information-left  .active a {
				background: #9e2726;
				color: #FFF;
				text-align: center;
				font-weight: 600;
				line-height: 50px;
}


.left_1-content {
	padding: 20px;
    font: 18px/34px Arial,Hiragino Sans GB,STHeiti,Helvetica Neue,Helvetica,Microsoft Yahei,WenQuanYi Micro Hei,sans-serif;
    color: #404040;
    word-break: break-word;: 14px; 

}

.left_1-title-box .left_1-text{
	color: #666666;
}

.btn-primary{
		width: 70px;
				height: 40px;
				background: #409eff;
				color: #fff;
				border: none;
				outline: none;
				cursor: pointer;
				border-radius: 5px;
}


#commentForm{
	border:1px solid #dcdcdc;
	border-radius: 10px;
}

.popularComments-item-name-thumbs a{color: #666666}

.tie-titlebar a{color: #666;}

.sclb span{margin:0px 10px; padding: 0px 5px;}
.sclb a{color: #666}



.filter-wrap {
    margin: 20px 0;
    padding: 20px;
    box-shadow: rgb(0 0 0 / 15%) 0 0 10px;
    border-radius: 6px;
    width:98%;
}

.filter-wrap h5 {
    flex-shrink: 0;
    font-size: 15px;
    font-weight: bold;
}

.filter-wrap  a{ color: #666; }

.tit-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.filter-selected .tit-filter {
    flex-shrink: 0;
    margin-bottom: 0;
}

.con-filter {
    display: flex;
    align-items: flex-start;
    padding: 15px 0 10px 0;
    border-top: 1px solid #f1f1f1;
}

.con-filter h5 {
    margin-top: 3px;
}

.con-filter:last-child {
    padding-bottom: 0;
}

.con-filter ul li:hover a {
    color: #FFF;
    text-decoration: none;
}



.con-filter ul li a:hover {
    color: #FFF;
    text-decoration: none;
}

.ul-filter li {
    display: flex;
    align-items: center;
    /* margin: 0 0 6px 12px; */
    margin: 0px;
    margin-left: 10px;
    padding: 3px 10px;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    cursor: pointer;
    padding:5px 10px;

}
.ul-filter .on{
	background: #d20001;
	color: #fff;
}

.ul-filter .on a{
	background: #d20001;
	color: #fff;
}

.ul-filter li:hover {
    background-color: #d20001;
    color: #fff;
}

.ul-filter {
    display: flex;
    flex-wrap: wrap;
}

.ul-filter li {
    margin-left: 40px;
    margin-bottom: 5px;
}

.filter-selected {
    display: flex;
    height: 52px;
    align-items: center;
    border-top: 1px solid #dee2e6;
}


.live-item a{ color: #000 }
.live-item-organizer {color: #666; font-size: 14px;}

.left_1-content .sh img{cursor: hand;}

.left_1-content .sh span{cursor: hand;}

.popularComments {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 15px 0;
}

.popularComments-title {
	color: #000;
	font-weight: 700;
	font-size: 24px;
	display: flex;
	align-items: center;
	height: 35px;
}

.popularComments-title span {
	margin-right: 5px;
	height: 30px;
}

.popularComments-title span img {
	width: 26px;
	height: 30px;
}

.popularComments-box {
	width: 100%;
	min-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.popularComments-content {
	width: 90%;
	margin: 5%;
}

.popularComments-item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin: 20px 0;
}

.popularComments-item-img {
	width: 57px;
	height: 57px;
}

.popularComments-item-img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.popularComments-item-textGroup {
	width: calc(100% - 70px);
	display: flex;
	flex-direction: column;
}

.popularComments-item-name-thumbs {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #666666;
}

.popularComments-item-pointer {
	display: flex;
	align-items: center;
}

.popularComments-item-pointer .icon {
	fill: #666666;
	width: 16px;
	height: 16px;
}

.popularComments-item-name-time {
	margin: 18px 0;
	color: #666666;
	font-size: 14px;
}

.popularComments-item-name-text {
	color: #232323;
}
/*清除边距*/
div,ul,li{
	margin: 0;
	padding: 0;
}
/*首先准备一个放图片的容器*/
.container{
	width: 500px;
	height: 280px;
	position: relative;
	top: 100px;
	left: 30%;
	/*border: 1px solid #ccc;*/
}
/*图片样式*/
.container img{
	position: absolute;        /*把所有图片放在同一个位置*/
	width: 100%;
	transition-duration: 0.5s;    /*设置过渡时间*/
	opacity: 0;                /*把所有图片变透明*/
}
/*图片显示开关*/
.container img.on{
	opacity: 1;                /*用于显示图片*/
}
/*左右按钮 按钮用图片更好点,这里为了简便就用大于小于号*/
.left, .right{
	position: absolute;
	top: 30%;
	width: 60px;
	height: 100px;
	line-height: 100px;
	background-color: #666;
	opacity: 0.5;
	text-align: center;
	font-size: 60px;
	color: #ccc;
	display: none;    /*先隐藏按钮*/
	cursor: pointer;    /*设置鼠标悬停时的样式*/
}
.left{
	left: 0;
}
.right{
	right: 0;
}
.container:hover .left, .container:hover .right{
	display: block;            /*鼠标悬停才容器范围内时显示按钮*/
}
.left:hover, .right:hover{
	color: #fff;
}
/*焦点*/
.container ul{
	position: absolute;
	bottom: 0;
	max-width: 500px;
	padding: 5px 200px;
}
.container ul li{
	list-style: none;
	float: left;
	background-color: #ccc;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-left: 10px;
	cursor: pointer;
}
.container ul li.active{
	background-color: #282923;        /*焦点激活时的样式*/
}

.biaoti {
	text-align: center;
	padding-top: 30px;
}

.index {
	font-size: 20px;
	margin: auto;
	width: 600px;
	background-color: white;
	margin-top: 10px;
}

.biaodan {
	padding-left: 50px;
	line-height:100%;
}

#tijiao {
	width: 200px;
	height: 50px;
	font-size: 30px;
	color: whitesmoke;
	background-color: #3366CC;
	margin-left: 150PX;
	margin-top: 16PX;
	margin-bottom: 20PX;
	border-radius: 6px;

}


/*评论框样式*/


.bs-example {

	padding:15px 0px 0px 0px;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:2px;
}

.tie-titlebar{
	height: 30px;
	line-height: 30px;
	clear: both;
	overflow: hidden;
	text-align: left;
	font-size: 14px;

	padding:5px 0;
	width:100%;
}
.tie-titlebar strong {
	float: left;
	font-size: 16px;
	padding-left:15px;
}
.tie-titlebar ins{
	float:right; text-decoration:none; padding-right:15px;
}
.form-control {
	display: block;
	width:550px;
	height:30px;
	padding:6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius:2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	resize:none;
	margin: 20px 0px 0px 0px;
}
.form-control:focus{border-color:#0063cf;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}


.control-label{
	display:block;
	font-weight:700;
	font-size: 14px;
	color: #555;
	font-weight: bold;
	margin-bottom:10px;
}



/*right*/
.siderNav{width:350px; height:30px;}
.topmenu li,.topmenu b.icon_arr,.topmenu li.weibo b,.topmenu li.weixin b,.topmenu .wxht{background:url(../images/Jtop-dmFFXaXXX8QSDI-400-340.png) no-repeat;}
.topmenu{height:30px;line-height:30px;color:#333; display:block;}
.topmenu li{float:right;position:relative;background-position:right 5px;}
.topmenu b{display:block;position:relative;height:30px;padding:0 10px;font-weight:normal;z-index:20;}
.topmenu li a{text-decoration:none;}
.topmenu li a:hover{text-decoration:none;}
.topmenu .jq_hidebox{display:none;position:absolute;left:0;top:30px;padding:10px;border:1px solid #dedede;background:#fff; z-index:10; border-radius:0 0 2px 2px;}
.topmenu .down_con.hover b{border:1px solid #dfdfdf;border-bottom:none;background-color:#fff; text-decoration:none;}
.topmenu .down_con.hover{margin:-1px -1px 0 -1px;}
.topmenu b.icon_arr{padding-right:23px;background-position:right -20px;}
.topmenu li.hover b.icon_arr{background-position:right -43px;}


@media (min-width:1000px) /*pc端*/
{
	
.j_head { width: 100%; height: 300px; background: url(../img/bg.png) no-repeat center center; color: #fff; font-size: 16px;background-size: cover; }
.j_head .j_wrap { height: 100px; display: flex; align-items: center;  }
.j_head .logo{margin-left:15%; width: 40%;height: 50px; margin-top: 1%}
.j_head a{color:#fff;font-size:16px;}
.j_menu { background: #a20304 ;height: 70px;border-top: solid 1px #f9c671}
.j_menu ul { display: flex; line-height: 70px; width: 80%; margin: 0px auto}
.j_menu li a{white-space:nowrap; display:block;color:#fff;font-size:18px;font-family:华文中宋}
.j_menu li.on a, .j_menu li a:hover { background: #810203 }
.j_menu li{width:76%;text-align: center;}


.main-box {
	width: 80%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin:10px auto;
}


	}

	
	@media (max-width:1000px) /*手机端*/
{
.j_head { width: 100%; height: 300px; background: url(../img/bg.png) no-repeat center center; color: #fff; font-size: 16px; background-size: cover;}
.j_head .j_wrap { height: 100px; display: flex; align-items: center;  }
.j_head .logo{margin-left:1%; height: 50px; margin-top: 1%}
.j_head a{color:#fff;font-size:16px;}
.j_menu { background: #a20304 ;height: 70px;border-top: solid 1px #f9c671}
.j_menu ul { display: flex; line-height: 70px; width: 80%; margin: 0px auto}
.j_menu li a{white-space:nowrap; display:block;padding:0 32px;color:#fff;font-size:18px;font-family:华文中宋}
.j_menu li.on a, .j_menu li a:hover { background: #810203 }



.main-box {
	width:98%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin:10px auto;
}

	}






/*投票内容页*/
/* 底部结束 */


.activity {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}


.activity-item-box {
	width: 95%;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
}


.activity-item-content {
	width: 100%;
	height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}

.activity-item-img-box {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #f4f4f4;
}

.activity-item-img-box img {
	width: 100%;
	height: 100%;
}


.activity-badge {
	position: absolute;
	left: 10px;
	top: 10px;
}

.activity-badge>div {
	width: 80px;
	height: 25px;
	background: #9c2322;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0 10px 10px 10px;
}

.activity-badge>div.active {
	width: 80px;
	height: 25px;
	background: #7a9495;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0 10px 10px 10px;
}



.activity-item {
	width: 25%;
	margin: 20px 0;
}

.activity-item-img {
	width: 100%;
	position: relative;
	height: 180px;
	overflow:hidden;
}

.activity-item:nth-child(4n+1) {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.activity-item:nth-child(4n+2) {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.activity-item:nth-child(4n+3) {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.activity-item:nth-child(4n+4) {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.activity-item-content>div {
	width: 90%;
}

.activity-item-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.activity-item-title>div:nth-child(1) {
	font-size: 18px;
	font-weight: 600;
	color: #232323;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.activity-item-title>div:nth-child(2) {
	font-size: 14px;
	color: #999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.activity-item-address {
	font-size: 14px;
	color: #999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.activity-item-subtitle {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.activity-item-subtitle-text {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.activity-item-subtitle-text img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
}

.activity-item-subtitle-option {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
}

.activity-item-subtitle-option>div {
	margin: 0 5px;
	display: flex;
	align-items: center;
	color: #999;
}

.activity-item-subtitle-option>div img {
	width: 20px;
	height: 20px;

}

.activity-item-content2 {
	height: 120px;
}

.activity-item-address2>div {
	margin: 3px 0;
	font-size: 12px;
}

.activity-item-subtitle-option2 {
	justify-content: space-between;
}

.activity-item-subtitle-option2>div {
	margin: unset;
}

.activity-item-subtitle-text2 {
	justify-content: flex-start;
	font-weight: 600;
}


/* 资讯开始 */

@media (min-width:1000px) /*pc端*/
{
		.information {
			width: 100%;
			display: flex;
			justify-content: space-between;
		}
}
	@media (max-width:1000px) /*手机端*/
{
		.information {
			width: 100%;
			justify-content: space-between;
		}
}
		.information-left {
			width: 200px;
			border: 1px solid rgba(0, 0, 0, 0.15);
			max-height: auto;
			padding-bottom: 10px;
		}

		.information-left>div {
			width: 100%;
			height: 50px;
			margin: 1px 0;
		}

		.information-left a {
			width: 100%;
			height: 100%;
			display: flex;
			justify-content: center;
			align-items: center;
			color: #232323;
		}



		.information-left .active {
			background: #9e2726;
			color: #FFF;
			text-align: center;
			font-weight: 600;
			line-height: 50px;
		}


		.information-left a:hover {
			background: #9e2726;
			color: #FFF;
		}

		.information-left a.active {
			background: #9e2726;
			color: #FFF;
			font-weight: 600;
		}

		.information-right {
			width: calc(100% - 230px);
			border-top: 1px solid rgba(0, 0, 0, 0.15);
		}

		.information-right-group {
			width: 100%;
		}

		.information-right-group .information-right-item {
			width: 100%;
			display: flex;
			justify-content: space-between;
			align-items: center;
			height: auto;
			padding: 20px 0px;
			margin: 20px 0;
			border-bottom: 1px solid rgba(0, 0, 0, 0.15);
		}


		.information-right-group .information-right-item .information-item-left img {
			max-width: 350px;
			max-height: 250px;
		}

		.information-right-group .information-right-item .information-item-right {
			width: calc(100%);
			height: 100%;
			margin-left:5px

		}


		.information-item-right-box {
			width: 100%;
			height: 100%;
			display: flex;
			flex-direction: column;
			justify-content: space-evenly;

		}


		.information-item-right-text {
			font-size: 14px;
		}

		.information-item-right-content {
			font-size: 14px;
			color: #7b7b7b;
			line-height: 2;
		}

		.information-right-group a {
			color: #000;
		}

		.information-right-list {
			margin-top: 30px;
			width: 100%;
		}

		.information-right-list .information-right-item {
			width: 100%;
			display: flex;
			align-items: center;
			justify-content: space-between;
			padding-bottom: 20px;
			border-bottom: 1px solid rgba(0, 0, 0, 0.15);
			margin-top: 15px;
		}

		.information-right-item-left {
			width: 90px;

			height: 90px;
			background: #9e2726;
			display: flex;
			flex-direction: column;
			align-items: center;
			float: left;
			justify-content: space-evenly;
			color: #FFF;
			border-radius: 5px;
		}

		.information-right-item-right {
			width: 100%;
			height: auto;
			min-height: 90px;
			display: flex;
			float: left;
			justify-content: space-evenly;
			flex-direction: column;

		}

		.information-right-item-left>div:nth-child(1) {
			font-size: 35px;

		}

		.information-right-item-right>div:nth-child(1) {
			font-weight: 600;
		}

		.information-right-item-right>div:nth-child(2) {
			font-size: 14px;
			color: #7b7b7b;
		}

		.information-right-item-right .i_title {
			padding: 0px 0px 20px 0px;
		}


@media (min-width:1000px) /*pc端*/
{
		.information-right-group .information-right-item .information-item-left img {
			margin-left: 40px;
			width: 284px;
			height: 160px;
			transition: transform 1.5s ease;
		}
				.information-item-right-title {
			font-weight: 600;
			font-size: 18px;
			padding: 0px 0px 20px 0px;
		}
		.information-right-group .information-right-item .information-item-left {
			width: 40%;
			height: 100%;
			padding-right: 30px;
			overflow: hidden;
		}

}
	@media (max-width:1000px) /*手机端*/
{
		.information-right-group .information-right-item .information-item-left img {
			height: 100px;
			transition: transform 1.5s ease;
			width: 100%;
		}
		.information-item-right-title {
			font-weight: 600;
			font-size: 14px;
			padding: 0px 0px 20px 0px;
		}
		.information-right-group .information-right-item .information-item-left {
			width:50%;
			height: 100%;
			padding-right: 30px;
			overflow: hidden;
		}

        .accomplishment-item-img {
				height: 100px !important;
			}
			.accomplishment-item-address{
				font-size:12px !important;
			}
			

}
		.information-right-item:hover img {
			transform: scale(1.2);
		}

		.information-right-item:hover .information-item-right-box .information-item-right-title a {
			color: white;
		}

		.information-right-item:hover {
			color: white;
			background-color: #9e2726;
			cursor: pointer;
		}

		.information-right-item:hover .information-item-right-box .information-item-right-content {
			color: white;
		}

		.information-right-item:hover .i_title a {
			color: white;
		}

		.information-right-item:hover .i_summ {
			color: white;
		}
		.information-item-right  img {
			margin-left: 40px;
			width: 284px;
			height: 160px;
			transition: transform 1.5s ease;
		}
		
		.information-item-right:hover a{
			color: white;
		}
		.information-item-right:hover .i_title a {
			color: white;
		}
		.information-item-right:hover .i_title a {
			color: white;
		}
		.information-right-item-right{
			width:905px !important;
			height:175px !important;
		}
		
		
.accomplishment {
				display: flex;
				flex-wrap: wrap;
				width: 100%;
			}

			.accomplishment-item-box {
				width: 95%;
				border-radius: 10px;
				overflow: hidden;
				box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
			}

			.accomplishment-item-content {
				width: 100%;
				height: 100px;
				display: flex;
				flex-direction: column;
				justify-content: space-evenly;
				align-items: center;
			}

			.accomplishment-item-img-box {
				position: absolute;
				width: 100%;
				height: 100%;
				background: #f4f4f4;
			}

			.accomplishment-item-img-box img {
				width: 100%;
				height: 100%;
			}

			.accomplishment-item {
				width: 25%;
				margin: 20px 0;
			}

			.accomplishment-item-img {
				width: 100%;
				position: relative;
				height: 180px;
			}

			.accomplishment-item:nth-child(4n+1) {
				display: flex;
				flex-direction: column;
				align-items: center;
			}

			.accomplishment-item:nth-child(4n+2) {
				display: flex;
				flex-direction: column;
				align-items: center;
			}

			.accomplishment-item:nth-child(4n+3) {
				display: flex;
				flex-direction: column;
				align-items: center;
			}

			.accomplishment-item:nth-child(4n+4) {
				display: flex;
				flex-direction: column;
				align-items: center;
			}

			.accomplishment-item-content>div {
				width: 90%;
			}

			.accomplishment-item-title {
				display: flex;
				justify-content: space-between;
				align-items: center;
			}

			.accomplishment-item-title>div:nth-child(1) {
				font-size: 18px;
				font-weight: 600;
				color: #232323;
				white: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
				white: nowrap;
			}

			.accomplishment-item-title>div:nth-child(2) {
				font-size: 14px;
				color: #999;
				white: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
				white: nowrap;
			}

			.accomplishment-item-address {
				font-size: 18px;
				color: #999;
				white: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
				white: nowrap;
			}

			.accomplishment-item-subtitle {
				display: flex;
				justify-content: space-between;
				align-items: center;
			}

			.accomplishment-item-subtitle-text {
				display: flex;
				justify-content: center;
				align-items: center;
				font-size: 14px;
				color: #000;
				white: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
				white: nowrap;
			}

			.accomplishment-item-subtitle-text img {
				width: 40px;
				height: 40px;
				border-radius: 50%;
				margin-right: 10px;
			}

			.accomplishment-item-subtitle-option {
				display: flex;
				justify-content: center;
				align-items: center;
				font-size: 12px;
			}

			.accomplishment-item-subtitle-option>div {
				margin: 0 5px;
				display: flex;
				align-items: center;
				color: #999;
			}

			.accomplishment-item-subtitle-option>div img {
				width: 20px;
				height: 20px;

			}

			.accomplishment-item-badge {
				position: absolute;
				top: 0;
				left: 0;
				background: rgba(0, 0, 0, 0.45);
				width: 120px;
				height: 25px;
				display: flex;
				justify-content: center;
				align-items: center;
				color: #FFF;
				border-radius: 0 0 10px 0;
			}

			.accomplishment-item-badge.active {
				background: #D20001;
			}

			.accomplishment-demeanour {
				width: 100%;
				display: flex;
				justify-content: space-between;
				align-items: center;
			}


			.accomplishment-demeanour-left {
				width: 48%;
				height: 450px;
				border-radius: 15px;
				overflow: hidden;
			}

			.accomplishment-demeanour-left img {
				width: 100%;
				height: 100%;
			}

			.accomplishment-demeanour-right {
				width: 48%;
				display: flex;
				flex-direction: column;
				height: 450px;
				justify-content: space-between;
			}

			.accomplishment-demeanour-right-title {
				width: 100%;
				border-bottom: 1px solid #f5f5f5;
				padding: 15px 0;
			}

			.accomplishment-demeanour-right-title span {
				border-bottom: 3px solid #D20001;
				padding: 20px 0;
				box-sizing: border-box;
				font-size: 20px;
				font-weight: bold;
				color: #D20001;
			}

			.accomplishment-demeanour-right-content {
				width: 100%;
				padding: 20px 0;
				background: #f5f5f5;
				margin: 10px 0;
				display: flex;
				flex-direction: column;
				align-items: center;
			}

			.accomplishment-demeanour-right-content>div {
				width: 90%;
			}

			.accomplishment-demeanour-right-content-title {
				font-weight: 600;
				font-size: 18px;
				margin: 15px 0;
			}

			.accomplishment-demeanour-right-content-text {
				text-indent: 30px;
				letter-spacing: 1px;
				line-height: 1.666;
			}

			.accomplishment-demeanour-right-list {
				width: 100%;
				display: flex;
				flex-direction: column;
				align-items: center;
			}

			.accomplishment-demeanour-right-item {
				width: 100%;
				display: flex;
				align-items: center;
				margin: 8px 0;
				color: #000;
				font-size: 15px;
			}

			.accomplishment-demeanour-right-item>span {
				width: 10px;
				height: 10px;
				background: #D20001;
				border-radius: 50%;
				margin-right: 10px;
			}
		