<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
//CSS Hack
property:value; 所有浏览器
_property:value; IE6
+property:value; IE7
*property:value; IE6/IE7
property:value \0; IE8/IE9
property:value \9; IE6/IE7/IE8
property:value \9\0; IE9

//最小高度HACK
min-height:500px;
height:auto !important;
height:500px;
overflow:visible;

//溢出文字用省略号点代替(慎用)
white-space:nowrap; text-overflow:ellipsis; overflow:hidden;

//文字两端对齐
text-align:Justify;(火狐)
text-justify:inter-ideograph;(IE)
*/
/*
*input placeholder样式
input::-webkit-input-placeholder { color: #FFFFFF;font-size: 12px;}

*/
.titstr1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.titstr2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.titstr3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.titstr4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.titstr5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.titstr6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.titstr7 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.titstr8 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
@font-face {
  font-family: HelveticaNeueLTPro-ThEx;
  src: url('../font/HelveticaNeueLTPro-ThEx.otf');
}
body {
  margin: 0px;
  padding: 0px;
  font-family: "微软雅黑";
  background-color: #fff;
}
table {
  margin: 0px;
  border-collapse: collapse;
}
th,
td {
  line-height: 180%;
  text-align: left;
  padding: 10px;
}
img {
  border: 0px;
}
dl,
dt,
dd,
h1,
h2,
h3,
h4,
p,
form {
  margin: 0px;
  padding: 0px;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
/*通用链接*/
a:link,
a:visited {
  color: #383637;
  text-decoration: none;
}
a:hover,
a:active {
  color: #e99924;
  text-decoration: none;
}
/*溢出文字用省略号点代替
.HideWord {white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
*/
/*
 * 编辑器表格设置
 * table
    {border-collapse:collapse; border-spacing:0;}
   table tr td
    {padding:0px;}
 */
#thePageInfo {
  height: 20px;
  overflow: hidden;
  padding: 20px 0px;
  text-align: center;
  clear: both;
  font-size: 12px;
}
#thePageInfo em {
  line-height: 100%;
  padding: 2px 6px;
  color: #949494;
  font-style: normal;
  background: #fff;
  border: 1px solid #d6d6d6;
}
#thePageInfo em a:link,
#thePageInfo em a:visited {
  color: #979797;
  text-decoration: none;
}
#thePageInfo em a:hover,
#thePageInfo em em a:active {
  text-decoration: underline;
}
#thePageInfo .onfocus {
  line-height: 100%;
  padding: 2px 6px;
  color: #fff;
  font-style: normal;
  background: #0071af;
  border: 1px solid #d6d6d6;
}
#thePageInfo .onfocus a:link,
#thePageInfo .onfocus a:visited {
  color: #fff;
  text-decoration: none;
}
#thePageInfo .onfocus a:hover,
#thePageInfo .onfocus em a:active {
  text-decoration: underline;
}
#thePageInfo span {
  color: #676767;
}
/*右侧漂浮*/
#rightPiaoFu {
  width: 120px;
  height: auto;
  overflow: hidden;
  padding: 6px;
  font-size: 12px;
  position: absolute;
  right: 0px;
}
#rightPiaoFu .content {
  height: auto;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
#rightPiaoFu .close {
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
}
#rightPiaoFu ul {
  list-style: none;
}
#rightPiaoFu ul li.sort {
  height: 20px;
  overflow: hidden;
  border: 1px solid #C0E6F9;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
