@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	background: url(../images/body_bg.jpg) repeat-x;
	background-color: #fdfdfe;
}

a {
	text-decoration: none;
	color: #333333;
	font-size: 13px;
	font-family: "微软雅黑";
}

a:hover {
	color: #1153a4;
}
/*.articleContent li{text-decoration:none; color:#333333;font-size:13px;}
.articleContent li a{text-decoration:none; color:#333333;font-size:13px;font-family:"微软雅黑";}*/
/*头部*/
.header {
	width: 100%;
	height: 180px;
	background: url(../images/header_bg.jpg) repeat-x;
	
}

.top {
	width: 90%;
	height: 140px;
	position: relative;
	margin: 0 auto;
}

.logo {
	width: 670px;
	height: 90px;
	padding-top: 11px;
}

.search {
	width: 220px;
	height: 29px;
	position: absolute;
	right: 0;
	bottom: 55px;
	/* background: url(../images/search.jpg) no-repeat left center; */
	background: #f0f0f0;
	z-index: 1000;
}

.search input {
	position: absolute;
	width: 180px;
	height: 29px;
	line-height: 29px;
	color: #323232;
	border: none;
	background: none;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
}

.search input.notxt {
	color: #3f3f3c;
	padding-left: 12px;
}

.search input.notxt1 {
	position: absolute;
	width: 28px;
	height: 29px;
	left: 191px;
}

.nav {
	width: 100%;
	height: 40px;
	background-color: #1153a4;
}

.nav ul {
	width: 1200px;
	height: 40px;
	margin: 0px auto;
	line-height: 40px;
}

.nav ul li {
	float: left;
	color: #282828;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}

.nav ul li:first-child {
	background: none;
}

.nav ul li a {
	color: #fff;
	font-size: 16px;
	display: block;
	padding: 2px 30px;
}

.nav ul li .subNav {
	top: 40px;
	left: 0px;
	padding: 5px 0 10px;
	background-color: #1153a4;
}

.nav ul li.on a {
	display: block;
}

.nav ul li.on .subNav {
	display: block;
	line-height: none;
}

.nav ul li.on .subNav dl {
	overflow: hidden;
}

.nav ul li.on .subNav dl dd {
	
}

.nav ul li.on .subNav dl dd a {
	font-size: 14px;
	text-align: center;
	color: #fff;
	padding: 5px 10px 5px 18px;
	display: block;
	height: auto;
	line-height: none;
}

.nav ul li.on .subNav dl dd a:hover {
	color: #fff;
	display: block;
	background-color: #00387d;
	font-weight: normal;
}

/*图片轮播*/
.flexslider {
	width: 1200px;
	height: 360px;
	overflow: hidden;
}

.flexslider img {
	display: block;
	width: 1200px;
	height: 360px;
}

.flexslider .til_slides {
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/banner_bg.png) repeat;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	padding-left: 15px;
}

.flex-control-nav {
	bottom: 17px;
	right: 10px;
	text-align: right;
}

.flex-control-paging li {
	margin: 0 10px 0 0;
}

.flex-control-paging li a {
	width: 12px;
	height: 12px;
	line-height: 12px;
	background: url(../images/icon01.png) no-repeat center center;
	text-indent: 999px;
}

.flex-control-paging li a:hover, .flex-control-paging li a.flex-active {
	background: url(../images/icon02.png) no-repeat center center;
}

.content {
	/* width: 1222px; */
	width: 100%;
	margin: -18px auto 0px;
	overflow: hidden;
}

.mode01 {
	width: 85%;
	overflow: hidden;
	margin: 0 auto;
}

.mode01 .lf {
	width: 70%;
	overflow: hidden;
	float: left;
}

.mode01 .lf-1 {
	width: 15%;
	overflow: hidden;
	float: left;
	padding-top: 3%;
	
    margin-left: 3%;
}
/*院校新闻*/
.articleSingle_image {
	width: auto;
}

.articleSingle_title {
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #1153A4;
}

.articleSingle_title h2 {
	color: #1153a4;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
	font-family: "微软雅黑";
}

