* {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    font-family: "Microsoft YaHei";
    background: #ffffff;
}

a {
    text-decoration: none;
    cursor: pointer;
}
a:hover { text-decoration:none; -webkit-tap-highlight-color:transparent; }

ul, li {
    list-style: none;
}

input {
    border: 0;
    outline: none;
}

i, em {
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    zoom: 1;
}

.clear:after {
    display: table;
    content: '';
    clear: both;
}

.pcNone {
    display: none !important;
}

/* 头部样式 */
.tjj_top{
	height: 100px;
	background-color: #ffffff;
	box-shadow: 0px 2px 8px 0px 
		rgba(204, 204, 204, 0.46);
	position: relative;
	z-index: 2;
}
.tjj_top .context{
	width:1400px;
	height: 100px;
	margin:0 auto;
}
.tjj_top .logo{
	
}
.tjj_top .logo img{
	width:499px;
	height: 76px;
	padding-top:10px;
}
.tjj_top .nav{
	
}
.tjj_top .nav li{
	margin:0 13px;
	float:left;
	margin-top:7px;
}
.tjj_top .nav li a{
	font-size: 20px;
	font-weight: normal;
	line-height: 86px;
	color: #1a1a1a;
	position: relative;
	display: block;
}
.tjj_top .nav li a::after{
	content:"";
	height: 4px;
	width:100%;
	position: absolute;
	bottom:0px;
	border-radius:2px;
	background-color: #fff;
	display: block;
}
.tjj_top .nav li.active a,.tjj_top .nav li:hover a{
	color: #005ba0;
}
.tjj_top .nav li.active a::after,.tjj_top .nav li:hover a::after{
	position: absolute;
	bottom:0px;
	border-radius:2px;
	background-color: #005ba0;
	display: block;
}
/* 头图 */
.tjj_banner{
	width:100%;
	margin:0 auto;
	height: 600px;
	text-align: center;
	background: url(/images/tjj_pc1400_pic25.png) center top no-repeat;
}
/* 新闻动态 */
.tjj_new{
	width:1400px;
	margin:0 auto;
	margin-top:52px;
}
.tjj_new .title{
	position: relative;
	height: 90px;
	
}
.tjj_new .title h1{
	text-align: center;
	
	color: #005ba0;
	height: 40px;
	line-height: 40px;
}
.tjj_new .title h1 span{
	font-size: 40px;
	height: 40px;
	overflow: hidden;
	display: inline-block;
}
.tjj_new .title h1::before{
	 content:"";
	 background: url(/images/tjj_pc1400_pic1.png) left 0px no-repeat;
	 width:60px;
	 height: 40px;
	 display: inline-block;
}
.tjj_new .title h1::after{
	 content:"";
	 background: url(/images/tjj_pc1400_pic2.png) right 0px no-repeat;
	 width:60px;
	 height: 41px;
	 display: inline-block;
}
.tjj_new .title .btn_more{
	position: absolute;
	right:0px;
	top:-10px;
	width:114px;
	height: 60px;
	background: url(../image/tjj_pc1400_pic26.png) left 0px no-repeat;
	color: #c7000b;
	text-align: right;
	line-height: 60px;
}
.title a.btn_more:hover{
	color: #005ca0;
}

.mainCont_lb {
	width: 740px;
	height: 493px;
	margin-top: 0px;
	position: relative;
	float:left;
}

.mainCont_lb ul li {
	width: 100%;
	height: 493px;
	position: relative;
}

.mainCont_lb ul li a {
	display: block;
}

.mainCont_lb ul li img {
	width: 100%;
	height: 100%;
}

.mainCont_lb ul li p {
	width: 740px;
	text-indent:22px;
	height: 54px;
	line-height: 54px;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 20px;
	color: #ffffff;
	background-color: rgba(0,0,0,.66);
}

.mainCont_lb .hd {
	position: absolute;
	right: -6px;
	bottom: 15px;
	width: 86px;
	height: 12px;
}

.mainCont_lb .hd li {
	float: left;
	width: 12px;
	height: 12px;
	margin-right: 12px;
	cursor: pointer;
	
	
}