#rightPiaoFu ul .qq,
#rightPiaoFu ul .msn,
#rightPiaoFu ul .skype {
  height: auto;
  overflow: hidden;
  padding: 3px 0px;
  line-height: 23px;
  text-indent: 10px;
}
#rightPiaoFu ul .tel,
#rightPiaoFu ul .email {
  height: auto;
  overflow: hidden;
  line-height: 23px;
  text-indent: 10px;
  color: #333;
  text-align: center;
}
#rightPiaoFu a:link {
  color: #333;
  text-decoration: none;
}
#rightPiaoFu a:visited {
  color: #333;
  text-decoration: none;
}
#rightPiaoFu a:hover,
#rightPiaoFu a:active {
  color: #ff0000;
  text-decoration: underline;
}
/*结构*/
#top {
  position: relative;
  background-color: #0d3164;
}
#top .content {
  position: relative;
  width: 1360px;
  height: 42px;
  margin: 0 auto;
  line-height: 42px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
}
#top .content .search {
  position: absolute;
  right: 0;
  top: 6px;
  width: 220px;
  height: 30px;
  background-color: #204e8f;
  border-radius: 30px;
  overflow: hidden;
}
#top .content .search input {
  position: absolute;
  left: 12px;
  top: 0;
  width: 200px;
  height: 26px;
  border: none;
  background: none;
  outline: none;
  font-size: 14px;
  color: #FFFFFF;
}
#top .content .search input::-webkit-input-placeholder {
  color: #647da9;
}
#top .content .search span {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 40px;
  height: 100%;
  background-image: url(../Images/z1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #204e8f;
  cursor: pointer;
}
#head {
  position: relative;
  height: 560px;
}
#head .group {
  position: relative;
  height: 0;
}
#head .group .data {
  position: relative;
  z-index: 10;
  background-image: url(../Images/bg2.png);
  background-position: top -2px center;
  background-repeat: repeat-x;
  border-bottom: solid 1px #FFFFFF;
  border-color: rgba(255, 255, 255, 0.2);
}
#head .group .data .con {
  position: relative;
  width: 1360px;
  height: 90px;
  margin: 0 auto;
}
#head .group .data .con .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
}
#head .group .data .con .logo a {
  display: block;
  height: 100%;
}
#head .group .data .con .logo a img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#head .group .data .con .menu {
  position: absolute;
  right: 0;
  top: 22px;
}
#head .group .data .con .menu .item {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  line-height: 45px;
  font-size: 17px;
  font-weight: bold;
  color: #FFFFFF;
  border-top: solid 1px #FFFFFF;
  border-bottom: solid 1px #FFFFFF;
  border-color: rgba(255, 255, 255, 0);
}
#head .group .data .con .menu .item a {
  color: #FFFFFF;
  display: block;
  padding: 0 12px;
}
#head .group .data .con .menu .item:nth-child(1) {
  margin: 0;
}
#head .group .data .con .menu .item:hover {
  border-color: #FFFFFF;
}
#head .group .data .con .menu .item:hover dl {
  display: block;
}
#head .group .data .con .menu .item.active {
  border-color: #FFFFFF;
}
#head .group .data .con .menu .item dl {
  display: none;
  position: absolute;
  left: 0;
  top: 46px;
  width: 100%;
  text-align: center;
  font-weight: normal;
  background-image: url(../Images/z30.png);
  background-size: 100% 100%;
}
#head .group .data .con .menu .item dl dd {
  line-height: 42px;
  font-size: 14px;
}
#head .group .data .con .menu .item dl dd a {
  padding: 0;
}
#head .group .data .con .menu .item dl dd:hover {
  background-color: #e99924;
}
#head .index_banner {
  position: relative;
  height: 100%;
}
#head .index_banner .swiper-container {
  height: 100%;
}
#head .index_banner .swiper-container .swiper-wrapper {
  height: 100%;
}
#head .index_banner .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
}
#head .index_banner .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#head .index_banner .swiper-container .swiper-wrapper .swiper-slide .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 0;
  background-image: url(../Images/bg1.png);
  background-position: bottom -2px center;
  background-repeat: repeat-x;
}
#head .index_banner .swiper-container .swiper-wrapper .swiper-slide .tit span {
  position: relative;
  display: block;
  width: 1360px;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 26px;
  line-height: 50px;
}
#head .index_banner .swiper-container .swiper-pagination {
  color: #FFFFFF;
  width: 300px;
  left: auto;
  bottom: 20px;
  right: 0;
  transform: translateX(-50%);
  text-align: right;
  font-size: 24px;
}
#head .index_banner .swiper-container .swiper-pagination span {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: none;
  border: solid 1px #FFFFFF;
}
#head .index_banner .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}
#head .other {
  position: relative;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#home_news {
  position: relative;
  background-color: #f3f3f3;
  padding-bottom: 60px;
  background-image: url(../Images/bg3.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#home_news .school_code {
  position: relative;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #e99924;
  line-height: 80px;
  padding-top: 20px;
}
#home_news .content {
  position: relative;
  width: 1360px;
  margin: 0 auto;
}
#home_news .content .dongtai {
  position: relative;
  float: left;
  width: 680px;
}
#home_news .content .dongtai .tname {
  position: relative;
  line-height: 72px;
  font-size: 30px;
  color: #0d3164;
}
#home_news .content .dongtai .tname span {
  margin-left: 8px;
  font-size: 22px;
  font-family: HelveticaNeueLTPro-ThEx;
}
#home_news .content .dongtai .items {
  position: relative;
}
#home_news .content .dongtai .items .item {
  position: relative;
  width: 326px;
  float: left;
}
#home_news .content .dongtai .items .item .pic {
  position: relative;
  height: 200px;
  overflow: hidden;
}
#home_news .content .dongtai .items .item .pic a {
  display: block;
  height: 100%;
  background-position: center center;
  background-size: cover;
  transition: all 0.2s;
}
#home_news .content .dongtai .items .item .pic a:hover {
  transform: scale(1.05);
}
#home_news .content .dongtai .items .item .obj {
  position: relative;
  margin: 20px 3px;
  border-left: solid 1px #0d3164;
  padding: 0 12px;
  height: 76px;
}
#home_news .content .dongtai .items .item .obj .date {
  position: relative;
  line-height: 32px;
  font-size: 14px;
  color: #9da5b4;
}
#home_news .content .dongtai .items .item .obj .tit {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#home_news .content .dongtai .items .item:nth-child(1) {
  width: 100%;
}
#home_news .content .dongtai .items .item:nth-child(1) .pic {
  height: 410px;
}
#home_news .content .dongtai .items .item:nth-child(2n+3) {
  float: right;
}
#home_news .content .zhinan {
  position: relative;
  float: right;
  width: 650px;
}
#home_news .content .zhinan .tname {
  position: relative;
  line-height: 72px;
  font-size: 30px;
  color: #0d3164;
}
#home_news .content .zhinan .tname span {
  margin-left: 8px;
  font-size: 22px;
  font-family: HelveticaNeueLTPro-ThEx;
}
#home_news .content .zhinan .items {
  position: relative;
  background-color: #FFFFFF;
  padding: 15px;
  border-top: solid 3px #0d3164;
}
#home_news .content .zhinan .items .item {
  position: relative;
  border-bottom: solid 1px #dee3ec;
  padding: 20px 0;
  min-height: 62px;
}
#home_news .content .zhinan .items .item .date {
  position: absolute;
  left: 0;
  top: 15px;
  width: 62px;
  text-align: right;
  color: #e99924;
}
#home_news .content .zhinan .items .item .date .d {
  font-size: 32px;
  line-height: 38px;
}
#home_news .content .zhinan .items .item .date .ym {
  font-size: 13px;
  line-height: 28px;
}
#home_news .content .zhinan .items .item .tit {
  position: relative;
  margin-left: 80px;
  height: 60px;
  line-height: 30px;
  font-size: 18px;
}
#home_news .content .zhinan .items .item .tit a {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#home_news .content .zhinan .items .item .tit a:hover {
  font-weight: bold;
}
#home_video {
  position: relative;
  padding: 30px 0;
  margin: 20px 0;
}
#home_video .content {
  width: 1360px;
  margin: 0 auto;
}
#home_video .content .thisname {
  position: relative;
  text-align: center;
  color: #0d3164;
}
#home_video .content .thisname .zh {
  font-size: 36px;
  line-height: 54px;
}
#home_video .content .thisname .en {
  font-size: 32px;
  line-height: 40px;
  font-family: HelveticaNeueLTPro-ThEx;
}
#home_video .content .data {
  position: relative;
  margin-top: 30px;
  height: 546px;
}
#home_video .content .data .item {
  position: absolute;
}
#home_video .content .data .item .pic {
  position: relative;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#home_video .content .data .item .pic i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