.articleImage {
	width: 35%;
	height: 200px;
	float: left;
	margin-right: 15px;
	margin-top: 15px;
	position: relative;
}

.articleImage h3 {
	background: url(../images/banner_bg.png) repeat;
	height: 30px;
	line-height: 30px;
	width: 300px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.articleImage h3 a {
	color: #fff;
	padding-left: 15px;
}

.articleImage img { /*width:400px;height:280px;*/
	
}

.articleContent {
	width: 63%;
	overflow: hidden;
	float: left;
	margin-top: 10px;
}

.articleContent li {
	line-height: 35px;
	background: url(../images/67.gif) no-repeat left center;
	padding-left: 25px;
	height: 35px;
	overflow: hidden;
}

.more {
	float: right; /* padding-right: 10px;*/
	font-weight: normal;
	padding-top: 27px;
}

.more a {
	font-size: 12px;
}

/*教师公告栏*/
.mode01 .rt {
	width: 25%;
	overflow: hidden;
	float: right;
}

.mode01 .rt-1 {
	width: 65%;
	overflow: hidden;
	
	margin: 0px 4% 0px 20%;
}

.listTitle {
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #1153A4;
}

.listTitle-1 {
	height: 30px;
	line-height: 40px;
	border-bottom: 2px solid #1153A4;
	color: #858585;
	font-size: 12px;
	font-weight: normal;
}

.listTitle-2 {
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #1153A4;
	color: #858585;
	font-size: 12px;
	font-weight: normal;
}

.listTitle h2 {
	color: #1153a4;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 50px;
	height: 50px;
	padding-top: 10px;
	font-family: "微软雅黑";
}

.articleList ul {
	width: auto;
	overflow: hidden;
	margin-top: 10px;
}

.articleList ul li {
	background: url(../images/67.gif) no-repeat left center;
	padding-left: 25px;
	line-height: 35px;
	height: 35px;
	overflow:hidden;
}

.articleList-1 ul {
	width: auto;
	overflow: hidden;
	margin-top: 10px;
	margin-left: -25px;
}

.articleList-1 ul li {
	/*background:url(../images/67.gif) no-repeat left center;*/
	padding-left: 25px;
	line-height: 35px;
	height: auto
}

.mode02 {
	width: 85%;
	overflow: hidden;
	margin: 0 auto;
}

/*学院概况*/
.mode02 .lf {
	width: 50%;
	overflow: hidden;
	float: left;
}

.mode02 .articleImage {
	float: right;
	margin-right: 0;
}

.mode02 .articleContent {
	float: left;
	margin-right: 15px;
	line-height: 35px;
	font-size: 13px;
	font-family: "微软雅黑";
}
/*学生公告栏*/
.mode02 .rt {
	width: 49%;
	overflow: hidden;
	float: right;
}

.mode03 {
	width: 1000px;
	margin: 0 auto 10px;
	overflow: hidden;
}

.listTitle01 {
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #1153A4;
}

.listTitle01 h2 {
	color: #1153a4;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 50px;
	height: 50px;
	padding-top: 10px;
	font-family: "微软雅黑";
}

.con1_pic {
	width: 1000px;
	height: 195px;
	padding-top: 12px;
	overflow: hidden;
	position: relative;
}

.con1_pic .prev {
	position: absolute;
	left: 15px;
	top: 68px;
	cursor: pointer;
	z-index: 1000;
}

.con1_pic .next {
	position: absolute;
	right: 15px;
	top: 68px;
	cursor: pointer;
	z-index: 1000
}

.con1_pic .imgs_list {
	position: relative;
	width: 1000px;
	height: 195px;
	overflow: hidden;
}

.con1_pic .imgs_list li {
	float: left;
	display: inline;
	width: 230px;
	margin-right: 25px;
	height: 195px;
}

.con1_pic .imgs_list li img {
	width: 224px;
	height: 146px;
	border: 3px solid #d3d3d3;
}

.con1_pic .imgs_list li h3 {
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 230px;
	font-weight: normal;
}

.mode04 {
	width: 1000px;
	margin: 0 auto -50px;
	overflow: hidden;
}

.mode04 .lf {
	width: 310px;
	overflow: hidden;
	margin-right: 32px;
	float: left;
}

.articleSingle_title01 {
	height: 50px;
	line-height: 50px;
	border-top: 2px solid #1153A4;
}

.articleSingle_title01 h2 {
	color: #1153a4;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 50px;
	height: 50px;
	font-family: "微软雅黑";
}

.articleContent01 {
	line-height: 25px;
	padding: 10px 5px;
	font-size: 13px;
	font-family: "微软雅黑";
}

.mode04 .md {
	width: 310px;
	overflow: hidden;
	margin-right: 32px;
	float: left;
}

.mode04 .rt {
	width: 310px;
	overflow: hidden;
	float: right; /*padding-top: 10px;*/
}

.mode05 {
	width: 85%;
	overflow: hidden;
	margin: 0 auto 10px;
}

.mode05 .lf {
	width: 100%;
	overflow: hidden;
	float: left;
}
/*友情链接*/
.friendLink_title {
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #1153A4;
}

.friendLink_title h2 {
	color: #1153a4;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 50px;
	height: 50px;
	padding-top: 10px;
	font-family: "微软雅黑";
}

.friendLink_content {
	padding: 10px 10px 0 10px;
	line-height: 25px;
}

.friendLink_content a {
	margin-right: 22px;
}

.mode05 .rt {
	width: 310px;
	overflow: hidden;
	float: right;
}

.imageLink {
	width: auto;
	padding-left: 15px;
	overflow: hidden;
	margin: 12px 0;
}

.imageLink img {
	width: 280px;
	height: 60px;
	padding-bottom: 15px;
}

.articleList ul li span {
	color: #282828;
	padding-left: 5px;
}

/*底部开始*/
.footer {
	width: 100%;
	height: 126px;
	background-color: #1153a4;
	color: #fff;
}

.copyRight {
	width: 1200px;
	height: 126px;
	margin: 0 auto;
	line-height: 25px;
}

.copyRight span {
	margin-left: 10px;
}

.copyRight ul {
	width: 300px;
	overflow: hidden;
	float: left;
	padding: 13px 13px 0 13px;
}

.copyRight li {
	width: 330px;
	float: left;
	margin-right: 15px;
	text-align: left;
}

.copyRight li a {
	color: #fff;
}

.copyRight .footer_center {
	width: 300px;
	height: 45px;
	padding: 45px 30px 0 30px;
	float: left;
}

.copyRight .footer_right {
	float: right;
	width: 200px;
	padding-top: 30px;
}

@media screen  and (max-width:1200px)
{
.footer { height: auto; }
.copyRight {width: 100%;float: none;margin: 0 auto;text-align: center;padding: 0 0 20px 0;}
.copyRight .footer_center{width: 30%;float:left;}
.copyRight .footer_right{width: 14%;}
.copyRight li {width:}
.copyRight .footer_right li >a {
    display: none;
}
.copyRight ul {
    width: 30%;
}}


}
@media screen and (max-width: 1100px) {
  
  .mode01,.mode02,.mode05,{ margin-left:15px; margin-right:15px;}
  .mode04{ margin-left:0px; margin-right:15px;}
  .mode01 .rt,.mode02 .lf{ width: 50%;margin-bottom:20px; border:none;margin: 0px}
  .col.lf,.col.rt{width: 100%;/* float:none; */}
  .Banner{ margin:0;}
  .mode02 .lf{width: 49%;margin-bottom:15px;}
  .mode02 .rt{width: 49%;}
  .articleImage{width: 40%;}
}
@media screen  and (max-width:800px) {
  
  .mode01,.mode02,.mode05,{ margin-left:15px; margin-right:15px;}
  .mode04{ margin-left:0px; margin-right:15px;}
  .mode01 .rt,.mode02 .lf{ width: 50%; float: none;margin-bottom:20px; border:none;margin: 0px}
  .col.lf,.col.rt{width:100%;float:none;}
  .Banner{ margin:0;}
  .topicList {margin:0 -8px;}
  .topicList li{width: 28%;margin-bottom: 15px}
  .topicList li > a{display: block;margin:0 8px;}
  .topicList li a>span{margin-left: -10%;}
  .mode02 .lf{ width:100%; float:none; margin-bottom:15px;}
  .mode02 .rt{ width:100%; float:none;}
  .articleImage{width: 50%;float: none !important;margin: 0 auto;margin-bottom: 30px;}
  .articleContent{float: none!important;width: 100%!important;}
}
@media screen  and (max-width:700px) {
	.mode02 .lf{ width:100%; float:none; margin-bottom:15px;}
    .mode02 .rt{ width:100%; float:none;}
    .col.lf,.col.rt{width:100%;float:none;}
	}

