/* CSS Document */

body,
html {
    margin: 0;
    padding: 0;
} 
body {
    font-size: 14px;
}

header {
    width: 1200px;
    height: 186px;
    margin: auto;
    display: block;
    background-image: url(../img/top_bg.jpg);
}

.contain {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.contain-row {
    margin-left: -15px;
    margin-right: -15px;
}

.contain-full {
    width: 100%;
}

.marginTop20 {
    margin-top: 30px;
}

.header-contain {
    padding-left: -15px;
    padding-right: -15px;
    width: 1200px;
    height: 158px;
    clear: both;
    position: relative;
}

.version {
    display: block;
    float: right;
    clear: both;
    color: #888;
}

.version a {
    display: inline-block;
    padding: 10px 5px;
    color: #888;
    text-decoration: none;
}

.version a:hover {
    color: #20489d;
}

.logo {
    display: block;
    float: left;
    height: 158px;
}

.search-box {
    position: absolute;
    right: 25px;
    bottom: 14px;
    display: block;
}

.search-box input,
.search-box button {
    line-height: 26px;
    border: none;
    width: 35px;
    background-color: transparent;
}

.search-box input[type="text"] {
    width: 140px;
}

.navbar {
    background-color: #264994;
    width: 100%;
    clear: both;
    height: 62px;
    min-width: 1200px;
}

.navbar-nav {
    margin-left: -15px;
    margin-right: -15px;
}

.navbar-max {
    width: 1200px;
    margin: auto;
    border-color: transparent;
    display: block;
}

.navbar-max ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navbar-max ul>li {
    display: block;
    float: left;
    padding: 20px 0px; 
}

.navbar-max a {
    text-decoration: none;
}

.navbar-max ul>li>a {
    font-size: 18px; 
    font-family: "黑体";
	font-weight:normal;
    padding: 20px 12px;
    text-decoration: none;
    color: #fff;
}

.navbar-max li>a:focus {
    color: #fff;
    background-color: #20489d;
}

.navbar-max .active>a,
.navbar-max .active>a:hover,
.navbar-max active>a:focus {
    color: #fff;
}

.navbar-max .navbar-nav>.disabled>a,
.navbar-max .navbar-nav>.disabled>a:hover,
.navbar-max .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-max li:hover a {
    color: #fff;
    background-color: #3467a9;
    border-radius: 2px;
}

.navbar-max li.dropdown {
    display: inherit;
    position: relative;
}

.navbar-max li.dropdown .dropdown_menu {
    display: none;
    position: absolute;
    top: 62px; 
    background: #264994;
    box-shadow: #888 2px 5px 10px 0px;
    width: 150%;
    left: -10%;
    z-index: 1000;
}

.navbar-max .navbar-nav>li.dropdown .dropdown_menu a {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    color: #fff;
    padding: 0;
    line-height: 50px;
    text-align: center;
    background: #264994;
    margin-bottom: 1px
}

.navbar-max .navbar-nav>li.dropdown:hover .dropdown_menu {
    display: block;
    background: #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.navbar-max .navbar_nav li.dropdown:hover .dropdown_menu a {
    color: #666
}

.navbar-max .navbar-nav>li.dropdown:hover .dropdown_menu a:hover {
    color: #fff;
    background: #3467a9;
}
.school-news{
	height:420px;  
}
.school-news-pics{
	width: 770px;
    padding-left:0;
    padding-right:10px;
    float: left;
}
.school-news-pics img{
	width:760px;
	height:420px;
}
.school-news-text{
    width: 420px; 
    float: left;
}
.school-news-text .title-line {
    width:420px;
    border-bottom: solid 1px #ddd;
}
.top-news {
	border-bottom: solid 1px #ddd;
}
.top-news h2{
	color:#264994;
	font-weight:normal;
	font-size:20px;
}
.top-news p{
	color:#888;
	line-height:180%;
	font-size:15px;
	padding:0px;
}
.news-list {
    width: 100%; 
    padding:0;
}

.news-list>ul {
    margin: 0;
    width: 100%;
    clear: both;
    padding:0px 0;
}

.news-list>ul>li {
	width:100%;
    position: relative;   
    overflow: hidden;    
	border-bottom:solid 1px #e8e8e8;
}

.news-list>ul>li>a {
    display: inline-block;
    overflow: hidden;
	float:left;
    color: #666;
    width: 360px; 
	font-size:15px;
	padding:8px 0;  
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
}

.news-list>ul>li>span {
    display: inline-block; 
	text-align:right;  
    width: 60px; 
	padding:8px 0;  
	overflow:hidden; 
} 
.news-list li:hover>a {
    color: #FF9900;
} 

.notices{
	width:100%;
}
.notice-list{
	padding:20px 0;
	margin-bottom:20px;
	height:80px;
}
.notice-item{ 
	width:290px;
	position: relative;  
	padding-left:10px; 
	float:left;
}
.notice-item-date{
	display: inline-block; 
	text-align:center; 
	overflow:hidden; 
	width:60px;
	height:60px;
	margin:20px; 
	float:left;
	border-left:2px solid #aaa;
	border-bottom:2px solid #aaa; 
}
.notice-item-date .day{
	font-size:25px; 
	clear:both;
	font:"宋体";
	font-weight:normal;
	color:#666;
	padding:0;
}
.notice-item-date .month{
	font-size:16px;
	clear:both;
	font:"宋体";
	font-weight:normal;
	color:#888;
	padding:0;
}
.notice-item-txt{
	width:300px;
	padding-top:20px;
}
.notice-item-txt a{
	font-size:15px;
	color:#222; 
	text-decoration:none;
}
.title-line { 
    border-bottom: solid 1px #ddd;
}
.nPart {
    width: 580px; 
    padding-right: 20px;
    float: left;
}
.nPart1{
    width: 580px; 
    padding-right: 20px;
    float: left;
}
.nPart2{
    width: 580px; 
    padding-left: 20px;
    float: left;
}
.footer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    min-width: 1200px;
    clear: both;
}