#home_video .content .data .item span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  background-image: url(../Images/z6.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#home_video .content .data .item video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000000;
}
#home_video .content .data .item.item1 {
  left: 0;
  top: 0;
  width: 906px;
  height: 546px;
}
#home_video .content .data .item.item2 {
  right: 0;
  top: 0;
  width: 437px;
  height: 264px;
}
#home_video .content .data .item.item3 {
  right: 0;
  bottom: 0;
  width: 437px;
  height: 264px;
}
#bottom {
  position: relative;
  padding: 30px 0;
  margin-top: 20px;
}
#bottom .content {
  position: relative;
  width: 1360px;
  margin: 0 auto;
}
#bottom .content .goodlinks {
  position: relative;
  float: left;
}
#bottom .content .goodlinks .tname {
  position: relative;
  line-height: 50px;
  font-size: 30px;
  color: #0d3164;
}
#bottom .content .goodlinks .items {
  position: relative;
  margin-top: 20px;
  width: 752px;
}
#bottom .content .goodlinks .items .item {
  position: relative;
  float: left;
  width: 200px;
  margin-right: 76px;
  font-size: 15px;
  line-height: 50px;
  border-bottom: solid 1px #c2c2c2;
  color: #5e5e5e;
  background-image: url(../Images/z10.png);
  background-position: right 4px center;
  background-repeat: no-repeat;
}
#bottom .content .goodlinks .items .item span {
  display: block;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#bottom .content .goodlinks .items .item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#bottom .content .goodlinks .items .item:nth-child(3n) {
  margin-right: 0;
}
#bottom .content .goodlinks .items .item:hover {
  background-image: url(../Images/z11.png);
  color: #0d3164;
  border-color: #8d97ab;
}
#bottom .content .goodlinks .items:after {
  content: " ";
  display: block;
  clear: both;
}
#bottom .content .ewms {
  position: relative;
  float: right;
  padding-top: 50px;
}
#bottom .content .ewms .item {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}
#bottom .content .ewms .item .pic img {
  display: block;
  width: 150px;
  height: auto;
}
#bottom .content .ewms .item .tit {
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  color: #5e5e5e;
}
#bottom.notindex {
  background-color: #f3f3f3;
}
#footer {
  position: relative;
  background-color: #0d3164;
  color: #ccd0d8;
  padding: 25px 0;
}
#footer a {
  color: #ccd0d8;
}
#footer .content {
  position: relative;
  width: 1360px;
  margin: 0 auto;
}
#footer .content .copyright {
  position: relative;
  float: left;
  width: 800px;
  font-size: 14px;
  line-height: 28px;
  overflow: hidden;
}
#footer .content .copyright img {
  max-width: 100%;
}
#footer .content .right {
  position: relative;
  float: right;
  max-width: 800px;
}
#footer .content .right .tel {
  position: relative;
  margin-bottom: 6px;
  padding-left: 60px;
  color: #e99924;
  background-image: url(../Images/z12.png);
  background-position: left center;
  background-repeat: no-repeat;
}
#footer .content .right .tel .t1 {
  position: relative;
  font-size: 15px;
  line-height: 32px;
}
#footer .content .right .tel .t2 {
  position: relative;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
}
#footer .content .right .str {
  position: relative;
  text-align: right;
  font-size: 13px;
  line-height: 26px;
  color: #78849d;
}
#footer .content .right .str a {
  color: #78849d;
}
#footer .content:after {
  content: " ";
  display: block;
  clear: both;
}
#about {
  position: relative;
}
#about .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#about .content .menu {
  position: relative;
  width: 240px;
  float: left;
  z-index: 100;
}
#about .content .menu .tname {
  position: relative;
  height: 60px;
}
#about .content .menu .tname .tit {
  position: relative;
  height: 100px;
  line-height: 74px;
  top: -40px;
  background-color: #0d3164;
  background-image: url(../Images/z13.png);
  background-position: top left;
  background-repeat: no-repeat;
  padding: 0 30px;
  font-size: 28px;
  color: #FFFFFF;
}
#about .content .menu .tname .tit span {
  display: block;
  background-image: url(../Images/z14.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
}
#about .content .menu .items {
  position: relative;
  background-color: #f5f5f5;
  padding: 10px 20px;
  background-image: url(../Images/z15.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}
