a {
	text-decoration: none
}
header {
	position: relative;
	height: 160px;
	line-height: 180px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
header h1 {
	font-size: 20px;
	font-size: 1.25rem
}

@media only screen and (min-width:768px) {
	header {
		height: 200px;
		line-height: 225px
	}
	header h1 {
		font-size: 26px;
		font-size: 1.625rem
	}
}

.cd-tabs {
	position: relative;
	width: 90%;
	max-width: 1100px;
	margin: 2em auto
}
.cd-tabs:after {
	content: "";
	display: table;
	clear: both
}
.cd-tabs::after {
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	width: 50px;
	z-index: 1;
	pointer-events: none;
	background: -webkit-linear-gradient(right, #f8f7ee, rgba(248, 247, 238, 0));
	background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s
}

.cd-tabs.is-ended::after {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s
}
.cd-tabs nav {
	overflow: hidden;
	-webkit-overflow-scrolling: touch;

}

@media only screen and (min-width:768px) {
	.cd-tabs::after {
		/*display: none*/
	}
	.cd-tabs nav {
		/*position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		box-shadow: inset -2px 0 3px rgba(203, 196, 130, .06);
		z-index: 1*/
	}
}

@media only screen and (min-width:960px) {
	.cd-tabs nav {
		position: relative;
		float: none;
		background: 0 0;
		box-shadow: none
	}
}

.cd-tabs-navigation {
	width: 360px
}
.cd-tabs-navigation:after {
	content: "";
	display: table;
	clear: both
}
.cd-tabs-navigation li {
	float: left;
	width: 25%;
}
.cd-tabs-navigation a {
	position: relative;
	display: block;
	height: 60px;
	width: 60px;
	text-align: center;
	font-size: 12px;
	font-size: .75rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/*font-weight: 700;*/
	color: #c3c2b9;
	padding-top: 34px
}
.no-touch .cd-tabs-navigation a:hover {
	/*color: #29324e;
	background-color: rgba(233, 230, 202, .3)*/
}
.cd-tabs-navigation a.selected {
	background-color: #005bac !important;
	/* box-shadow: inset 0 2px 0 #f05451; */
	color: #fff;
	font-weight: 700;
	border-left: 1px solid #99c5ea;
	border-right: 1px solid #99c5ea;
}
.cd-tabs-navigation a::before {
	position: absolute;
	top: 12px;
	left: 50%;
	display: inline-block;
	height: 20px;
	width: 20px
}

@media only screen and (min-width:768px) {
	.cd-tabs-navigation {
		width: 80px;
		float: left
	}
	.cd-tabs-navigation a {
		height: 80px;
		width: 80px;
		padding-top: 46px
	}
	.cd-tabs-navigation a.selected {
		/*box-shadow: inset 2px 0 0 #f05451*/
	}
	.cd-tabs-navigation a::before {
		top: 22px
	}
}

@media only screen and (min-width:960px) {
	.cd-tabs-navigation {
		width: 99.8%;
		/*background-color: #f8f7ee;
		box-shadow: inset 0 -2px 3px rgba(203, 196, 130, .06);*/
		border: 1px solid #99c5ea;
	}
	.cd-tabs-navigation a {
		height: 46px;
		line-height: 46px;
		width: auto;
		text-align: center;
		font-size: 14px;
		font-size: 1.5rem;
		padding: 0;
		color: #005bac;
	}
	.cd-tabs-navigation a.selected {
		/*box-shadow: inset 0 2px 0 #f05451*/
	}
	.cd-tabs-navigation a::before {
		top: 50%;
		margin-top: -10px;
		margin-left: 0;
		left: 38px
	}
}

.cd-tabs-content {
	/*background: #fff;*/
}
.cd-tabs-content li {
	display: none;
	/*padding: 1.4em;*/
}

.cd-tabs-content li.selected {
	display: block;
	-webkit-animation: cd-fade-in .5s;
	-moz-animation: cd-fade-in .5s;
	animation: cd-fade-in .5s
}
.cd-tabs-content li p {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5;
	margin-bottom: 1em
}
.Tab_newTitle .fright {
    position: absolute;
    right: 3px;
    top: -4px;
}
.Tab_newTitle .fright {
    float: right;
    line-height: 54px;
}
 .fright_more {
    padding-right: 15px;
    line-height: 36px;
    font-size: 14px;
    background: url(../../img/caret-dark.png) no-repeat right center;
    background-size: 10px;
}
.Tab_newTitle {height: 28px;width: 100%;    position: relative;}

@media only screen and (min-width:768px) {
	.cd-tabs-content {
		min-height: 480px
	}
	.cd-tabs-content li {
		padding: 2em 2em 2em 7em
	}
}

@media only screen and (min-width:960px) {
	.cd-tabs-content {
		min-height: 0;
		margin-top: 40px;
	}
	.cd-tabs-content li {
		padding: 0;
	}
	.cd-tabs-content li p {
		/*font-size: 16px;
		font-size: 1rem*/
	}
}

@-webkit-keyframes cd-fade-in {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-moz-keyframes cd-fade-in {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes cd-fade-in {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

/* 标题 */
.btanch {
	width: 100%;
	height: 660px;
	background-color: #f2f8fc;
	margin-top: 72px;
}
.btanchContent {
	margin: 0 auto;
	width: 1100px;
}
.btanchTitle {
	width: 1100px;
	margin: 0 auto;
	padding-top: 20px;
}
.btanchTitle {
	position: relative;
}
.leftDiv {
	position: absolute;
	width: 0;
	height: 4px;
	left: 0;
	top: 89px;
}
.rightDiv {
	position: absolute;
	width: 0;
	height: 4px;
	right: 0;
	top: 89px;
}
.btanchTitle img {
	width: 100%;
}
.IPImg {
	display: none;
}

/* 大会动态-选项卡 */
.tab_leftPart {
	width: 498px;
	float: left;
	position: relative;
}
.tab_leftPart a {
	display: block;
	width: 498px;
	height: 330px;
}
.tab_leftPart a img {
	width: 100%;
	height: 100%;
}
.tab_leftPart a p {
	width: 100%;
	height: 40px;
	line-height: 40px;
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	bottom: 0;
	margin: 0;
	color: #fff;box-sizing: border-box;
}
.tab_rightPart {
	width: 560px;
	height: 330px;
	margin-left: 40px;
	float: left;
}
.tab_title {
	display: block;
	height: 28px;
	line-height: 28px;
	background: url(../../img/icon_dian.png) no-repeat left 10px;
	background-size: 10px;
	padding-left: 20px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.tab_title2 {
	display: block;
	height: auto;
	line-height: 35px;
	background: url(../../img/icon_dian.png) no-repeat left 10px;
	background-size: 10px;
	padding-left: 20px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin: 10px 0;
}
.tab_words {
	height: 42px;
	color: #333;
	margin-top: 1em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media screen and (max-width: 1200px){
.cd-tabs {
		margin: 1em auto 0;
	}
	.btanch {
		background: none;
		margin-top: 0;
		height: auto;
		overflow: hidden;
	}
	.btanchContent {
		position: relative;
		width: 100%;
	}
	.picture, .pantner, .btanchTitle {
		padding-top: 10px;
		width: 100%;
		position: relative;
	}
	.PCImg, .rightDiv, .leftDiv {
		display: none;
	}
	.btanchTitle img {
		box-sizing: border-box;
		padding-right: 25px;
	}
	.IPImg {
		display: block;
	}

	/* 大会动态-选项卡 */
	.cd-tabs {
		width: 94%;
		max-width: 1100px;
		margin: 1em auto 0;
	}
	.cd-tabs nav {
		width: 100%;
		border: 1px solid #99c5ea;
	}
	.cd-tabs-content {
		min-height: 0;
		margin-top: 26px;
	}
	.cd-tabs-navigation {
		width: 100%;
	}
	.cd-tabs-navigation a {
		height: 32px;
		width: auto;
		text-align: center;
		font-size: 12px;
		font-size: 0.9rem;
		padding-top: 0;
		line-height: 32px;
		color: #005bac;
	}
	.tab_leftPart {
		width: 100%;
		float: none;
	}
	.tab_leftPart a {
		display: block;
		width: 100%;
		height: 0;
		position: relative;
		padding-bottom: 66%;
		overflow: hidden;
	}
	.tab_leftPart a img {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.tab_leftPart a p {
		height: 28px;
		line-height: 28px!important;
		padding: 0 10px;
	}
	.tab_rightPart {
		width: 100%;
		height: auto;
		margin-left: 0;
		float: none;
	}
	.tab_mop {
		margin-top: 2%;border-bottom: 1px solid #ddd;
	}
        .tab_mop:last-child {border-bottom: none;}
	.tab_title {
		height: 24px;
		line-height: 24px;
		background: url(../../img/icon_dian.png) no-repeat left 9px;
		background-size: 8px;
		padding-left: 16px;
		font-size: 14px;
	}
	.cd-tabs-content li {
		padding: 0;
	}
	.cd-tabs-content li p.tab_words {
		height: 36px;
		margin-top: 0.6em;
		font-size: 12px !important;
		margin-bottom: 1em!important;
	}
	.tab_words {
		height: 42px;
		margin-top: 0.6em;
	}
}