.footer {
    background-color: #264994; 
    padding-top: 10px;
    padding-bottom: 10px;
    height: 120px;
}

.footer img {
    padding-left: 80px;
    padding-right: 50px;
    margin-bottom: 10px;
    width: 120px;
    display: block;
    float: left;
}

.footer-text {
    display: block;
    padding: 15px 20px 0px 20px;
    text-align: left;
    color: #f8f8f8;
    font-size: 15px;
    line-height: 30px;
    float: left;
}

.after-nav {
    margin-top: 20px !important;
}

.title-line {
    padding: 10px 0px 0px 0px;
}

.title-line {
    display: block;
    height: 30px;
    margin-right: 15px;
}



.nPart1 .title-line {
    width:580px;
    border-bottom: solid 1px #ddd;
}
.nPart2 .title-line {
    width: 580px;
    border-bottom: solid 1px #ddd;
}
.title-text {
    float: left;
    display: inline-block;
    padding-left: 25px;
    height: 30px;
    color: #264994;
    font-size: 20px;
    font-weight: bold;
    background-image: url(../img/title2.png);
    background-repeat: no-repeat;
}

.title-more {
    display: block;
    float: right;
    padding-right: 10px;
}

.index-list-content {
    width: 100%; 
    padding: 10px 0;
} 
 
.n-list {
    width: 100%;
    clear: both;
}

.n-list ul {
    margin: 0;
    padding: 10px 0;
}

.n-list ul li {
    position: relative; 
    overflow: hidden;
	line-height:150%;
	border-bottom:solid 1px #eee;
}

.n-list ul li a {
    display: inline-block;
    overflow: hidden;
    color: #666;
    width:480px;
	padding:8px 0;
	font-size:15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
	float:left;
}

.n-list li>span {
    display: inline-block;
    width: 80px;
    float: right;
}

.n-list li:hover>a {
    color: #FF9900;
}

.xc {
    width: 370px;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.fast-btns {
    width: 100%;
    height: 160px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.fast-btn {
    flex-grow: 1;
    flex-shrink: 1;
    width: 200px;
    align-self: flex-start;
}

.fast-btn-email {
    background-color: #c50060;
}

.fast-btn-download {
    background-color: #628fc5;
}

.fast-btn-user {
    background-color: #8e5d10;
}

.fast-btn-wjdc {
    float: left;
    clear: both;
    width: 70px;
    border-radius: 60px;
    height: 70px;
    margin: 5px 0;
    background-color: #20489d;
}

.fast-btn a {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
}
.links{ 
	height:45px;
	width:100%;
	clear:both; 
	padding-top:10px;
	padding-bottom:10px; 
	background:#efefee;
}
.links ul{ list-style:none;}
.links ul li{ float:left;text-align:center; display:in-block;padding-right:20px;}
.links a{text-decoration:none;color:#20489d;}
.links a:hover{color:#FF9900; font-size:14px;}
/*其他页面*/

.location {
    background-image: url(../img/dangqian.png);
    background-repeat: no-repeat;
    margin: 20px 0;
    padding-left: 36px;
    height: 30px;
    line-height: 30px;
}

.location a {
    text-decoration: none;
    color: #222;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 15px;
}

.location a:hover {
    color: #FF9900;
}

.leftMenu {
    width: 195px;
    float: left;
    display: block;
    min-height: 300px;
}

.leftMenu-header {
    width: 100%;
    padding: 15px 0;
    background-color: #264994;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.leftMenu-item {
    width: 100%;
    padding: 12px 0;
    font-size: 16px;
    text-align: center;
}

.leftMenu-item a {
    color: #222;
    text-decoration: none;
}

.leftMenu-item a:hover {
    color: #20489d;
}

.rightMain {
    width: 950px;
    float: right;
    min-height: 450px;
}

.rightMain-title {
    width: 100%;
    text-align: left;
    font-size: 22px;
    padding: 10px 0 0 0px;
    color: #20489d;
    border-bottom: solid 1px #20489d;
}

.rightMain-title:before {
    content: "|";
    font-weight: bolder;
}

.rightMain ul {
    padding: 20px 10px;
}

.rightMain ul li {
    padding: 5px 0;
}

.rightMain ul li a {
    color: #222;
    text-decoration: none;
}

.rightMain ul li a:hover {
    color: #ff5400;
}