@media screen and (max-width:640px) {
	.mode02 .lf{ width:100%; float:none; margin-bottom:15px;}
	.mode02 .rt{ width:100%; float:none;}
	.copyRight .footer_right img{display:none}
	
	#ad{ margin-left:0; left:0; max-width:400px;}
 }

@media screen and (max-width:480px) {
	.newsTop ul li{ width:100%; float:none; margin-bottom:10px;}
}
@media screen and (max-width:375px) {
	.mode02_form p input{ width:60%;}
	.mode02_search{ margin-left:0; margin-top:5%;}
	
}







/*手机端导航*/
  @media screen  and (max-width: 991px) {
	.search{display: none!important;}
	.nav{display: none!important;}
    .mobile{display: block !important;}
    .logo{margin-left: 0  !important;width: 500px;}
  }
.mobile{
    width: 100%;position:absolute;height: 42px;display: none;top:53px;right: 0;z-index: 99;
}
.mobile-inner-header{
    width:100%;
    height: 42px;position: absolute;top: 0px;right: 0px;z-index: 2
}
    .mobile-inner-header-icon{
  color: #ffffff; height: 40px;font-size:25px;text-align: center;
  float:right;width: 40px;position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.mobile-inner-header-icon:hover{
  opacity:0.8;
  cursor: pointer;
}
.mobile-inner-header-icon span{
  position: absolute; left: calc((100% - 25px) / 2);
  top: calc((100% - 1px) / 3);  width: 25px;  height: 2px;  background-color: rgba(255,255,255,1);}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}    
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.mobile-inner-header-icon{
    color: #fff; height: 31px;text-align: left;float:right;width: 50px;position: relative; cursor: pointer;margin-right: 10px;font-weight: bold;text-align: right;} 
     
.mobile-inner-header-icon-out span{width: 22px;height: 2px;background-color:#fff;display: block;}
.mobile-inner-header-icon-out span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
    }       
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
    }
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
    }
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(3){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}      
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.mobile-inner-header-icon-click span:nth-child(3){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickthird;}
@keyframes clickfirst {
  0% {
      transform: translateY(4px) rotate(0deg);
      
  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}   

@keyframes clicksecond {
  0% {
      transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
} 

@keyframes clickthird {
    0% {
     opacity: 0
  }

  100% {
   opacity: 0
  }
}   
.mobile-inner-header-icon-out span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
    }       
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
    }
