*{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	list-style-type: none;
	text-decoration: none;	
    font-family: "Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}

.newstab-ul a:hover{
	cursor: pointer;
}
/*TopNav*/

/*head*/

/*statusbar*/
.statusbar{
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    max-height: 54px;
    background: #f5f5f5;
	overflow: hidden;    
}
.statusbar-mid{
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.statusbar-mid>ul{
	overflow: hidden;
}
.statusbar-mid>ul>li{
	float: left;
	text-align: center;
	width: 12.5%;
	height: 54px;
	line-height: 54px;
}
.statusbar-mid>ul>li:hover{
	background-color: #ececec;
}
.statusbar-mid>ul>li:hover a{
	color: #293e86;
	font-weight: bold;
}
.statusbar-mid a{
	color: #777777;
}
.scrol{
    background: #293e86;
    width: 150px;
    height: 3px;
    position: absolute;
}
/*newsGater*/
.newsGater{
	background-color: #F5F5F5;
	padding-top: 48px;
	padding-bottom: 48px;
	
	height: 900px;
}
@media only screen and (min-width: 641px){
	.news_content{width: 1200px;
	margin: 0 auto;
	overflow: hidden;}
	.newsGater-mid{
	width: 1200px;
	height: 878px;
	margin: 0 auto;
	overflow: hidden;}
#scroll_button_left,
#scroll_button_right{
	position: absolute;
	top: 150px;
	font-size: 24px;
	padding: 20px 10px;
	background-image: url(../images/opacity_thirty.png);
	color: rgb(255,255,255);
	cursor: pointer;
	z-index: 99;
}

.message-list-small{
	position: relative;
	height: 96px;
	width: 400px;
	margin:0 auto;
	display: block;
	background-color: #fff;
    margin-right: 0;
    float: left;}
}
/*news*/
.newsGater-mid-right{
	position: relative;
	width: 66.666%;
	float:right;
	padding: 0 18px;
}
#scroll{
	position: relative;
	width: 776px;
	height: 370px;
	overflow: hidden;
}

#scroll_button_left{
	left: 0;
}
#scroll_button_left:hover,
#scroll_button_right:hover{
	background-image: url(../images/opacity_seventy.png);
}
#scroll_button_right{
	right: 0;
}
#scroll_content{
	position: relative;
	width: 3880px;
	height: 100%;
	left:0px;
}
.scroll_content_block{
	position: relative;
	float: left;
	display: inline-block;
	width: 776px;
	height: 370px;
}
.scroll_block_img{
	width: 100%;
	height: 100%;
}
.scroll_block_content{
	cursor: pointer;
	height: 50px;
	width: 600px;
	position: absolute;
	left: 0;
	bottom: 50px;
	background-image: url(../images/opacity_fifty.png);
	z-index: 0;
}
.scroll_content{
	width: 75px;
	height: 100%;
	background-color: rgb(41,62,134);
	display: inline-block;
	color: rgb(255,255,255);
	float: left;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
}
.scroll_content_title{
	display: inline-block;
	color: rgb(255,255,255);
	height: 100%;
	width: 505px;
	padding: 0px 10px;
	font-size: 16px;
	font-weight: 600;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	    margin: 0px;
}
.scroll_content_stress{
	font-size: 28px;
	font-weight: bold;
}
/*listnews*/
.list-news{
	position: relative;
	width: 100%;
	padding-bottom: 64px;
}
.newstab{
	margin-top: 24px;
	width: 100%;
	background-color: #FFFFFF;
}
.newstab>ul{
	height: 60px;
	line-height: 60px;
}
.newstab-ul>li{
	float: left;
	width: 50%;
}
.newstab-ul>li>a{
	color: rgb(34,34,34);
    border: none;
    font-size: 1.125em;
    text-align: center;
    display: block;
}
.newstab-a1{
    background-color: #fff;
}
.newstab-a2{
    background-color: #eeeeee;
}
.panel{
	width: 776px;
	overflow: hidden;
	position: relative;
}
.panel1,.panel2{
	float:left;width:50%;
    padding: 0px 24px 0px 24px;
    position: relative;
}
.panel1>ul,.panel2>ul{
	height: 276px;
	margin: 20px 0;
	margin-left: 32px;
}
.panel1 li{
	width: 50%;
	list-style-type: square;
    color: #ccc;
    height: 21px;
	margin-bottom: 17px;
	float: left;
}
.panel2 li{
	width: 50%;
	list-style-type: square;
    color: #ccc;
    height: 21px;
	margin-bottom: 17px;
	float: left;
}
.panel1>ul a{
    font-size: 0.875em;
    color: #333;	
}
.panel2>ul a{
    font-size: 0.875em;
    color: #333;	
}
.more{
	font-size: 0.75em;
    position: absolute;
    color: #979797;
    bottom: 0px;
    right: 55px; 
}
.more>span{
	width: 13px;
    height: 13px;
    background: url(../images/more_2.png);
    display: inline-block;
}
/*public*/
.info>.more{
	font-size: 0.75em;
    position: absolute;
    color: #979797;
    right: 32px;
    top:20px; 
}
.info>.more>span{
	width: 13px;
    height: 13px;
    background: url(../images/more_2.png);
    display: inline-block;
}
.public{
	position: relative;
	width: 33.3333%;
	float:left;
}
.info{
	overflow:hidden;
	padding: 24px 0px 0px ;
	background: #ffffff;
}
.info-title{
	font-size: 1.25em;
    font-weight: normal;
    color: black;
    line-height: 36px;
    padding-left: 30px;
border-bottom: 1px solid #f2f2f2;
}
.info-title>span{
	margin-right: 5px;
}
.info-list{
	margin-top: 12px;
}
/*.clear-info{
	margin: 2px 0;
    height: 1px;
    width: 100%;
    background: #f2f2f2;
    float: left;
}*/