#about .content .menu .items .item {
  position: relative;
  line-height: 36px;
  padding: 10px;
  font-size: 18px;
  border-bottom: dashed 1px #dcdcdc;
}
#about .content .menu .items .item a {
  display: block;
}
#about .content .menu .items .item.active {
  padding: 10px 30px;
}
#about .content .menu .items .item.active a {
  color: #0d3164;
}
#about .content .datacontent {
  position: relative;
  float: right;
  width: 1010px;
}
#about .content .datacontent .address {
  position: relative;
  padding-top: 15px;
  line-height: 45px;
  border-bottom: solid 1px #e8ebef;
}
#about .content .datacontent .address span {
  font-size: 26px;
}
#about .content .datacontent .address .r {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  color: #a8a8a8;
}
#about .content .datacontent .article {
  position: relative;
  padding: 10px 0;
  font-size: 15px;
  line-height: 28px;
  color: #333333;
  overflow: hidden;
}
#about .content .datacontent .article img {
  max-width: 100%;
}
#about .content .datacontent .faculty {
  position: relative;
  padding-bottom: 20px;
}
#about .content .datacontent .faculty .items {
  position: relative;
}
#about .content .datacontent .faculty .items .item {
  position: relative;
  width: 324px;
  height: 292px;
  float: left;
  margin-right: 19px;
  margin-top: 19px;
}
#about .content .datacontent .faculty .items .item .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#about .content .datacontent .faculty .items .item .bgcolor {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  transition: all 0.2s;
}
#about .content .datacontent .faculty .items .item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
#about .content .datacontent .faculty .items .item .data {
  position: relative;
  height: 100%;
  z-index: 2;
  text-align: center;
  color: #FFFFFF;
}
#about .content .datacontent .faculty .items .item .data .tit {
  position: relative;
  padding-top: 90px;
}
#about .content .datacontent .faculty .items .item .data .tit .t1 {
  position: relative;
  font-size: 24px;
  line-height: 45px;
}
#about .content .datacontent .faculty .items .item .data .tit .t2 {
  position: relative;
  font-size: 14px;
  line-height: 32px;
}
#about .content .datacontent .faculty .items .item .data .icon {
  margin-top: 40px;
}
#about .content .datacontent .faculty .items .item .zy {
  position: absolute;
  width: 19px;
  height: 19px;
  background-position: center center;
  background-size: 100% 100%;
  z-index: 10;
}
#about .content .datacontent .faculty .items .item .zy.zy1 {
  left: 0;
  top: 0;
  background-image: url(../Images/z16.png);
}
#about .content .datacontent .faculty .items .item .zy.zy2 {
  right: 0;
  bottom: 0;
  background-image: url(../Images/z17.png);
}
#about .content .datacontent .faculty .items .item:nth-child(3n) {
  margin-right: 0;
}
#about .content .datacontent .faculty .items .item:hover .bgcolor {
  opacity: .4;
}
#about .content .datacontent .faculty .items:after {
  content: " ";
  display: block;
  clear: both;
}
#about .content .datacontent .major {
  position: relative;
}
#about .content .datacontent .major .items {
  position: relative;
}
#about .content .datacontent .major .items .item {
  position: relative;
  padding: 25px 0;
  border-bottom: solid 1px #e8ebef;
}
#about .content .datacontent .major .items .item .date {
  position: absolute;
  left: 0;
  top: 25px;
  width: 80px;
  text-align: right;
  color: #0c3b90;
}
#about .content .datacontent .major .items .item .date .d {
  font-size: 32px;
  line-height: 40px;
}
#about .content .datacontent .major .items .item .date .ym {
  font-size: 13px;
  line-height: 24px;
}
#about .content .datacontent .major .items .item .data {
  position: relative;
  margin-left: 140px;
  min-height: 60px;
}
#about .content .datacontent .major .items .item .data .tit {
  position: relative;
  font-size: 18px;
  line-height: 26px;
}
#about .content .datacontent .major .items .item .data .jianjie {
  position: relative;
  font-size: 15px;
  line-height: 26px;
  margin-top: 6px;
}
#about .content .datacontent .major .items .item .jg {
  position: absolute;
  left: 104px;
  top: 40px;
  font-size: 20px;
  color: #dbdbdb;
}
#about .content .datacontent .major .items .item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#about .content .datacontent .major .items .item:hover .date {
  color: #e99924;
}
#about .content .datacontent .major .items .item:hover .jg {
  color: #e99924;
}
#about .content .datacontent .major .items .item:hover .data {
  color: #e99924;
}
#about .content .datacontent .major .items .item:hover .data .tit {
  font-weight: bold;
}
#about .content .datacontent .major .newsdata {
  position: relative;
  padding: 20px 0;
}
#about .content .datacontent .major .newsdata .tit {
  position: relative;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
}
#about .content .datacontent .major .newsdata .date {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  color: #888888;
  text-align: center;
}
#about .content .datacontent .major .newsdata .text {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  overflow: hidden;
}
#about .content .datacontent .major .newsdata .text img {
  max-width: 100%;
}
#about .content .datacontent .recruitStudents {
  position: relative;
  padding-top: 20px;
}
#about .content .datacontent .recruitStudents .items {
  position: relative;
  border-bottom: solid 1px #e8ebef;
}
#about .content .datacontent .recruitStudents .items .item {
  position: relative;
  width: 318px;
  height: 310px;
  float: left;
  margin-right: 28px;
  margin-bottom: 28px;
}
#about .content .datacontent .recruitStudents .items .item .pic {
  position: relative;
  height: 192px;
  background-position: center center;
  background-size: cover;
}
#about .content .datacontent .recruitStudents .items .item .obj {
  position: relative;
  margin: 20px 3px;
  border-left: solid 1px #0d3164;
  padding: 0 12px;
  height: 76px;
}
#about .content .datacontent .recruitStudents .items .item .obj .date {
  position: relative;
  line-height: 22px;
  font-size: 13px;
  color: #9da5b4;
}
#about .content .datacontent .recruitStudents .items .item .obj .tit {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#about .content .datacontent .recruitStudents .items .item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#about .content .datacontent .recruitStudents .items .item:nth-child(3n) {
  margin-right: 0;
}
#about .content .datacontent .recruitStudents .items .item:hover .obj .tit {
  color: #e99924;
}
#about .content .datacontent .recruitStudents .items:after {
  content: " ";
  display: block;
  clear: both;
}
#about .content .datacontent .recruitStudents .newsdata {
  position: relative;
  padding: 20px 0;
}
#about .content .datacontent .recruitStudents .newsdata .tit {
  position: relative;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
}
#about .content .datacontent .recruitStudents .newsdata .date {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  color: #888888;
  text-align: center;
}
#about .content .datacontent .recruitStudents .newsdata .text {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  overflow: hidden;
}
#about .content .datacontent .recruitStudents .newsdata .text img {
  max-width: 100%;
}
#about .content .datacontent .question {
  position: relative;
}
#about .content .datacontent .question .items {
  position: relative;
}
#about .content .datacontent .question .items .item {
  position: relative;
  margin-top: 18px;
}
#about .content .datacontent .question .items .item .data {
  position: relative;
  padding: 15px 10px;
  border: solid 1px #e9e9e9;
  cursor: pointer;
  background-color: #FFFFFF;
}
#about .content .datacontent .question .items .item .data .tit {
  line-height: 30px;
  font-size: 18px;
  color: #1e1e1e;
  padding-left: 30px;
  background-image: url(../Images/z19.png);
  background-position: left center;
  background-repeat: no-repeat;
}
#about .content .datacontent .question .items .item .data .date {
  margin-top: 10px;
  line-height: 22px;
  font-size: 14px;
  color: #7b7b7b;
  padding-left: 54px;
  background-image: url(../Images/z20.png);
  background-position: left 30px center;
  background-repeat: no-repeat;
}
#about .content .datacontent .question .items .item .text {
  display: none;
  position: relative;
  padding: 15px 40px;
  background-color: #f5f5f5;
  font-size: 15px;
  line-height: 26px;
  overflow: hidden;
  background-image: url(../Images/z18.png);
  background-position: left 10px top 20px;
  background-repeat: no-repeat;
}
#about .content .datacontent .question .items .item .text img {
  max-width: 100%;
}
#about .content .datacontent .question .items .item.active .data {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
#about .content .datacontent .question .items .item.active .data .tit {
  color: #0d3164;
}
#about .content:after {
  content: " ";
  display: block;
  clear: both;
}
#newslist {
  position: relative;
}
#newslist .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#newslist .content .menu {
  position: relative;
  width: 240px;
  float: left;
  z-index: 100;
}
#newslist .content .menu .tname {
  position: relative;
  height: 60px;
}
#newslist .content .menu .tname .tit {
  position: relative;
  height: 100px;
  line-height: 74px;
  top: -40px;
  background-color: #0d3164;
  background-image: url(../Images/z13.png);
  background-position: top left;
  background-repeat: no-repeat;
  padding: 0 30px;
  font-size: 28px;
  color: #FFFFFF;
}
#newslist .content .menu .tname .tit span {
  display: block;
  background-image: url(../Images/z14.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
}
#newslist .content .menu .items {
  position: relative;
  background-color: #f5f5f5;
  padding: 10px 20px;
  background-image: url(../Images/z15.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}