.mobile-inner-header-icon-out span:nth-child(3){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
    }
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}   



@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  100% {
    transform: translateY(12px) rotate(0deg);
  }
}

/* background-color:#21439d; */
.mobile-inner-nav{  background-color:rgba(0,0,0,.8);width: 100%; position: absolute;top: 67px;left: 0px;padding-top: 10px;padding-bottom: 25px;display: none;}
.mobile-inner-nav a{display: inline-block;line-height: 45px;
    text-decoration: none;  width: 100%;font-size: 1.4rem; 
     border-bottom: solid 1px #ffffff;
    -webkit-transition: all 0.5s;   -moz-transition: all 0.5s;
    -o-transition: all 0.5s;    transition: all 0.5s; }
.mobile-inner-nav a:hover{color:#0c7478;}
.mobile-inner-nav li{position: relative;padding: 0 20px;}
.mobile-inner-nav li a{text-indent: 15px; color:#ffffff;}
.mobile-inner-nav li strong{color:#ffffff;position: absolute;right:20px;top:0;font-size: 2.5rem;cursor: pointer;width: 40px;height: 45px;text-align: center;line-height: 40px;-webkit-transition: all 0.5s;   -moz-transition: all 0.5s;
    -o-transition: all 0.5s;    transition: all 0.5s; }
.mobile-inner-nav a{-webkit-animation-duration: 0.5s;animation-duration: 0.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: returnToNormal;animation-name: returnToNormal;}
@-webkit-keyframes returnToNormal {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
    }

    @keyframes returnToNormal {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
    }
.mobile_subNav{display: none;padding-left:10px;}
.mobile-inner-nav dd a{height: 35px;line-height: 35px;border-bottom: dotted 1px rgba(0,0,0,0.2);font-size: 1.2rem;}
.mobile_search{clear: both;position: relative;height: 36px;margin:10px 30px 0;border:1px solid #ffffff;border-radius: 30px;overflow: hidden;}
.mobile_search input.notxt{width: 80%;color:#fff;margin-left:55px;border:none;height: 36px;line-height: 36px;}
.mobile_search input.notxt1{width: 55px;background-color:#fff;right:auto;left:0;background:url(../images/search_btn.png) no-repeat center center;border:none;height: 36px;line-height: 36px;float: left;}













/*二级页*/
.subPage {
	width: 1000px;
	margin: 0px auto 30px; /*background-color:#fff;*/
	overflow: hidden;
}

.pageBanner {
	width: 1000px;
	margin: 0 auto;
	height: 200px;
}

.pageBanner img {
	width: 1000px;
	height: 200px;
}

.subPage .listTitle2 h2 {
	height: 40px;
	margin: 0;
}

.sub_left {
	width: 200px;
	float: left;
	margin-right: 50px;
	background-color: #e1e1e1;
	margin-top: 5px;
	background-color: #f5f5f5;
}

.title {
	height: 45px;
	background-color: #1153A4;
	width: 200px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 45px;
}

.menu {
	width: 198px;
	border: 1px solid #8094dd;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #1d51a2;
}

.menu .ListTitle {
	border-bottom: 1px solid #8094dd;
	display: block;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
	width: 100%;
	background: url(../images/bg02.png) no-repeat 20px center;
	font-size: 14px;
}

.menu .ListTitle a {
	display: block;
	width: 198px;
	height: 38px;
	padding-top: 8px;
}

.ListTitlePanel {
	position: relative;
	background-color: #f5f5f5;
}

.leftbgbt {
	position: absolute;
	background: url(images/leftbgbt.jpg) no-repeat;
	width: 11px;
	height: 52px;
	left: -11px;
	top: -4px;
}

.menuList {
	display: none;
	height: auto;
}

.menuList dd {
	height: 28px;
	line-height: 24px;
	border-bottom: 1px dotted #8094dd;
	width: 198px;
	margin-left: 0;
	background-color: #fff;
}

.menuList dd a {
	display: block;
	background: #fff;
	line-height: 28px;
	height: 28px;
	text-align: center;
	color: #282828;
	text-decoration: none;
	font-size: 13px;
}

.menuList dd a:hover {
	color: #f30;
	background: #1D51A2;
	color: #fff;
}

.Bread {
	width: 100%;
	padding: 0 10px 0 0;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #1153A4;
	font-size: 13px;
	color: #282828;
	font-size: 16px;
	color: #1153A4;
	font-weight: bold;
}

.Bread span {
	float: left;
	font-size: 12px;
	font-weight: normal;
	color: #858585;
}

.Bread span a {
	color: #858585;
}

.Bread a:hover {
	color: #1153a4;
}

.menu .menu_bg {
	background-color: #1153a4;
	color: #fff;
}

.sub_right {
	width: 740px;
	float: right;
}

.articleList5 ul {
	width: 100%;
	overflow: hidden;
}

.articleList5 ul li {
	height: 35px;
	line-height: 35px;
}

.listTitle5 {
	padding-left: 0px;
	background: none;
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.listTitle5 h2 {
	color: #1153a4;
	background: none;
	float: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 33px;
	padding: 0px;
	margin: 5px 0px;
}

.listTitle5-1 {
	padding-left: 0px;
	background: none;
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.listTitle5-1 h2 {
	text-align: center;
	color: #1153a4;
	background: none;
	font-size: 18px;
	font-weight: bold;
	line-height: 33px;
	padding: 0px;
	margin: 5px 0px;
}

.listTitle5 span {
	display: block;
	width: 70px;
	float: right;
}

.articleList5 ul {
	width: 100%;
	overflow: hidden;
}

.subPage .articleList5 {
	margin: 5px 0px 0;
}

.rightDate {
	float: right;
}

.page {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
	font-size: 12px;
	clear: both;
	margin: 20px 0px 30px;
	background-color: #f5f5f5;
}

.page a {
	padding: 0 5px;
}

.cur02 {
	width: 980px;
}

.pageList {
	overflow: hidden;
}

.articleTitle {
	width: 100%;
	text-align: center;
}

.articleTitle h2 {
	font-size: 18px;
	color: #1153A4;
	line-height: 20px;
	padding: 10px 0;
}

.articleTitle h3 {
	font-size: 14px;
	color: #555;
	line-height: 20px;
	padding: 10px 0;
	font-weight: bold;
}

.articleAuthor {
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin: 10px;
	background: #f5f5f5;
	color: #777;
}

.article {
	overflow: hidden;
	margin: 20px 10px;
	font-size: 12px;
	line-height: 22px;
}

.articleList3 ul {
	width: 725px;
	padding-bottom: 20px;
	overflow: hidden;
	margin-top: 10px;
}

.articleList3 li {
	width: 168px;
	padding: 0 0px;
	border: 1px solid #d3d3d3;
	margin: 0 13px 13px 0;
	float: left;
}

.articleList3 li span {
	display: block;
	width: 168px;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

.listTitle3 h2 {
	height: 40px;
	line-height: 40px;
	width: 150px;
	padding-left: 0;
	font-size: 16px;
	color: #1153A4;
	margin: 0;
	float: left;
}

.listTitle3 span {
	float: right;
	height: 40px;
	line-height: 40px;
	width: 50px;
	text-align: center
}

.articleList3 li.no_marginR {
	margin-right: 0
}

.listTitle3 h2 span {
	float: right;
	font-size: 12px;
	font-weight: normal;
}

.listTitle3 {
	height: 40px;
	height: 40px;
}

.articleList4 dl {
	width: 725px;
	clear: both;
	margin-bottom: 15px;
	overflow: hidden;
	border: 1px solid #f1f1f1;
}

.articleList4 dt {
	width: 185px;
	float: left;
	height: 133px;
}

.articleList4 dd {
	width: 480px;
	float: right;
	line-height: 30px;
	padding-right: 20px
}

.articleList4 dd span {
	float: right;
	font-weight: normal;
	font-size: 12px;
}

.articleList4 dd h3 {
	font-size: 14px;
	height: 40px;
	line-height: 40px;
}

.articleList4 dd h3 a {
	float: left;
}

.articleList4 .bg {
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
}

.list_date {
	height: 40px;
	width: 810px;
}

.list_date span {
	display: inline-block;
	line-height: 40px;
	margin-right: 10px;
	font-size: 16px;
	text-align: center;
	background: #003E78;
}

.list_date span a {
	color: #fff;
	font-weight: bold;
	display: inline-block;
	width: 80px;
	height: 40px;
}

.list_date span a:hover {
	color: #282828;
	font-weight: bold;
	background-color: #FFCB0B;
}

.Annex {
	padding: 0px;
	overflow: hidden;
	margin-bottom: 30px;
}

.Annex h3 {
	font-size: 16px;
	line-height: 30px;
	color: #1153A4;
	padding-left: 15px;
}

.Annex ul li {
	height: 26px;
	line-height: 26px;
	background: url(../images/list_lig.gif) no-repeat 10px center;
	padding-left: 28px;
}

.Annex ul li a {
	font-size: 12px;
	line-height: 24px;
	color: #656464;
}

.Annex ul li a:hover {
	color: #1153A4;
}

.leader01 {
	width: 100%;
	clear: both;
	overflow: hidden;
	padding-bottom: 5px;
}

.leader_title01 h2 {
	color: #1153a4;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
}

.leader01 ul {
	width: 100%;
	clear: both;
	overflow: hidden;
}

.leader01 ul li {
	height: 30px;
	line-height: 30px;
	width: 92px;
	float: left;
}

.listTitle6 {
	padding-left: 0px;
	background: none;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-bottom: 10px;
}

.listTitle6 h2 {
	color: #1153a4;
	background: none;
	float: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 33px;
	padding: 0px;
	margin: 5px 0px;
}

.teacher_left {
	float: left;
	margin-right: 30px;
}

.teacher_right {
	float: left;
	width: 570px;
}

.articleList6 ul {
	width: 100%;
	overflow: hidden;
}

.articleList6 ul li {
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}

.articleList6 ul li h3 {
	font-size: 15px;
	height: 25px;
	color: #1153A4
}

.articleList6 ul li p {
	line-height: 23px;
}

.articleList6 ul li span a {
	margin: 3px;
	color: #1153A4
}

.resume {
	width: 100%;
	overflow: hidden;
	background-color: #f1f1f1;
	position: relative;
	padding: 8px 8px 8px 8px;
	margin-top: 4px;
	overflow: hidden;
}

.resume h4 {
	font-size: 14px;
	height: 25px;
}

.resume span {
	position: absolute;
	right: 18px;
	top: 20px;
}

.resume .indent {
	text-indent: 25px;
}

.current01 {
	width: auto;
	clear: both;
	padding: 15px 15px 20px 15px;
	line-height: 25px;
}

.Article_content {
	width: 100%;
	overflow: hidden;
	padding-bottom: 15px;
}

.current02 p {
	line-height: 30px;
}

.current02 h3 {
	font-size: 16px;
	line-height: 35px;
}

.current02 span a {
	margin: 3px;
	color: #1153A4
}

.teacher_left {
	float: left;
	margin-right: 30px;
	width: 140px;
	height: 185px;
	overflow: hidden;
}

.teacher_left img {
	width: 140px;
	height: 185px;
}

@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
}

a {
	color: #000000;
	border: 0;
	text-decoration: none;
}

a:hover {
	color: #1153A4;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

/* imgfocus */
.imgfocus {
	position: relative;
	
	width: 100%;
	height: 390px;
	background: #F1F1F1;
	margin: 0px auto 0 auto;
	overflow:hidden;
}

.decotext2 {
	width: 460px;
	height: 370px;
	padding-top: 20px;
	position: absolute;
	top: 0;
	left: 20px;
	display: block;
	text-align: left;
	z-index: 20;
}

.decotext2 p {
	margin-top: 40px;
	font-size: 18px;
}

.imgfocus .imgbox {
	
	left: 0px;
	top: 0px;
}

.decoimg_b2 {
	position: relative;
	width: 100%;
	float: left;
	display: none;
}

.decoimg_b2 img {
	display: block;
	width: 100%;
	height: 390px;
}

ul.num_a2 {
	width: 1000px;
	position: relative;
	top: 95%;
	right: -580px;
	background: url(../img/controbg.png) no-repeat top center;
}

ul.num_a2 li {
	width: 12px;
	float: left;
	height: 12px;
	margin-left: 6px;
	margin-bottom: 50px;
	position: relative;
}

ul.num_a2 .current {
	color: #4D4D4F;
	background-color: #4d4d4f;
	-webkit-transform: scale(1.85);
	transform: scale(1.8);
}

ul.num_a2 a {
	width: 100%;
	height: 100%;
	line-height: 100%;
	border-radius: 50%;
	text-indent: -70px;
	color: #808285;
	background-color: #808285;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: -webkit-transform 0.5s ease, background-color 0.5s
		ease;
	transition: transform 0.5s ease, background-color 0.5s ease;
}

/* imgfocus */
.imgfocus-1 {
	position: relative;
	float: left;
	top: 400px;
	width: 200px;
	height: 200px;
	background: #F1F1F1;
	margin: 40px auto 0 auto;
}

.decotext2-1 {
	width: 460px;
	height: 370px;
	padding-top: 20px;
	position: absolute;
	top: 0;
	left: 20px;
	display: block;
	text-align: left;
	z-index: 20;
}

.decotext2-1 p {
	margin-top: 40px;
	font-size: 18px;
}

.imgfocus-1 .imgbox-1 {
	position: absolute;
	left: 0px;
	top: 0px;
}

.decoimg_b2-1 {
	position: relative;
	width: 100%;
	float: left;
	display: none;
}

.decoimg_b2-1 img {
	display: block;
	width: 200px;
	height: 200px;
}

ul.num_a2-1 {
	width: 12px;
	position: absolute;
	top: 10%;
	right: 20px;
}

ul.num_a2-1 li {
	width: 12px;
	height: 12px; /*margin-bottom:50px;*/
	position: relative;
}

ul.num_a2-1 .current {
	color: #4D4D4F;
	background-color: #4d4d4f;
	-webkit-transform: scale(1.8);
	transform: scale(1.8);
}

ul.num_a2-1 a {
	width: 40%;
	height: 40%;
	line-height: 100%;
	border-radius: 50%;
	text-indent: -70px;
	color: #808285;
	background-color: #808285;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: -webkit-transform 0.5s ease, background-color 0.5s
		ease;
	transition: transform 0.5s ease, background-color 0.5s ease;
}

* {
	padding: 0;
	margin: 0;
}

div, dl, dt, dd, form, h1, h2, h3, h4, h5, h6, img, ol, ul, li,
th, p, span, a {
	border: 0;
}

ul, ol {
	list-style-type: none;
}

.pic {
	width: 1000px;
	height: 324px;
	margin: 0 auto;
	border-top: 1px solid #cfbc91
}

.main-left .unit1 ul li {
	width: 100%;
	height: 40px;
	margin-bottom: 32px;
}

.main-left .unit1 ul li span {
	width: 40%;
	height: 40px;
	float: left;
	line-height: 20px;
	color: #0d6ac6;
	font-family: "Arial Black", Gadget, sans-serif;
}

.main-left .unit1 ul li span b {
	font-size: 18px;
	font-weight: normal;
}

.main-left .unit1 ul li a {
	width: 70%;
	height: 40px;
	float: right;
	line-height: 20px;
}
/*首页动态图片*/
#myfocus {
	width: 100%;
	height: 210px;
	overflow: hidden;
	padding: 0px 0px 10px;
	position: relative;
	border-top: 1px solid #ffffff;
}

#myfocus #myloading {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 220px;
	background: #ffffff;
	color: #f60;
	font-size: 12px;
	text-align: center;
	padding-top: 90px;
}

#myfocus #myloading .bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#myfocus .pics {
	width: 310px;
	height: 220px;
	overflow: hidden;
	position: relative;
}

#myfocus .pics ul {
	height: 220px;
	position: absolute;
}

#myfocus .pics ul li {
	width: 100%;
	height: 220px;
	float: left;
	position: relative;
}

#myfocus .pics ul li div, #myfocus .pics ul li div span, #myfocus .pics ul li div a
	{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 24px;
	padding-bottom: 27px;
}

#myfocus .pics ul li div span {
	filter: alpha(opacity = 50);
	opacity: 0.5;
	background: #000;
}

#myfocus .pics ul li div a {
	line-height: 24px;
	overflow: hidden;
	padding-left: 16px;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

#myfocus .mybtn {
	position: relative;
	bottom: 0px;
	top: 10px;
	left: 85px;
}

#myfocus .mybtn ul li {
	float: left;
	position: relative;
	top: -40px;
	width: 16px;
	height: 6px;
	margin-left: 4px;
	overflow: hidden;
	border: 0px solid #000;
	background: #ccc;
	cursor: pointer;
}

#myfocus .mybtn ul li.current {
	background: #CC0000;
}

.articleList-1  ul li span {
	float: right;
}
.articleList-1  a {
	font-size: 16px;
}

.digg {
	margin-left: 300px;
	HEAD margin-top: 30px;
}

.tncontent {
	padding: 0px;
	font-size: 14px;
	line-height: 36px;
	color: #333;
	margin: 0 auto;
}
=======
margin-top
:
 
30
px
;
}
>>>>>>>
803699
b85519f565038c63c78ea090ef2fae5f29