.spea{
	border-bottom: 1px solid #f2f2f2;
}
.date{
	position: relative;
	width: 25%;
    height: 70px;
    margin-top: 15px;
	top: -8px;
}
.date h2{
	text-align: center;
	font-size: 2.1em;
	color: #a61811;
	font-family: "微软雅黑";
	line-height: 64px;
	margin-bottom: 0;
	margin-top: -5px;
}
.date p{
	text-align: center;
	font-size: .875em;
	color: #AAAAAA;
	font-family: "微软雅黑";
	line-height: 14px;
	margin-bottom: 0;
	margin-top: -10px;
}
.box{
	position: relative;
	max-width: 260px;
	height: 28px;
	left: 100px;
	top: -70px;
	margin-right: 22px;
	overflow: hidden;
	width:70%;
}
.box h3{
	color: #555555;
	height: 28px;
 	font-size: 1em;
 	line-height: 28px;
 	font-family: "Segoe UI";
 	font-weight: bold;
 	overflow: hidden;
 	text-overflow: ellipsis;
 	white-space: nowrap !important;
    word-wrap: normal;
}
.box p{
	line-height: 18px;
	font-size:13px;
	margin-top: 6px;
	color: #777777;
	font-family: Segoe UI;
}
.info-list>li>a{display:block;height:86px;}
.info-list>li .box{height:80px;}
.info-list>li .box h3{margin:0px;}
.more1{
	right: 10px;
	bottom: 30px;
}
/*videonews*/

/*ppt2*/

/*footer*/
.footer{
	clear: both;
    background: #293e86;
    overflow: hidden;
    
}
.footer .container{
    overflow: hidden;
    height: 320px;
    position: relative;
	width: 1200px;
	margin: 0 auto;
}


.link-icon{
	margin-top: 32px;
}
.link-icon a{
	height: 48px;
	width: 48px;
	margin: 0 6px;
	out-line:none;
}
.relVideos{
	margin-top: 20px;
	height: 360px;
}
.relVideos ul{
	position: absolute;
	left: 600px;
	top: 0;
}
.relVideos h1{
	line-height: 80px;
	font-size: 20px;
}


.rel-padding-horizontal-xs{
	
	margin: 0px 8px 16px;
	overflow: hidden;
	background-color: #293e86;
	position: relative;
	float: left;
}
.rel-padding-horizontal-xs h2{
	position:absolute;
	bottom: 12px;
	left: 14px;
	width: 80%;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	overflow: hidden;
	height:20px;
}
.rel-padding-horizontal-xs img,.rel-padding-horizontal-xs a{
	
	opacity: .9;
}
.rel-padding-horizontal-xs a:hover img{
	opacity: .5
}

.video2{
	width:576px;
	height:324px;
	position: absolute;
	left: 0;
	top: 0
}


.videotitle{
	font-size: 18px;
	font-weight: 400;
	color : #FFFFFF;
	position: absolute;
	bottom: 32px;
	left:20px;
}
.videotime{
	font-size: 18px;
	font-weight: 400;
	color : #FFFFFF;
	position: absolute;
	bottom: 8px;
	left:20px;
}
.videoplay{
	width: 50px;
	height:50px;
	position: absolute;
	bottom: 10px;
	right:10px;
	opacity:.8;
}

.videonews-title {
    padding-top: 10px;
    border-bottom:1px solid #d6d6d6;
}
.videonews-title>a {
    display: inline-block;
    color: #333333;
    font-size: 1.175em;
    font-weight: bold;
    line-height: 52px;
    letter-spacing: 3px;
    margin-left:16px;
}
.videonews-title>a.video_more{
    float: right;margin-right: 20px;    font-size: 0.75em;color: #979797;

}
a.video_more>span {
    width: 13px;
    height: 13px;
    background: url(../images/more_2.png);
    display: inline-block;
}

@media only screen and (max-width: 641px){
	.am-list li{margin-top:20px !important;}
	.video-box li:first-child{ padding-right: .5em}
	.video-box li:last-child{ padding-left: .5em;}

	.news_job_content{height:auto !important;}
	.news_job_content ul li img {width:100% !important;height:auto !important;}
	.news_job_content ul li span{width:auto !important;}


	.statusbar-mid{width:0%;display:none;height:0;}
	.newsGater{padding-top:0px;}
	.newsGater-mid {
    width: 100%;
    
    margin: 0 auto;
    overflow: hidden;
}
#scroll_button_left,
#scroll_button_right{
	display:none;
}

.newsGater-mid-right #scroll{width:0%;display:none;}
.newsGater-mid-right .list-news{width:0%;display:none;}
.public{width:100%;}
.video-info{width:100% !important;}
.newsGater-mid-right{width:100%;padding:0px;}
}
@media only screen and (max-width: 480px){
.news_tongzhi{width:100% !important;}
.news_media{width:100% !important;}

}
/*@media only screen and (max-width: 1030px){
	.statusbar-mid{width:0%;display:none;height:0;}
	｝*/
#click{overflow: hidden; height: 360px; width: 1552px; position: relative;}
#search{ border-radius: 20px;padding-left:10px;}