.header{
	width: 100%;
    text-align: center;
    z-index: 99999;}
/* .headerTop{
	width: 100%;
    background-color: rgb(15, 45, 79);
}
.headerBar{
	width: 1200px;
    height: 30px;
    margin: 0 auto;
}
.fnRight{
	float: right;
	display: inline;
}
.fnRight li{
	float: left;
    height: 30px;
    line-height: 30px;
    padding-left: 29px;
    margin-left: 40px;
    display: inline;
    position: relative;
} */
.chinese{
    width: 1000px;
    margin: auto;
    text-align: right;}
.chinese a{
    line-height:30px;
    font-size: 15px;
    color: #fff;}

.headerBg{
	width: 100%;
    height: 131px;
    margin: auto;
    background: rgb(15, 94, 183)
;}
.headerCenter{
	width: 1000px;
    height: 100px;
    margin: 0 auto;}
.logo{
	float: left;}
.search{
	float: right;
    margin-top: 35px;
    position: relative;}
.inputText{
    margin-right: 35px;
	width: 201px;
    height: 31px;
    line-height: 34px;
    color: #fff;
    outline: none;
    text-indent: 10px;
    border: 1px solid #fff;
    border-radius: 6px;
    background-position: right top;
    background-repeat: no-repeat;
    background-color: rgb(15,94,183)!important;
    opacity: 0.8;
    filter:alpha(opacity=80);}
.searchSubmit{
	width: 27px;
    height: 25px;
    position: absolute;
    border: none;
    top: 6px;
    right: 40px;
    background: #0f5eb7 url(../img/search.png) no-repeat;
    background-size: 24px 20px;}
.searchSubmit:hover{
    cursor: pointer;}

.navBar{
	width: 1000px;
	height: 45px;
	margin: auto;}

.nav>li{
	position: relative;
	width: 166px;
    float: left;}
.nav li a{
	width: 100%;
	color: #000;
    text-align: center;
    font-size: 14px;
    height: 45px;
    line-height: 45px;}
.nav li:hover .subNav{
	display: block;
	position: absolute;}
.subNav{
	display: none;
	background: rgb(87, 159, 231);
	filter: alpha(opacity=80);
	opacity: 0.8;
	-webkit-border-radius:0 0 10px 10px;
    -moz-border-radius:0 0 10px 10px;
    -ms-border-radius:0 0 10px 10px;
    -o-border-radius:0 0 10px 10px;
    border-radius:0 0 10px 10px;
	top: 45px;
	z-index: 9999
;}
.subNav li a{
	color: #fff;}
.subNav li{
	width: 166px;}
.subNav li{
	border: 1px solid #fff
;}
.lastLi{
	-webkit-border-radius:0 0 10px 10px;
    -moz-border-radius:0 0 10px 10px;
    -ms-border-radius:0 0 10px 10px;
    -o-border-radius:0 0 10px 10px;
    border-radius:0 0 10px 10px;}


.boxWrapper{
	max-width: 100%;
	position: relative;
    margin: 0 auto;
    padding: 0;}
.viewPort{
	width: 100%;
    overflow: hidden;
    position: relative;
    height: 309px;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    left: 0;
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);}
.boxSlider{
	width: auto;
    position: relative;}
.boxSlider li{
	opacity: 0;
    position: absolute;
    width: 100%;
    transition: opacity 1s ease-in;}
.show{
	opacity: 1!important;}
.boxSlider img{
	max-width: 100%;
    display: block;
    border: 0;
    width: 100%;
    height: 330px;
    margin: 0 auto;}
.boxPager{
	margin: 20px auto;
    width: 120px;
    height: 30px;
    z-index: 998
;}
.boxPager li{
   	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background: #777;
   	border-radius: 50%;
   	z-index: 999
;}
.boxPager li:hover{
   cursor: pointer;}
.active{
	background: #333!important;}

.boxPagerItem:hover{
	cursor: pointer;}
.boxCaption{
    position: absolute;
    bottom: 21px;
    left: 10%;
    background: rgb(80, 80, 80);
    width: 80%;
    height: 36px;
    filter: alpha(opacity=75);
    opacity: 0.75;}
.boxCaption span{
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: 1em;
    padding: 10px;}



.content{
    width: 1000px;
    height: 300px;
    margin: auto;}
.news,.talks{
    width: 50%;
    float: left;}
.newsWarp,.talksWarp{
	width: 430px;
	margin: auto;}
.informTitle{
	font-weight: bold;
    font-size: 18px;
    width: 97%;
    height: 40px;
    margin: 10px 0;
    line-height: 30px;
    color: #666;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;}
.pot{
    width: 4px;
    height: 10px;
    background:url(../img/pot.png) no-repeat;}
.detail > table > tbody > tr a {
    position: relative;
    left: 10px;
    float: left;
    display: block;
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #838383;
    line-height: 25px;}
.detail > table > tbody > tr a:hover{
color: #111
;}
.detail td{
	text-align: left;}
.detail div{
	position: relative;
	right: -40px;
	font-size: 14px;
    color: #333333;
    padding-left: 10px;}
.detail div:before{
	content: "(";}
.detail div:after{
	content: ")";}
.moreWarp{
	width: 100%;
	text-align: right;}
.more{
	position: relative;
	right: 30px;
	color: #111;
	font-weight: bold;
	line-height: 30px;}
.more:hover{
	color: #666;}


.footer{
    width: 100%;
    height: 205px;
    background: #0061cb;}
.logoAbout{
    position: relative;
    width: 1000px;
    height: 170px;
    margin: auto;}
.footerLogo{
    width: 50%;
    height: 59px;
    position: absolute;
    top: 50%;
    margin-top:-30px;}
.schoolMotto{
    width: 50%;
    height: 171px;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top:-85px;}
.footerLogo img{
    margin-left: 170px;
    width: 258px;
    height: 59px;}
.schoolMotto img{
    margin-top: 20px;
    margin-left: 50px;
    width: 329px;
    height: 171px;}
.copyRight{
    width: 100%;
    height: 30px;
    background: #0f437c
;}
.copyRight p{
    color: #fff;
    line-height: 30px;
    text-align: center;}

/*list_page*/
.listBox {
    width: 1200px;
    min-height: 500px;
    margin: 0 auto;
    overflow: hidden;
    background: #fcfcfc;}

.listLeft {
    float: left;
    background-color: #fcfcfc;
    width: 260px;}

.listLeft .listHead {
    width: 220px;
    padding-left: 20px;
    padding-right: 20px;}

.listRight .listHead {
    width: 100%;}

.listHead {
    padding: 10px;
    background: #005caf;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    color: #fff;
    font-weight: 700;}
.listRightHead {
    border-bottom: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    font-size: 15px;  
    font-weight: 700;}
.listRightHead a {
    font-weight: normal;
    color: #7d7d7d;}
.listRightHead td {
    font-weight: normal;}
.listMenu table {
    width: 100%;}

.listMenu a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #7d7d7d;
    padding-left: 20px;
    transition: all ease 0.2s;}

.listMenu a:hover {
    background: #eee;
    color: #006dd4;
    padding-left: 25px;}
.listRight {
    float: left;   
    background-color: #fcfcfc;
    padding: 1px;
    width: 932px;
    border-left: 1px solid #005caf;
    border-top: 1px solid #005caf;}

.listRight .listHead a {
    font-size: 13px;
    color: #fff;}

.listRight table {
    width: 100%;}

.listContent {
    padding: 10px;
    margin-bottom: 15px;
    min-height: 420px;}
.article {
    padding: 10px;
    margin-bottom: 15px;
    min-height: 461px;}


.listContent a {
    padding-left: 10px;
    line-height: 30px;
    height: 30px;
    color: #4d4d4d;}

.listContent a:hover {
    text-decoration: underline;}

.listMenu {
    min-height: 456px;}

.listMenu a {
    text-decoration: none;}

/*displayinfo*/

.articleTitle{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;}
.articleContent{
    width: 90%;
    margin: auto;
    font-size: 16px!important;}
.articleContent p{
    min-height: 10px;
    line-height: 2em!important;
    margin-top: 10px;
    font-size: 16px;}
.articleContent strong img {
    display: block;
    margin: 0 auto;
    max-width: 600px;}
.articleContent img {
    max-width: 600px;}