#newslist .content .menu .items .item {
  position: relative;
  line-height: 36px;
  padding: 10px;
  font-size: 18px;
  border-bottom: dashed 1px #dcdcdc;
}
#newslist .content .menu .items .item a {
  display: block;
}
#newslist .content .menu .items .item.active {
  padding: 10px 30px;
}
#newslist .content .menu .items .item.active a {
  color: #0d3164;
}
#newslist .content .datacontent {
  position: relative;
  float: right;
  width: 1010px;
}
#newslist .content .datacontent .address {
  position: relative;
  padding-top: 15px;
  line-height: 45px;
  border-bottom: solid 1px #e8ebef;
}
#newslist .content .datacontent .address span {
  font-size: 26px;
}
#newslist .content .datacontent .address .r {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  color: #a8a8a8;
}
#newslist .content .datacontent .items {
  position: relative;
}
#newslist .content .datacontent .items .item {
  position: relative;
  padding: 25px 0;
  border-bottom: solid 1px #e8ebef;
}
#newslist .content .datacontent .items .item .date {
  position: absolute;
  left: 0;
  top: 25px;
  width: 80px;
  text-align: right;
  color: #0c3b90;
}
#newslist .content .datacontent .items .item .date .d {
  font-size: 32px;
  line-height: 40px;
}
#newslist .content .datacontent .items .item .date .ym {
  font-size: 13px;
  line-height: 24px;
}
#newslist .content .datacontent .items .item .data {
  position: relative;
  margin-left: 140px;
  min-height: 60px;
}
#newslist .content .datacontent .items .item .data .tit {
  position: relative;
  font-size: 18px;
  line-height: 26px;
}
#newslist .content .datacontent .items .item .data .jianjie {
  position: relative;
  font-size: 15px;
  line-height: 26px;
  margin-top: 6px;
}
#newslist .content .datacontent .items .item .jg {
  position: absolute;
  left: 104px;
  top: 40px;
  font-size: 20px;
  color: #dbdbdb;
}
#newslist .content .datacontent .items .item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#newslist .content .datacontent .items .item:hover .date {
  color: #e99924;
}
#newslist .content .datacontent .items .item:hover .jg {
  color: #e99924;
}
#newslist .content .datacontent .items .item:hover .data {
  color: #e99924;
}
#newslist .content .datacontent .items .item:hover .data .tit {
  font-weight: bold;
}
#newslist .content .datacontent .items .tips {
  position: relative;
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
  color: #777777;
}
#newslist .content .datacontent .newsdata {
  position: relative;
  padding: 20px 0;
}
#newslist .content .datacontent .newsdata .tit {
  position: relative;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
}
#newslist .content .datacontent .newsdata .date {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  color: #888888;
  text-align: center;
}
#newslist .content .datacontent .newsdata .text {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  overflow: hidden;
}
#newslist .content .datacontent .newsdata .text img {
  max-width: 100%;
}
#newslist .content:after {
  content: " ";
  display: block;
  clear: both;
}
#page {
  position: relative;
  text-align: center;
  margin: 30px 0;
}
#page a,
#page span {
  position: relative;
  display: inline-block;
  line-height: 28px;
  padding: 0 9px;
  font-size: 14px;
  border: solid 1px #c1cadb;
  border-radius: 2px;
  margin: 0 5px;
}
#page a.current,
#page span.current {
  background-color: #0d3164;
  border-color: #0d3164;
  color: #FFFFFF;
}
#page a:hover {
  color: #0d3164;
}
#page em {
  font-style: normal;
}
#admission {
  position: relative;
}
#admission .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#admission .content .menu {
  position: relative;
  width: 240px;
  float: left;
  z-index: 100;
}
#admission .content .menu .tname {
  position: relative;
  height: 60px;
}
#admission .content .menu .tname .tit {
  position: relative;
  height: 100px;
  line-height: 74px;
  top: -40px;
  background-color: #0d3164;
  background-image: url(../Images/z13.png);
  background-position: top left;
  background-repeat: no-repeat;
  padding: 0 30px;
  font-size: 28px;
  color: #FFFFFF;
}
#admission .content .menu .tname .tit span {
  display: block;
  background-image: url(../Images/z14.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
}
#admission .content .menu .items {
  position: relative;
  background-color: #f5f5f5;
  padding: 10px 20px;
  background-image: url(../Images/z15.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}
