/*  é¡µé¢é‡ç½®æ ·å¼  */
body,p,h1,h2,h3,h4,h5,li,span,i,ul,img,a,strong,input,button,textarea,select,dd,dl,dt,ol{
	margin:0;
	padding:0;
	word-wrap:break-word;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
body{
	font-family:"Arial","microsoft yahei";
	font-size:14px;
	line-height: 1;
	color:#333;
}
*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
li{
	list-style-type:none;
	float:left;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a,area{
	text-decoration:none;
	outline:none;
	color: #000;
}
img{
	border:none;
	vertical-align:middle;
}
i,var,em{
	font-style:normal;
}
button{
	font-family:"Arial","microsoft yahei";
	font-size: 14px;
	outline:none;
	cursor: pointer;
	border: none;
	line-height: 1;
}
input[type="submit"]{
	border: none;
}
iframe{
	border: none;
}
input,select,textarea{
	outline:none;
	font-family:"Arial","microsoft yahei";font-size: 14px;
}
textarea{
	resize:none;
	overflow-y:auto;
}
.at{
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear:both;
}
.dt{
	display: table;
	width: 100%;
}
.fl-w{
	float: left;
	width: 100%;
}
.hide{
	display: none;
}
.ver-container{
	display: table;
	width: 100%;
	text-align: center;
}
.ver-container > * {
	vertical-align: middle;
	display: table-cell;
}

.swiper-button-disabled{
	cursor: no-drop !important;
	opacity: .5;
}

[class*=icon]{
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*=ico]{
	vertical-align: middle;
	display: inline-block;
}
.wid {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.header {
  width: 100%;
  min-height: 100px;
}
.header .content {
  width: 100%;
  height: 100px;
}
.header .content .logo {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .content .search {
  height: 100px;
  padding: 16px 0;
}
.header .content .search .link {
  line-height: 30px;
  color: #b0b0b0;
}
.header .content .search .link a {
  color: #b0b0b0;
  padding: 0 8px;
}
.header .content .search .input {
  width: 100%;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #c9c9c9;
}
.header .content .search .input input {
  width: 190px;
  height: 100%;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  border: none;
  background: none;
  float: left;
  padding-left: 12px;
}
.header .content .search .input input.submit {
  width: 34px;
  height: 100%;
  border: none;
  float: right;
  cursor: pointer;
  background: none;
  background: url("../img/c8ff9c_18x18.png") center no-repeat;
  background-size: 18px 18px;
}
.nav {
   
  height: 40px;
  background-color: #004681;
}
.nav .list {
  width: 100%;
}
.nav .list ul {
  width: 100%;
  margin: 0;
}
.nav .list ul li {
  width: calc(100% / 11);
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
}
.nav .list ul li h4 {
  line-height: 40px;
  font-size: 15px;
  margin: 0;
  color: #fff;
}
.nav .list ul li h4 a {
  color: #fff;
  text-decoration: none;
}
.nav .list ul li .slide {
  width: 100%;
  background: rgba(255,255,255,0.9);
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 9;
  display: none;
}
.nav .list ul li .slide p {
  margin: 0;
  line-height: 32px;
  border-bottom: 1px solid #d2d2d2;
}
.nav .list ul li .slide p a {
  text-decoration: none;
}
.nav .list ul li .slide p:last-child {
  border-bottom: none;
}
.nav .list ul li .slide p:hover {
  background-color: #004681;
}
.nav .list ul li .slide p:hover a {
  color: #fff;
}
.nav .list ul li:hover {
  background-color: #d80d20;
}
.nav .list ul li:hover .slide {
  display: block;
}
.banner {
  width: 100%;
max-width:1920px;
}
.banner ul {
  width: 100%;
  margin: 0;
}
.banner ul li {
  width: 100%;
  height: 420px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 100px;
  height: 5px;
  border-radius: 0;
  opacity: 0.5;
  background-color: #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #004681;
  opacity: 1;
}
.news {
  width: 100%;
  min-height: 100px;
  padding-top: 30px;
  float: left;
  padding-bottom: 90px;
}
.news .item {
  width: 100%;
}
.news .item .title {
  width: 100%;
  height: 42px;
  position: relative;
}
.news .item .title:after {
  content: '';
  position: absolute;
  left: 0;
  top: 24px;
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
}
.news .item .title .labels {
  line-height: 42px;
  background-color: #fff;
  padding-right: 10px;
  height: 42px;
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.news .item .title .labels img {
  margin-right: 5px;
}
.news .item .title .labels span {
  font-size: 24px;
  color: #004681;
  font-family: 'å®‹ä½“';
  font-weight: bold;
}
.news .item .title .labels em {
  color: #9b9b9b;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  padding-left: 10px;
}
.news .item .title .more {
  height: 42px;
  padding-left: 10px;
  position: relative;
  z-index: 9;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news .item .title .more img {
  margin-right: 10px;
}
.news .item .title .more a {
  font-size: 15px;
  text-decoration: none;
}
.news .item .col {
  width: 100%;
  min-height: 100px;
  float: left;
  padding: 20px 0;
}
.news .item .col .imgs {
  width: 288px;
  background-color: #004681;
}
.news .item .col .imgs .box {
  width: 100%;
  overflow: hidden;
}
.news .item .col .imgs .box img {
  width: 100%;
  transition: 0.5s;
}
.news .item .col .imgs .box:hover img {
  transform: scale(1.1, 1.1);
}
.news .item .col .imgs .text {
  width: 100%;
  padding: 10px 16px;
}
.news .item .col .imgs .text .time {
  width: 100%;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}
.news .item .col .imgs .text .txt {
  color: #fff;
  line-height: 26px;
  font-size: 14px;
  text-align: justify;
}
.news .item .col .list {
  width: calc(100% - 288px);
  padding-left: 20px;
}
.news .item .col .list ul {
  width: 100%;
  margin-top: -10px;
}
.news .item .col .list ul li {
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
    color: #404040;
    margin: 0px 0;
    /* min-height: 52px; */
    position: relative;
    overflow: hidden;
    /* height: 50px; */
    position: relative;
    /* padding-left: 20px; */
    margin: 0;
    line-height: 32px;
    min-height: auto;
    height: 32px;
}
.news .item .col .list ul li em {
  float: right;
  color: #7b7b7b;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 26px;
  display: inline-block;
  padding-left: 14px;
  background-color: #fff;
}
.news .item .col .list ul li a {
  text-decoration: none;
  width: 100%;
}
.news .item .col .list ul li a span {
  color: #404040;
  display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 82%;
}
.news .item .col .list ul li:hover a span {
  color: #004681;
}
.news .item .col .list.notice {
  width: 100%;
  padding-left: 0;
}
.news .item .col .list.notice ul li {
  position: relative;
  padding-left: 20px;
  margin: 0;
  line-height: 32px;
  min-height: auto;
  height: 32px;
}
.news .item .col .list.notice ul li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  border-radius: 3px;
  width: 6px;
  height: 6px;
  background-color: #004681;
}
.school {
  width: 100%;
  background-color: #eee;
  min-height: 100px;
  float: left;
}
.school .tab {
  width: 100%;
  height: 192px;
  background: url("../img/0d9b3a_1200x192.jpg") center no-repeat;
  position: relative;
  margin-top: -85px;
  z-index: 9;
}
.school .tab ul {
  width: 100%;
  margin: 0;
}
.school .tab ul li {
  width: calc(100% / 3);
  height: 192px;
  padding-top: 40px;
  position: relative;
}
.school .tab ul li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -69px;
  width: 1px;
  height: 138px;
  background: #fff;
  opacity: 0.3;
}
.school .tab ul li .ico {
  width: 100%;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.school .tab ul li .ico i {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url("../img/a7ae89_60x60.png") center no-repeat;
}
.school .tab ul li .ico i.ico2 {
  background: url("../img/78f381_60x60.png") center no-repeat;
}
.school .tab ul li .ico i.ico3 {
  background: url("../img/968e36_60x60.png") center no-repeat;
}
.school .tab ul li .text {
  width: 100%;
  line-height: 46px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.school .tab ul li.acti .ico i.ico1,
.school .tab ul li:hover .ico i.ico1 {
  background: url("../img/f0d776_60x60.png") center no-repeat;
}
.school .tab ul li.acti .ico i.ico2,
.school .tab ul li:hover .ico i.ico2 {
  background: url("../img/c1c4a7_60x60.png") center no-repeat;
}
.school .tab ul li.acti .ico i.ico3,
.school .tab ul li:hover .ico i.ico3 {
  background: url("../img/9a6162_60x60.png") center no-repeat;
}
.school .tab ul li.acti .text,
.school .tab ul li:hover .text {
  color: #f08614;
}
.school .content {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  float: left;
}
.school .content .item {
  width: 95%;
}
.school .content .item.item-acti {
  width: 100%;
}
.school .content .item .title {
  width: 100%;
  height: 42px;
  position: relative;
}
.school .content .item .title:after {
  content: '';
  position: absolute;
  left: 0;
  top: 24px;
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
}
.school .content .item .title .labels {
  line-height: 42px;
  padding-right: 10px;
  height: 42px;
  background-color: #eee;
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.school .content .item .title .labels span {
  font-size: 24px;
  color: #004681;
  font-family: 'å®‹ä½“';
  font-weight: bold;
  padding-left: 8px;
}
.school .content .item .title .labels em {
  color: #9b9b9b;
  font-size: 20px;
  padding-left: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
}
.school .content .item .title .more {
  height: 42px;
  padding-left: 10px;
  position: relative;
  z-index: 9;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.school .content .item .title .more img {
  margin-right: 10px;
}
.school .content .item .title .more a {
  font-size: 15px;
  text-decoration: none;
}
.school .content .col {
  width: 100%;
}
.school .content .col .list {
  width: 100%;
}
.school .content .col .list ul {
  width: 100%;
}
.school .content .col .list ul li {
  width: 100%;
  font-size: 15px;
  line-height: 26px;
  text-align: justify;
  color: #404040;
  margin: 5px 0;
  padding-left: 12px;
  position: relative;
}
.school .content .col .list ul li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  border-radius: 3px;
  width: 6px;
  height: 6px;
  background-color: #004681;
}
.school .content .col .list ul li em {
  float: right;
  color: #7b7b7b;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 26px;
  display: inline-block;
  padding-left: 10px;
  background-color: #eee;
}
.school .content .col .list ul li a {
  text-decoration: none;
  width: 100%;
}
.school .content .col .list ul li a span {
  color: #404040;
  display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 82%;
}
.school .content .col .list ul li:hover span {
  color: #004681;
}
.navigation {
  width: 100%;
  min-height: 100px;
  float: left;
  padding: 30px 0;
  background-color: #fff;
}
.navigation .list {
  width: calc(100% + 30px);
  position: relative;
  left: -15px;
}
.navigation .list .item {
  width: 100%;
  min-height: 128px;
  padding: 16px 32px;
  background-color: #000;
  background: url("../img/ff9bb4_402x127.png") center no-repeat;
  background-size: cover;
}
.navigation .list .item.item-video {
  background: url("../img/1a0cdd_378x120.png") center no-repeat;
  background-size: cover;
}
.navigation .list .item.item-down {
  background: url("../img/083956_378x120.png") center no-repeat;
  background-size: cover;
}
.navigation .list .item .text {
  width: 152px;
  height: 96px;
  border-top: 1px solid #fff;
  float: left;
  border-bottom: 2px solid rgba(255,255,255,0.5);
  padding-top: 5px;
  color: #fff;
  transition: 0.5s;
}
.navigation .list .item .text h5 {
  line-height: 50px;
  font-size: 24px;
  margin: 0;
}
.navigation .list .item .text p {
  line-height: 28px;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0.8;
}
.navigation .list .item:hover .text {
  width: 100%;
}
.navigation .list .item:hover .text h5 {
  font-weight: bold;
}
.footer {
  width: 100%;
  min-height: 100px;
  background-color: #004681;
  padding: 35px 0;
  float: left;
}
.footer .addr {
  width: 100%;
}
.footer .addr .logo {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
    margin-top: 0;
}
.footer .addr .text {
  line-height: 22px;
  font-size: 14px;
  float: left;
  color: #fff;
  padding-left: 22px;
}
.footer .addr .text p {
  margin: 0;
}
.footer .select {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .select .input {
  width: 220px;
  height: 32px;
  border: 1px solid #869db1;
  position: relative;
margin-right: 72px;
}
.footer .select .input .text {
  width: 188px;
  height: 100%;
  border-right: 1px solid #869db1;
  text-align: center;
  line-height: 30px;
  color: #fff;
}
.footer .select .input .btn {
  width: calc(100% - 188px);
  height: 30px;
  
  justify-content: center;
  align-items: center;
  background: url("../img/16e4a4_12x10.png") center no-repeat;
}
.footer .select .input .slide {
  width: 189px;
  background-color: #fff;
  position: absolute;
  left: -1px;
  bottom: 30px;
  border: 1px solid #869db1;
  z-index: 9;
  display: none;
}
.footer .select .input .slide p {
  text-align: center;
  line-height: 32px;
  margin: 0;
}
.footer .select .input .slide p:hover {
  background-color: #f1f1f1;
  cursor: pointer;
}
.footer .select .wx {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
   
}
.footer .select .wx  img{
    width: 90px;
 
}


.wap-head {
  width: 100%;
  height: 62px;
  border-bottom: 2px solid #004681;
  background-color: #fff;
  padding: 0 15px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}
.wap-head .head-col {
  width: 100%;
  height: 60px;
}
.wap-head .logo {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}
.wap-head .logo img {
  max-height: 80%;
}
.wap-head .ico {
  width: 60px;
  height: 60px;
  margin-right: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wap-head .ico i {
  width: 26px;
  height: 2px;
  background-color: #004681;
  position: relative;
}
.wap-head .ico i:after {
  content: '';
  position: absolute;
  left: 0;
  top: -8px;
  width: 100%;
  height: 2px;
  transition: 0.5s;
  background-color: #004681;
}
.wap-head .ico i:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  transition: 0.5s;
  height: 2px;
  background-color: #004681;
}
.wap-head .ico.acti i {
  background: none;
}
.wap-head .ico.acti i:after {
  transform: rotate(45deg);
  left: 0;
  top: 0;
}
.wap-head .ico.acti i:before {
  transform: rotate(-45deg);
  left: 0;
  top: 0;
}
.wap-head .slide {
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  left: 0;
  top: 62px;
  z-index: 99;
  display: none;
}
.wap-head .slide .slide-content {
  width: 100%;
  background-color: #fff;
  float: left;
  box-shadow: 0 4px 8px rgba(51,51,51,0.1);
}
.wap-head .slide .menu {
  width: 100%;
  padding: 10px 20px;
  float: left;
}
.wap-head .slide .menu ul {
  width: 100%;
}
.wap-head .slide .menu ul li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #e1e1e1;
}
.wap-head .slide .menu ul li:last-child {
  border-bottom: none;
}
.wap-head .slide .menu ul li h4 {
  font-size: 15px;
  margin: 0;
  line-height: 40px;
}
.wap-head .slide .menu ul li a {
  color: #002474;
  text-decoration: none;
}
.wap-head .slide .search {
  width: 100%;
  height: 60px;
  float: left;
  background-color: rgba(0,36,116,0.9);
  padding: 10px 20px;
}
.wap-head .slide .search .input {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid rgba(255,255,255,0.6);
}
.wap-head .slide .search .input input {
  width: 70%;
  height: 40px;
  line-height: 40px;
  border: none;
  background: none;
  color: #fff;
}
.wap-head .slide .search .input input.submit {
  width: 40px;
  height: 40px;
  background: url("../img/843c31_20x20.png") center no-repeat;
}
.wap-null {
  height: 60px;
}
.wap-bann {
  width: 100%;
}
.wap-bann ul {
  width: 100%;
  margin: 0;
}
.wap-bann ul li {
  width: 100%;
}
.wap-bann ul li img {
  width: 100%;
}
.wap-bann .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-right: 5px;
  opacity: 1;
  background-color: #fff;
}
.wap-bann .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #004681;
  opacity: 1;
}
.page-bann {
  width: 100%;
  height: 220px;
    margin: 0 auto;
  background: url("../img/9c61b8_1920x220.jpg") center no-repeat;
}
.page-bann.page-bann2 {
  background: url("../img/dbf0e8_1920x220.png") center no-repeat;
}
.conta {
  width: 100%;
}
.conta .sidebar {
  width: 212px;
  min-height: 100px;
  float: left;
  position: relative;
  margin-top: -60px;
  background: #004681 url("../img/5a2fbc_58x63.png") 100% 20px no-repeat;
}
.conta .sidebar .title {
  width: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  letter-spacing: 2px;
}
.conta .sidebar .list {
  width: 100%;
  padding-left: 10px;
  padding-top: 10px;
  float: left;
}
.conta .sidebar .list ul {
  width: 100%;
  background-color: #fff;
  float: left;
  margin: 0;
}
.conta .sidebar .list ul li {
  width: 100%;
  height: 54px;
  line-height: 53px;
  text-align: center;
  font-size: 16px;
  position: relative;
  border-bottom: 1px solid #d2d2d2;
}
.conta .sidebar .list ul li a {
  color: #003262;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.conta .sidebar .list ul li.acti {
  background-color: #eee;
}
.conta .sidebar .list ul li.acti:after {
  content: '';
  position: absolute;
  left: -5px;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #d80d1f;
}
.conta .sidebar .list ul li:hover {
  font-weight: bold;
}
.conta .col {
  width: calc(100% - 212px);
  padding-top: 12px;
  padding-left: 48px;
}
.conta .col .addr {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.conta .col .addr .ico {
  width: 24px;
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.conta .col .addr .txt {
  font-size: 14px;
  color: #646464;
}
.conta .col .addr .txt a {
  color: #646464;
  text-decoration: none;
}
.conta .col .addr .txt a:hover {
  color: #004681;
}
.conta .col .title {
  width: 100%;
  height: 52px;
  border-bottom: 1px solid #d2d2d2;
  line-height: 52px;
  color: #003262;
  font-size: 16px;
  font-weight: bold;
}
.conta .col .col-notice {
  width: 100%;
  min-height: 100px;
  float: left;
}
.conta .col .col-notice ul {
  width: 100%;
}
.conta .col .col-notice ul li {
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid #c9c9c9;
}
.conta .col .col-notice ul li .imgs {
  width: 230px;
  height: 148px;
  overflow: hidden;
}
.conta .col .col-notice ul li .imgs img {
  width: 100%;
  transition: 0.5s;
}
.conta .col .col-notice ul li .text {
  width: calc(100% - 230px);
  padding-left: 30px;
}
.conta .col .col-notice ul li .text .tit {
  width: 100%;
}
.conta .col .col-notice ul li .text .tit h5 {
  line-height: 30px;
  font-size: 15px;
  color: #004681;
  font-weight: bold;
  margin: 0;
}
.conta .col .col-notice ul li .text .tit p {
  line-height: 24px;
  color: #999;
  font-size: 13px;
  margin: 0;
}
.conta .col .col-notice ul li .text .txt {
  width: 100%;
  line-height: 24px;
  font-size: 13px;
  color: #898989;
  min-height: 72px;
  text-align: justify;
}
.conta .col .col-notice ul li .text .more {
  line-height: 30px;
}
.conta .col .col-notice ul li:hover .imgs img {
  transform: scale(1.1, 1.1);
}
.conta .col .col-notice ul li:hover .text .tit h5 a {
  text-decoration: none;
}
.conta .col .col-news {
  width: 100%;
  padding: 15px 0;
  padding-bottom: 0;
  float: left;
}
.conta .col .col-news ul {
  width: 100%;
}
.conta .col .col-news ul li {
  width: 100%;
}
.conta .col .col-news ul li .box {
  width: 100%;
  height: 42px;
  padding: 0 22px;
  background-color: #efefef;
  line-height: 42px;
}
.conta .col .col-news ul li .box a {
  text-decoration: none;
}
.conta .col .col-news ul li .box span {
  color: #333;
  text-decoration: none;
  display: inline-block;
  width: calc(100% - 82px);
  overflow: hidden;
  height: 42px;
}
.conta .col .col-news ul li .box em {
  float: right;
  color: #999;
  width: 82px;
  height: 42px;
  text-align: right;
  display: inline-block;
  float: right;
}
.conta .col .col-news ul li:nth-child(2n) .box {
  background: none;
}
.conta .col .col-news ul li:hover span {
  color: #004681;
}
.conta .col .article {
  width: 100%;
  min-height: 100px;
  float: left;
  padding: 50px 0;
}
.conta .col .article .tit {
  width: 100%;
  text-align: center;
}
.conta .col .article .tit h5 {
  line-height: 48px;
  font-size: 18px;
  color: #0e3692;
  font-weight: bold;
}
.conta .col .article .tit p {
  color: #747474;
}
.conta .col .article .content {
  width: 100%;
  padding: 20px 0;
}
.conta .col .article .content .txt {
  width: 100%;
}
.conta .col .article .content .txt p {
  line-height: 28px;
  font-size: 14px;
  color: #666;
  text-indent: 28px;
  padding: 10px 0;
  text-align: justify;
}
.conta .col .article .content .imgs {
  width: 100%;
  text-align: center;
}
.conta .col .article .content .imgs img {
  max-width: 100%;
}
.conta .col .page {
  width: 100%;
  padding: 15px 0;
  float: left;
  text-align: center;
}
.conta .col .page nav ul li {
  color: #004681;
}
.conta .col .down {
  width: 100%;
  padding: 15px 0;
}
.conta .col .down p {
  line-height: 30px;
}
.conta .col .down p span {
  color: #333;
}
.conta .col .down p a {
  color: #999;
  text-decoration: none;
}
.conta .col .down p a:hover {
  color: #004681;
}

@media screen and (max-width: 1240px) {
  .navigation .list {
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 995px) {
  .school .content .item {
    width: 100%;
    padding-bottom: 20px;
    float: left;
  }
  .conta .sidebar {
    width: 100%;
    margin-top: 0;
  }
  .page-bann {
    background: url("../img/9c61b8_1920x220.jpg") center no-repeat;
    background-size: cover;
  }
  .conta .sidebar .title {
    width: 120px;
  }
  .conta .sidebar .list {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    position: relative;
  }
  .conta .sidebar .list:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #d2d2d2;
  }
  .conta .sidebar .list ul {
    width: 100%;
  }
  .conta .sidebar .list ul li {
    width: 20%;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }
  .conta .col {
    width: 100%;
    padding-left: 0;
    padding: 0 10px;
  }
  .conta .col .col-news {
    padding: 10px 0;
  }
  .conta .col .col-news ul li .box {
    padding-left: 10px;
  }
  .conta .col .page {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .news .item .col .imgs {
    width: 100%;
  }
  .news .item .col .list {
    width: 100%;
    padding-left: 0;
  }
  .news .item .col .list ul li {
    height: 26px;
    min-height: 26px;
    margin: 5px 0;
  }
  .news .item .col .list ul {
    padding: 20px 0;
  }
  .school .content {
    padding: 20px 0;
  }
  .navigation {
    padding: 20px 0;
  }
  .navigation .list .item {
    margin: 18px 0;
  }
  .footer {
    padding: 15px 0;
  }
  .footer .addr .logo {
    width: 80px;
  }
  .footer .addr .text {
    width: 100%;
  }
  .footer .addr .text p {
    line-height: 30px;
  }
  .footer .content {
    width: 100%;
    display: flex;
    padding: 15px 0;
    justify-content: center;
  }
  .footer .content .logo {
    width: 80px;
    margin: 0 15px;
  }
  .footer .select .wx {
    width: 90px;
    padding-left: 0;
    margin: 0 15px;
  }
  .news {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .school .tab {
    margin-top: 0;
  }
}

.navigation .list .item .text a {
text-decoration:none;
  color: #fff;
}


.conta .col .col-news ul li .boxs {
  width: 100%;
  height: 42px;
  padding: 0 22px;
  background-color: #efefef;
  line-height: 42px;
}
.conta .col .col-news ul li .boxs a {
  text-decoration: none;
}
.conta .col .col-news ul li .boxs span {
  /* color: #333; */
  /* text-decoration: none; */
  /* display: inline-block; */
  /* width: calc(100% - 82px); */
  /* overflow: hidden; */
  /* height: 42px; */
}
.conta .col .col-news ul li .boxs em {
  float: right;
  color: #999;
  width: 82px;
  height: 42px;
  text-align: right;
  display: inline-block;
  float: right;
}
.conta .col .col-news ul li:nth-child(2n) .boxs {
  background: none;
}

.article_content {
    padding-left: 20px;
    overflow: hidden;
    margin-top: 20px;
    min-height: 450px;}

.list-paddingleft-2{display:block;width: 95%;height:auto;overflow:hidden;}
.deptlist{margin:0 0 0 16px;}
.deptlist {margin-right:5px;}
.deptlist li{line-height:32px;overflow:hidden;text-align:left;font-size:13px;color:#444343;background: url(../img/newsli-bc.jpg) no-repeat;padding-left:16px;}
.deptname {font-weight:bold;color: rgba(217,0,0,.8);/* background: url(../images/newsli-bc.jpg) no-repeat; */line-height:32px;}
.rslist li{background:none;float:left;}
.rslist, .rslist li { list-style:none; padding-left:8px; margin:0;}
.rslist li {  float:left; width:150px; height:30px; line-height:30px; text-align:left;}
.rslist  li a {color:#990033; text-decoration:none;}

.rslist2 li{background:none;float:left;}
.rslist2, .rslist2 li { list-style:none; padding-left:8px; margin:0;}
.rslist2 li {float:left;width: 100px;height:30px;line-height:30px;text-align:left;}
.rslist2  li a {color:#990033; text-decoration:none;}