.mainCont_lb .hd li.on {
	
}
.mainCont_lb .prev{ 
	position:absolute; 
	left:10px; 
	top:50%; 
	margin-top:-36px; 
	display:block; 
	width:25px; 
	height:46px; 
	opacity: 0;
}
.mainCont_lb .next{ 
	position:absolute; 
	right:10px; 
	top:50%; 
	margin-top:-36px; 
	display:block; 
	width:25px; 
	height:46px; 
	opacity: 0;
}
.mainCont_lb .prev:hover,
.mainCont_lb .next:hover{ filter:alpha(opacity=100);opacity:0;  }

.pageState{
	position: absolute;
	right:15px;
	bottom:10px;
	color: #fff;
	font-size: 22px;
	z-index: 10;
}
.pageState span{
	font-size: 28px;
}

.scale_img{ overflow: hidden;}
.scale_img .imgs{  
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	width: 100%;
	height: 100%;
}
.scale_img .imgauto{
	width: 100%;
	height: 100%;
}
.scale_img:hover .imgs{
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);}

.focus{ 
	overflow:hidden;
}
.focus .textList{
 	width:610px;
	float:right;
}
.focus .textList .ListOne{
 	height: 200px;
	overflow: hidden;
	background: url(/images/tjj_pc1400_pic8.png) left bottom no-repeat;
}
.focus .textList .ListOne h2 a{
	font-size: 26px;
	font-weight: normal;
	line-height: 30px;
	color: #1a1a1a;
	width:610px;
	display:block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.focus .textList .ListOne h2 strong{
 	
}
.focus .textList .ListOne p{
	font-size: 18px;
	font-weight: normal;
	line-height: 36px;
	color: #707070;
	margin-top:16px;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;  
}
.focus .textList ul li{
	background: url(/images/tjj_pc1400_pic8.png) left bottom no-repeat;
}


.focus .textList ul li a{
	font-size: 20px;
	font-weight: normal;
	line-height: 72px;
	color: #1a1a1a;
	float:left;
	width:520px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.focus .textList ul li  span{
	float:right;
	font-size: 18px;
	font-weight: normal;
	line-height: 72px;
	color: #999999;
	
}
.focus .textList ul li a:hover{ 
	color:#005ba0;
}

/* 通知公告 */
.tjj_tzgg{
	width:1400px;
	margin:0 auto;
	margin-top:80px;
}
.tjj_tzgg .title{
	position: relative;
	height: 90px;
	
}
.tjj_tzgg .title h1{
	text-align: center;
	color: #005ba0;
	height: 40px;
	line-height: 40px;
}
.tjj_tzgg .title h1 span{
	font-size: 40px;
	height: 40px;
	overflow: -hidden;
	display: inline-block;
	position: absolute;
	top:0px;
	
}
.tjj_tzgg .title h1 span:first-child{
	border-right:1px solid #8ab2d1;
	padding-right:30px;
	left:50%;
	margin-left:-200px;
	padding:0 20px;
	color: #738eb7;
	cursor:pointer;
}
.tjj_tzgg .title h1 span a {
	color: #738eb7;
}
.tjj_tzgg .title h1 span:nth-child(2){
	left:50%;
	margin-left:0px;
	padding:0 20px;
	color: #738eb7;
	cursor:pointer;
}
.tjj_tzgg .title h1 span.active{
	color: #005ba0;
}
.tjj_tzgg .title h1 span.active a{
	color: #005ba0;
}
.tjj_tzgg .title h1 span.active::after{
	content:"";
	position: absolute;
	bottom: -20px;
	left:70px;
	width: 48px;
	height: 4px;
	background-color: #005ba0;
	border-radius: 2px;
	display: block;
}
.tjj_tzgg .title h1::before{
	 content:"";
	 background: url(/images/tjj_pc1400_pic1.png) left 0px no-repeat;
	 width:450px;
	 height: 40px;
	 display: inline-block;
}
.tjj_tzgg .title h1::after{
	 content:"";
	 background: url(/images/tjj_pc1400_pic2.png) right 0px no-repeat;
	 width:60px;
	 height: 41px;
	 display: inline-block;
}
.tjj_tzgg .title .btn_more{
	position: absolute;
	right:0px;
	top:-10px;
	width:114px;
	height: 60px;
	background: url(../image/tjj_pc1400_pic26.png) left 0px no-repeat;
	color: #c7000b;
	text-align: right;
	line-height: 60px;
}
.tjj_tzgg .list ul{
	display: none;
}
.tjj_tzgg .list li{
	float: left;
	width: 464px;
	height: 299px;
}
.tjj_tzgg .list li a{
	width: 394px;
	height: 229px;
	background: url(../image/tjj_pc1400_pic27.png) left 0px no-repeat;
	display: block;
	padding:40px 35px 30px 35px;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #707070;
}
.tjj_tzgg .list li a h2{
	font-size: 22px;
	font-weight: normal;
	line-height: 36px;
	color: #1a1a1a;
	margin-bottom:12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.tjj_tzgg .list li a p{
	height: 96px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.tjj_tzgg .list li a em{
	text-align: right;
	display: block;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	line-height: 64px;
	color: #005ba0;
}

.tjj_tzgg .list ul li a:hover{
	background: url(../image/tjj_pc1400_pic28.png) left 0px no-repeat;
	color: #fff;
}
.tjj_tzgg .list ul li a:hover h2{
	color: #fff;
}
.tjj_tzgg .list ul li a:hover p{
}
.tjj_tzgg .list ul li a:hover em{
	color: #fff;
}


/* 底部 */
.foot{
	border-top:4px solid #ebebeb;
	height: 85px;
	background-color: #f7f7f7;
	text-align: center;
	padding-top:25px;
	margin-top:100px;
}
.foot p{
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	color: #333333;
}
.foot p span{
	padding:0 25px;
}

/*返回顶部*/
.backtop{
	position: fixed;
	top:80%;
	right:10px;
	z-index:100;
	width: 75px;
	height: 75px;
	background-color: #f7f7f7;
	border-radius: 6px;
}
.backtop a{
	background-image:url(/images/tjj_pc1400_pic4.png);
	background-repeat:no-repeat;
	background-position: center 17px;
	font-size:14px;
	color:#005ba0; 
	text-align: center;
	display: block;
	width: 75px;
	height: 30px;
	padding-top:45px;
	border-radius: 6px;
}
.backtop a:hover{
	background-image:url(/images/tjj_pc1400_pic4.png);
	background-repeat:no-repeat;
	background-position: center 17px;
	background-color: #e5eef5;
	font-size:14px;
	color:#005ba0; 
	text-align: center;
	display: block;
	width: 75px;
	height: 30px;
	padding-top:45px;
}

/* 论坛议程日程 */
.tjj_date{
	background: url(/images/tjj_pc1400_pic23.png) no-repeat center top;
	height: 1223px;
	margin-top:60px;
}
.tjj_date .title{
	padding-top:68px;
	padding-bottom:20px;
	position: relative;
	height: 90px;
	
}
.tjj_date .title h1{
	text-align: center;
	
	color: #005ba0;
	height: 40px;
	line-height: 40px;
}
.tjj_date .title h1 span{
	font-size: 40px;
	height: 40px;
	overflow: hidden;
	display: inline-block;
}
.tjj_date .title h1::before{
	 content:"";
	 background: url(/images/tjj_pc1400_pic1.png) left 0px no-repeat;
	 width:60px;
	 height: 40px;
	 display: inline-block;
}
.tjj_date .title h1::after{
	 content:"";
	 background: url(/images/tjj_pc1400_pic2.png) right 0px no-repeat;
	 width:60px;
	 height: 41px;
	 display: inline-block;
}
.tjj_date .context{
	width:1400px;
	margin:0 auto;
}
.tjj_date .context .list_down{
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px 
		rgba(212, 229, 243, 0.8);
	border-radius: 8px;
	margin-bottom:18px;
}
.tjj_date .context .list_down .title_down{
	height: 66px;
	padding:20px;
}
.tjj_date .context .list_down .title_down h2{
	font-size: 22px;
	font-weight: normal;
	color: #333333;
	line-height: 38px;
}
.tjj_date .context .list_down .title_down h3{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	line-height: 32px;
	color: #005ba0;
}
.tjj_date .context .list_down .title_down .btn_down{
	width: 132px;
	height: 32px;
	background-color: #ffffff;
	border-radius: 16px;
	border: solid 1px #c7000b;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #c7000b;
	display: inline-block;
	background:url(/images/tjj_pc1400_pic6.png) 20px 9px no-repeat;
	text-indent: 50px;
	margin-top:15px;
}
.tjj_date .context .list_down .title_down i.on{
	width: 20px;
	height: 11px;
	display: inline-block;
	background:url(/images/tjj_pc1400_pic11.png) 0px 0px no-repeat;
	cursor:pointer;
	margin-left:20px;
}
.tjj_date .context .list_down .title_down i{
	width: 20px;
	height: 11px;
	display: inline-block;
	background:url(/images/tjj_pc1400_pic12.png) 0px 0px no-repeat;
	cursor:pointer;
	margin-left:20px;
}
.tjj_date .context .list_down .txt{
	display: none;
	border-top:1px solid #e0e0e0;
	padding-bottom:20px;
}
.tjj_date .context .list_down .txt li{
	width: 630px;
	height: 101px;
	padding:20px 22px;
	background-color: #f6f8fb;
	border-radius: 8px;
	float:left;
	margin:20px 0 0 20px;
}
.tjj_date .context .list_down .txt li h2{
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	color: #005ba0;
	background:url(/images/tjj_pc1400_pic5.png) 0px 0px no-repeat;
	padding-left:28px;
}
.tjj_date .context .list_down .txt li h3{
	font-size: 18px;
	font-weight: normal;
	padding:20px 0;
	line-height: 26px;
	color: #1a1a1a;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;  
}
.tjj_date .context .list_down .txt li h4{
	font-size: 18px;
	font-weight: normal;
	line-height: 19px;
	color: #005ba0;
	background:url(/images/tjj_pc1400_pic3.png) 0px 0px no-repeat;
	padding-left:28px;
}


/* 竞赛活动 */
.tjj_jshd{
	width:1400px;
	margin:0 auto;
	position: relative;
	margin-top:55px;
}
.tjj_jshd .title{
	position: relative;
	height: 90px;
	
}
.tjj_jshd .title h1{
	text-align: center;
	
	color: #005ba0;
	height: 40px;
	line-height: 40px;
}
.tjj_jshd .title h1 span{
	font-size: 40px;
	height: 40px;
	overflow: hidden;
	display: inline-block;
}
.tjj_jshd .title h1::before{
	 content:"";
	 background: url(/images/tjj_pc1400_pic1.png) left 0px no-repeat;
	 width:60px;
	 height: 40px;
	 display: inline-block;
}
.tjj_jshd .title h1::after{
	 content:"";
	 background: url(/images/tjj_pc1400_pic2.png) right 0px no-repeat;
	 width:60px;
	 height: 41px;
	 display: inline-block;
}
.tjj_jshd .title .btn_more{
	position: absolute;
	right:0px;
	top:-10px;
	width:114px;
	height: 60px;
	background: url(../image/tjj_pc1400_pic26.png) left 0px no-repeat;
	color: #c7000b;
	text-align: right;
	line-height: 60px;
}
.tjj_jshd ul{
	position: relative;
	z-index: 100;
}
.tjj_jshd li{
	width: 328px;
	height: 410px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px 
		rgba(212, 229, 243, 0.8);
	border-radius: 8px;
	float: left;
	margin-right:29px;
	position: relative;
	margin-bottom:30px;
}
.tjj_jshd li:nth-child(4n){
	margin-right:0;
}
.tjj_jshd li a{
	color: #005ba0;
}
.tjj_jshd li h2{
	font-size: 16px;
	font-weight: normal;
	line-height: 68px;
	color: #005ba0;
	padding:0 30px;
}
.tjj_jshd li h3{
	width: 269px;
	height: 86px;
	font-size: 22px;
	font-weight: normal;
	line-height: 30px;
	color: #1a1a1a;
	padding:0 30px;
	margin-bottom:50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
}
.tjj_jshd li:hover h3{
	color: #005ca0;
}
.tjj_jshd li p{
	font-size: 16px;
	font-weight: normal;
	line-height: 23px;
	color: #707070;
	padding:0 30px;
}
.tjj_jshd li:hover p{
	color: #005ca0;
}
.tjj_jshd li h4{
	font-size: 16px;
	font-weight: normal;
	line-height: 56px;
	color: #005ba0;
	position: absolute;
	bottom:20px;
	left:30px;
}
.tjj_jshd li h5{
	font-size: 16px;
	font-weight: normal;
	line-height: 46px;
	color: #005ba0;
	padding:0 30px;
}
.tjj_jshd li h6{
	width: 269px;
	height: 62px;
	font-size: 22px;
	font-weight: normal;
	line-height: 30px;
	color: #1a1a1a;
	padding:0 30px;
	margin-bottom:50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
}
.tjj_jshd li:hover h6{
	color: #005ca0;
}
.tjj_jshd li .img{
	border-radius: 8px 8px 0 0;
	width: 328px;
	height: 219px;
	overflow: hidden;
}
.tjj_jshd .bg{
	width: 177px;
	height: 195px;
	background: url(/images/tjj_pc1400_pic9.png) left 0px no-repeat;
	position: absolute;
	bottom:-78px;
	right:-60px;
	z-index: 9;
}
.tjj_zlxz{
	width:100%;
	height: 300px;
	background: url(/images/tjj_pc1400_pic29.png) center top no-repeat;
	margin-top:80px;
}
.tjj_zlxz .context{
	width:1400px;
	margin:0 auto;
	padding-top:48px;
}
.tjj_zlxz .down_content{
	width:700px;
	float:left;
	height: 300px;
}
.tjj_zlxz .down_content h1{
	font-size: 36px;
	font-weight: normal;
	line-height: 32px;
	color: #ffffff;
	background: url(/images/tjj_pc1400_pic10.png) 0px 0px no-repeat;
	padding-left:55px;
	height: 40px;
}
.tjj_zlxz .down_content ul{
	width:630px;
	margin-top:30px;
}
.tjj_zlxz .down_content ul li{
	width:208px;
	float:left;
}
.tjj_zlxz .down_content ul li a{
	color: #fff;
	line-height: 64px;
}
.tjj_zlxz .down_content ul li a::after{
	content: '';
	background: url(/images/tjj_pc1400_pic7.png) 0px 0px no-repeat;
	width:19px;
	height:15px;
	display: inline-block;
	margin-left:10px;
}
.tjj_zlxz .link_content{
	width:700px;
	float:right;
	height: 300px;
}
.tjj_zlxz .link_content h1{
	font-size: 36px;
	font-weight: normal;
	line-height: 32px;
	color: #ffffff;
	background: url(/images/tjj_pc1400_pic10.png) 0px 0px no-repeat;
	padding-left:55px;
	height: 40px;
	margin-left:126px;
}
.tjj_zlxz .link_content ul{
	width:570px;
	margin-top:30px;
	margin-left:126px;
}
.tjj_zlxz .link_content ul li{
	width:250px;
	float:left;
}
.tjj_zlxz .link_content ul li a{
	color: #fff;
	line-height: 64px;
}
.tjj_zlxz .link_content ul li a::after{
	content: '';
	background: url(/images/tjj_pc1400_pic13.png) 0px 0px no-repeat;
	width:18px;
	height:10px;
	display: inline-block;
	margin-left:10px;
}
/* 回顾 */
.tjj_wjhg{
	width:1400px;
	margin:0 auto;
	margin-top:52px;
	position: relative;
}
.tjj_wjhg .title{
	position: relative;
	height: 60px;
	
}
.tjj_wjhg .title h1{
	text-align: center;
	
	color: #005ba0;
	height: 40px;
	line-height: 40px;
}
.tjj_wjhg .title h1 span{
	font-size: 40px;
	height: 40px;
	overflow: hidden;
	display: inline-block;
}
.tjj_wjhg .title h1::before{
	 content:"";
	 background: url(/images/tjj_pc1400_pic1.png) left 0px no-repeat;
	 width:60px;
	 height: 40px;
	 display: inline-block;
}
.tjj_wjhg .title h1::after{
	 content:"";
	 background: url(/images/tjj_pc1400_pic2.png) right 0px no-repeat;
	 width:60px;
	 height: 41px;
	 display: inline-block;
}
.tjj_wjhg .nav{
	
}
.tjj_wjhg .nav li{
	width: 320px;
	float:left;
	margin-right:40px;
}
.tjj_wjhg .nav li:last-child{
	margin-right:0px;
}
.tjj_wjhg .nav li a{
	width: 320px;
	display: block;
	text-align: center;
	line-height: 76px;
	height: 106px;
	font-size: 26px;
	font-weight: normal;
	color: #005ba0;
	opacity: 0.7;
	background: url(/images/tjj_pc1400_pic20.png) center 80px no-repeat;
}
.tjj_wjhg .nav li a.active,.tjj_wjhg .nav li a:hover{
	color: #005ba0;
	opacity: 1;
	background: url(/images/tjj_pc1400_pic14.png) center 80px no-repeat;
}
.tjj_wjhg .context{
	height: 500px;
	z-index: 10;
	background-color: #ffffff;
	position: relative;
	overflow: hidden;
}
.tjj_wjhg .bg{
	width: 177px;
	height: 195px;
	background: url(/images/tjj_pc1400_pic9.png) left 0px no-repeat;
	position: absolute;
	top:48px;
	right:-60px;
	z-index: 9;
}
.tjj_wjhg .bg2{
	width: 177px;
	height: 195px;
	background: url(/images/tjj_pc1400_pic9.png) left 0px no-repeat;
	position: absolute;
	bottom:-78px;
	left:-60px;
	z-index: 9;
}
.tjj_wjhg .txt {
	width: 496px;
	height: 273px;
	background-color:rgba(0,0,0,0.6);
	position: absolute;
	top:105px;
	left:76px;
	z-index: 9999;
	color: #fff;
	overflow: hidden;
}
.tjj_wjhg .txt h2{
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	color: #ffffff;
	margin:28px 0 15px 24px;
}
.tjj_wjhg .txt dl{
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	color: #ffffff;
	margin-left:24px;
}
.tjj_wjhg .txt dt{
	display: inline-block;
	float: left;
	width:80px;
    text-align: justify;
}
.tjj_wjhg .txt dd{
	width:360px;
	display: inline-block;
	float: left;
	margin-left:10px;
}
.tjj_wjhg .swiper-button-prev{
	position: absolute;
	background: url(/images/tjj_pc1400_btnleft.png) no-repeat center center;
	background-size: cover;
	width:44px;
	height:78px;
	left:0;
	top:210px;
}
.tjj_wjhg .swiper-button-next{
	position: absolute;
	background: url(/images/tjj_pc1400_btnright.png) no-repeat center center;
	background-size: cover;
	width:44px;
	height:78px;
	right:0;
	top:210px;
}
.context .swiper-container{
	position:relative;
	display: none;
	visibility:-hidden;
	width:1400px;
	height: 500px;
}
.swiper-slide{
	height: 500px;
}
/* 竞赛活动 */
.tjj_banner2{
	width:100%;
	margin:0 auto;
	height: 240px;
	background: url(/images/tjj_pc1400_pic30.png) center top no-repeat;
}
.tjj_banner2 .context{
	width:1400px;
	margin:0 auto;
	padding-top:88px;
}
.tjj_banner2 h2{
	font-size: 44px;
	color: #005ba0;
}
.tjj_banner2 p{
	font-size: 16px;
	color: #005ba0;
	line-height: 56px;
}
.tjj_banner2 p a{
	color: #005ba0;
}
/*分页*/
.pages{font-size:14px;text-align:center;padding:30px 0 0 0;margin-bottom: 30px; margin-top:70px;}
.pages a,.pages span,.pages .txt{display:inline-block;padding:0 9px;height:26px;line-height:26px;border:1px solid #c7c7c7;margin:0 1px;color:#333333;font-size:16px;}
.pages .cur{color:#fff;border:1px solid #1f8bcb;background:#1962ad;}
.pages span{border:none;}
.pages .txt{width:18px;}
/*.pages .btn{display:inline-block;height:26px;line-height:26px;background:#3f97d6;border:1px solid #c7c7c7;color:#fff;padding:0 8px;outline:none;cursor:pointer;}*/
#num{height:26px; line-height: 26px; text-align: center;border:1px solid #ccc;width:30px;vertical-align: top;}
.pages font{font-size:16px;height:28px;line-height:26px;display: inline-block;vertical-align: top;/*position: relative;top:-1px;*/}
.pages font i{padding-bottom:2px;display:inline-block;}
#go{height:28px; line-height:28px;padding:0 5px;cursor: pointer;*padding:0 3px;margin:0;vertical-align: top;}

/* 新闻 */
.tjj_new_list{
	width:1400px;
	margin:0 auto;
}
.tjj_new_list .list{
	padding:30px 0;
	background: url(/images/tjj_pc1400_pic32.png) left bottom no-repeat;
}
.tjj_new_list .list .img{
	display:inline-block; 
	width:310px; 
	height:207px; 
	vertical-align:top;
	margin-right:40px; 
	margin-top:0px;
}
.tjj_new_list .list .context{
	display:inline-block; 
}
.tjj_new_list .list .img+.context{
	display:inline-block;
	width:1045px
}
.tjj_new_list .list .context a{
	color:#707070;
}
.tjj_new_list .list .context a h1{
	font-size: 22px;
	font-weight: normal;
	color: #333333;
	line-height: 46px;
	margin-bottom:12px;
}
.tjj_new_list .list .context a:hover h1{
	color: #005ba0;
}
.tjj_new_list .list .context a p{
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
}
.tjj_new_list .list .context a .con{
	font-size: 16px;
	font-weight: normal;
	line-height: 32px;
	color: #005ba0;
	margin-top:16px;
}
.tjj_new_list .list .context a .con em{
}
.tjj_new_list .list .context a .con i{
	margin-left:45px;
	
}

/**详情页**/
.tjj_content{
	width:1400px;
	margin:0 auto;
	border:1px solid #ccd9e3;
	margin-top:40px;
}
.tjj_content .width_1400{
	padding:80px;
}
.tjj_content .title1{
	font-size: 32px;
	font-weight: normal;
	line-height: 32px;
	color: #000000;
	margin-bottom:50px;
	text-align: center;
}
.tjj_content .nav{
	height: 34px;
	line-height: 34px;
	border-bottom:4px solid #005ba0;
	font-size: 16px;
	color: #707070;
	padding-bottom:20px;
	margin-bottom:30px;
}
.tjj_content .nav .con_l{
	float:left;
	padding-top:0px;
}
.tjj_content .nav .con_l .time{
	margin-right:60px;
}
.tjj_content .nav .con_l .source{
	
}
.tjj_content .nav .con_r{
	float:right;
	padding-top:0px;
	position: relative;
	width:156px;
}

.tjj_content .nav .con_r .wx{
	width: 30px;
	height: 30px;
	display: inline-block;
	background: url(/images/tjj_pc1400_pic33.png) 6px 8px no-repeat #f6f8fc;
	background-size: 20px 16px;
	cursor: pointer;
	margin-left:15px;
	border-radius: 50%;
	position: absolute;
	top:0px;
	left:48px;
}
.tjj_content .nav .con_r .wx:hover{
	background: url(/images/tjj_pc1400_pic34.png) 6px 8px no-repeat #f6f8fc;
}
.tjj_content .nav .con_r .wb{
	width: 30px;
	height: 30px;
	display: inline-block;
	background: url(/images/tjj_pc1400_pic35.png) 6px 8px no-repeat #f6f8fc;
	background-size: 19px 16px;
	cursor: pointer;
	margin-left:15px;
	border-radius: 50%;
	position: absolute;
	top:0px;
	left:88px;
}
.tjj_content .nav .con_r .wb:hover{
	background: url(/images/tjj_pc1400_pic36.png) 6px 8px no-repeat #f6f8fc;
}
.tjj_content .content{
	margin-top:.3rem;
}
.tjj_content .content p{
	text-indent: 2em;
	font-size: 20px;
	line-height: 36px;
	color: #000000;
	margin-bottom:18px;
	text-align: justify;
}
.tjj_content .content span{
	width: 662px;
	margin:30px auto;
	display: block;
	text-align: center;
}
.tjj_content .content span img{
	width: 662px;
	height: 442px;
}
.tjj_content .content span h3{
	font-family: KaiTi;
	font-size: 20px;
	font-weight: normal;
	line-height: 36px;
	color: #000000;
}
@media screen and (max-width:1440px) {


	
}