#admission .content .menu .items .item {
  position: relative;
  line-height: 36px;
  padding: 10px;
  font-size: 18px;
  border-bottom: dashed 1px #dcdcdc;
}
#admission .content .menu .items .item a {
  display: block;
}
#admission .content .menu .items .item.active {
  padding: 10px 30px;
}
#admission .content .menu .items .item.active a {
  color: #0d3164;
}
#admission .content .datacontent {
  position: relative;
  float: right;
  width: 1010px;
}
#admission .content .datacontent .address {
  position: relative;
  padding-top: 15px;
  line-height: 45px;
  border-bottom: solid 1px #e8ebef;
}
#admission .content .datacontent .address span {
  font-size: 26px;
}
#admission .content .datacontent .address .r {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  color: #a8a8a8;
}
#admission .content .datacontent .promote_sorts {
  position: relative;
  margin: 25px 0;
}
#admission .content .datacontent .promote_sorts .sort {
  position: relative;
  display: inline-block;
  line-height: 50px;
  border: solid 1px #0d3164;
  border-radius: 6px;
  color: #0d3164;
  font-size: 16px;
  width: 200px;
  text-align: center;
  margin-right: 8px;
  cursor: pointer;
}
#admission .content .datacontent .promote_sorts .sort.active {
  background-color: #e99924;
  color: #FFFFFF;
  font-weight: bold;
  border-color: #e99924;
}
#admission .content .datacontent .cee {
  position: relative;
  padding: 45px 0;
  margin: 25px 0;
  min-height: 400px;
  background-image: url(../Images/z21.png);
  background-position: bottom center;
  background-size: cover;
}
#admission .content .datacontent .cee .tname {
  position: relative;
  line-height: 50px;
  font-size: 30px;
  font-weight: bold;
  color: #0d3164;
  text-align: center;
}
#admission .content .datacontent .cee .tips {
  position: relative;
  text-align: center;
  line-height: 40px;
  height: 54px;
  font-size: 16px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-image: url(../Images/z22.png);
}
#admission .content .datacontent .cee .form {
  position: relative;
  width: 600px;
  margin: 30px auto;
}
#admission .content .datacontent .cee .form .item {
  position: relative;
  margin-bottom: 14px;
}
#admission .content .datacontent .cee .form .item .ziduan {
  position: relative;
  float: left;
  text-align: right;
  width: 120px;
  margin-right: 10px;
  line-height: 48px;
  font-size: 16px;
}
#admission .content .datacontent .cee .form .item .val {
  position: relative;
  float: left;
  width: 416px;
  border: solid 1px #e9e9e9;
  overflow: hidden;
}
#admission .content .datacontent .cee .form .item .val input {
  position: relative;
  display: block;
  width: 100%;
  height: 44px;
  border: none;
  outline: none;
  text-indent: 10px;
  font-size: 16px;
}
#admission .content .datacontent .cee .form .item:after {
  content: " ";
  display: block;
  clear: both;
}
#admission .content .datacontent .cee .form .item.submit .val {
  border: none;
}
#admission .content .datacontent .cee .form .item.submit .val span {
  position: relative;
  display: inline-block;
  width: 80px;
  line-height: 42px;
  margin-right: 6px;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  background-color: #0d3164;
}
#admission .content .datacontent .cee .form .item.submit .val span.reset {
  background-color: #e99924;
}
#admission .content .datacontent .cee_luqu {
  display: none;
  position: relative;
  width: 923px;
  height: 578px;
  margin: 35px auto;
  background-image: url(../Images/z23.jpg);
  background-size: 100% 100%;
}
#admission .content .datacontent .cee_luqu .data {
  position: relative;
  padding: 80px 95px;
}
#admission .content .datacontent .cee_luqu .data .tname {
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #e3273f;
  line-height: 60px;
}
#admission .content .datacontent .cee_luqu .data .pic {
  position: absolute;
  left: 95px;
  top: 170px;
  width: 220px;
  height: 296px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#admission .content .datacontent .cee_luqu .data .pic .ksh {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 40px;
  background-image: url(../Images/z24.png);
  color: #FFFFFF;
  font-size: 15px;
  text-align: center;
}
#admission .content .datacontent .cee_luqu .data .items {
  position: relative;
  margin-left: 264px;
  margin-top: 30px;
  padding-top: 10px;
}
#admission .content .datacontent .cee_luqu .data .items .item {
  position: relative;
  font-size: 15px;
  line-height: 32px;
  color: #e2273f;
}
#admission .content .datacontent .cee_luqu .data .items .item .zd {
  position: relative;
  float: left;
  width: 130px;
  margin-right: 20px;
}
#admission .content .datacontent .cee_luqu .data .items .item .val {
  position: relative;
  float: left;
  width: 310px;
}
#admission .content .datacontent .cee_luqu .data .items .item:after {
  content: " ";
  display: block;
  clear: both;
}
#admission .content .datacontent .cee_luqu2 {
  display: none;
}
#admission .content .datacontent .baokao_table {
  position: relative;
  display: none;
}
#admission .content .datacontent .baokao_table .tname {
  position: relative;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 56px;
  color: #e99924;
  padding: 25px 0;
}
#admission .content .datacontent .baokao_table table {
  position: relative;
  width: 100%;
}
#admission .content .datacontent .baokao_table table tr th {
  padding: 10px 30px;
  line-height: 30px;
  font-size: 16px;
  width: 145px;
  font-weight: normal;
  background-color: #f5f5f5;
}
#admission .content .datacontent .baokao_table table tr td {
  padding: 10px;
  line-height: 30px;
  font-size: 16px;
  color: #666666;
}
#admission .content:after {
  content: " ";
  display: block;
  clear: both;
}
#imageslist {
  position: relative;
}
#imageslist .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#imageslist .content .menu {
  position: relative;
  width: 240px;
  float: left;
  z-index: 100;
}
#imageslist .content .menu .tname {
  position: relative;
  height: 60px;
}
#imageslist .content .menu .tname .tit {
  position: relative;
  height: 100px;
  line-height: 74px;
  top: -40px;
  background-color: #0d3164;
  background-image: url(../Images/z13.png);
  background-position: top left;
  background-repeat: no-repeat;
  padding: 0 30px;
  font-size: 28px;
  color: #FFFFFF;
}
#imageslist .content .menu .tname .tit span {
  display: block;
  background-image: url(../Images/z14.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
}
#imageslist .content .menu .items {
  position: relative;
  background-color: #f5f5f5;
  padding: 10px 20px;
  background-image: url(../Images/z15.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}
#imageslist .content .menu .items .item {
  position: relative;
  line-height: 36px;
  padding: 10px;
  font-size: 18px;
  border-bottom: dashed 1px #dcdcdc;
}
#imageslist .content .menu .items .item a {
  display: block;
}
#imageslist .content .menu .items .item.active {
  padding: 10px 30px;
}
#imageslist .content .menu .items .item.active a {
  color: #0d3164;
}
#imageslist .content .datacontent {
  position: relative;
  float: right;
  width: 1010px;
}
#imageslist .content .datacontent .address {
  position: relative;
  padding-top: 15px;
  line-height: 45px;
  border-bottom: solid 1px #e8ebef;
}
#imageslist .content .datacontent .address span {
  font-size: 26px;
}
#imageslist .content .datacontent .address .r {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  color: #a8a8a8;
}
#imageslist .content .datacontent .items {
  position: relative;
  border-bottom: solid 1px #e8ebef;
}
#imageslist .content .datacontent .items .item {
  position: relative;
  width: 492px;
  height: 360px;
  float: left;
  margin: 20px 0;
}
#imageslist .content .datacontent .items .item .pic {
  position: relative;
  height: 300px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#imageslist .content .datacontent .items .item .pic .obj {
  position: relative;
  height: 100%;
  padding: 0 35px;
  background-image: url(../Images/z25.png);
  text-align: center;
  transition: all 0.2s;
  opacity: 0;
}
#imageslist .content .datacontent .items .item .pic .obj .jianjie {
  position: relative;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 28px;
  padding-top: 90px;
}
#imageslist .content .datacontent .items .item .pic .obj .look {
  position: relative;
  margin-top: 12px;
}
#imageslist .content .datacontent .items .item .pic .obj .look span {
  position: relative;
  display: inline-block;
  width: 160px;
  line-height: 46px;
  background-color: #e99924;
  color: #FFFFFF;
  border-radius: 46px;
  font-size: 14px;
  text-align: left;
  text-indent: 65px;
  cursor: pointer;
  background-image: url(../Images/z26.png);
  background-position: left 36px center;
  background-repeat: no-repeat;
}
#imageslist .content .datacontent .items .item .tit {
  position: relative;
  line-height: 60px;
  font-size: 16px;
  font-weight: bold;
  color: #0d3164;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#imageslist .content .datacontent .items .item:nth-child(2n) {
  float: right;
}
#imageslist .content .datacontent .items .item:hover .pic .obj {
  opacity: 1;
}
#imageslist .content .datacontent .items:after {
  content: " ";
  display: block;
  clear: both;
}
#imageslist .content .datacontent .items .tips {
  position: relative;
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
  color: #777777;
}
#imageslist .content .datacontent .video {
  position: relative;
  border-bottom: solid 1px #e8ebef;
}
#imageslist .content .datacontent .video .item {
  position: relative;
  width: 492px;
  height: 392px;
  margin: 20px 0;
  float: left;
}
#imageslist .content .datacontent .video .item .pic {
  position: relative;
  height: 298px;
  background-position: center center;
  background-size: cover;
}
#imageslist .content .datacontent .video .item .pic span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url(../Images/z6.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 64px auto;
  cursor: pointer;
}
#imageslist .content .datacontent .video .item .videocon {
  position: relative;
  height: 298px;
  background-color: #000000;
}
#imageslist .content .datacontent .video .item .videocon video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#imageslist .content .datacontent .video .item .obj {
  position: relative;
  margin: 20px 3px;
  border-left: solid 1px #0d3164;
  padding: 0 12px;
  height: 76px;
}
#imageslist .content .datacontent .video .item .obj .date {
  position: relative;
  line-height: 22px;
  font-size: 13px;
  color: #9da5b4;
}
#imageslist .content .datacontent .video .item .obj .tit {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #0d3164;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#imageslist .content .datacontent .video .item:nth-child(2n) {
  float: right;
}
#imageslist .content .datacontent .video:after {
  content: " ";
  display: block;
  clear: both;
}
#imageslist .content .datacontent .video .tips {
  position: relative;
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
  color: #777777;
}
#imageslist .content:after {
  content: " ";
  display: block;
  clear: both;
}
#contact {
  position: relative;
}
#contact .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#contact .content .menu {
  position: relative;
  width: 240px;
  float: left;
  z-index: 100;
}
#contact .content .menu .tname {
  position: relative;
  height: 60px;
}
#contact .content .menu .tname .tit {
  position: relative;
  height: 100px;
  line-height: 74px;
  top: -40px;
  background-color: #0d3164;
  background-image: url(../Images/z13.png);
  background-position: top left;
  background-repeat: no-repeat;
  padding: 0 30px;
  font-size: 28px;
  color: #FFFFFF;
}
#contact .content .menu .tname .tit span {
  display: block;
  background-image: url(../Images/z14.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
}
#contact .content .menu .items {
  position: relative;
  background-color: #f5f5f5;
  padding: 10px 20px;
  background-image: url(../Images/z15.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}
#contact .content .menu .items .item {
  position: relative;
  line-height: 36px;
  padding: 10px;
  font-size: 18px;
  border-bottom: dashed 1px #dcdcdc;
}
#contact .content .menu .items .item a {
  display: block;
}
#contact .content .menu .items .item.active {
  padding: 10px 30px;
}
#contact .content .menu .items .item.active a {
  color: #0d3164;
}
#contact .content .datacontent {
  position: relative;
  float: right;
  width: 1010px;
}
#contact .content .datacontent .address {
  position: relative;
  padding-top: 15px;
  line-height: 45px;
  border-bottom: solid 1px #e8ebef;
}
#contact .content .datacontent .address span {
  font-size: 26px;
}
#contact .content .datacontent .address .r {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  color: #a8a8a8;
}
#contact .content .datacontent .article {
  position: relative;
  padding: 10px 0;
  font-size: 15px;
  line-height: 28px;
  color: #333333;
  overflow: hidden;
}
#contact .content .datacontent .article img {
  max-width: 100%;
}
#contact .content:after {
  content: " ";
  display: block;
  clear: both;
}
</pre></body></html>