.bg_wrapper {
  background-image: url("../image/banner_03.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 650px;
}

.crumbs_template {
  position: relative;
  margin-top: 50px;
}
.crumbs_template ul li {
  display: inline-block;
}
.crumbs_template ul img {
  width: 20px;
  height: auto;
}
.crumbs_template ul a {
  font-size: 16px;
  color: #595959;
}
.crumbs_template ul a:hover {
  color: rgba(89, 89, 89, 0.78);
}

.list_template {
  position: relative;
  min-height: 800px;
  z-index: 999;
      margin-top: 40px;
      /* height: 1400px; */
}
.list_template h1 {
  position: relative;
  font-size: 24px;
  color: #375AA8;
}

.list_style {
  border-bottom: 1px solid #D8DFEF !important;
  margin: 20px 0;
  padding-bottom: 20px;
  z-index: 999;
  width:80%;
  text-align: center;
}
.list_style i {
  border-radius: 50%;
  background-color: #375AA8;
  display: inline-block;
  width: 7px;
  height: 7px;
  vertical-align: middle;
  margin-right: 10px;
  float: left;
  margin-top: 7px;
}
.list_style li {
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.list_style li a {
  color: #262626;
  font-size: 16px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.list_style li a img {
  width: 30px;
  height: auto;
  vertical-align: middle;
}
.list_style li span {
  position: absolute;
  top: 0;
  right: 0;
  color: #8c8c8c;
  font-size: 14px;
}
.list_style li a:hover {
  color: rgba(55, 90, 168, 0.78);
  transition-duration: 1s;
}
.list_style li:last-child {
  border: 0;
}





/*********************************Edit by hejing*****************************************/
.list_style1 {
  border-bottom: 1px solid #D8DFEF !important;
  margin: 20px 0;
  padding-bottom: 20px;
  z-index: 999;
  width:100%;
  text-align: center;
  float:left;
  height:500px;
}
.list_style1 i {
  border-radius: 50%;
  background-color: #375AA8;
  display: inline-block;
  width: 7px;
  height: 7px;
  vertical-align: middle;
  margin-right: 10px;
  float: left;
  margin-top: 7px;
}
.list_style1 li {
  position: relative;
  width: 30%;
  margin: 10px;
  float: left;
}
.list_style1 li a {
  color: #262626;
  font-size: 16px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  width: 100%;

}
.list_style1 li a img {
  width: 300px;
  height: 400px;
  vertical-align: middle;
}
.list_style1 li span {
  position: absolute;
  top: 0;
  right: 0;
  color: #8c8c8c;
  font-size: 14px;
}
.list_style1 li a:hover {
  color: rgba(55, 90, 168, 0.78);
  transition-duration: 1s;
}
.list_style1 li:last-child {
  border: 0;
}






/*************************************End Edit*******************************************/





.school_bg {
  position: fixed;
 /*  background: url("../image/school_bg.png"); */
  background-repeat: no-repeat;
  background-size: 100%;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 980px;
}

.page_template {
  position: relative;
  margin-top: 50px;
  padding-bottom: 20px;
}
.page_template ul {
  display: inline-block;
}
.page_template ul li {
  display: inline-block;
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #cccc;
  margin: 0 5px;
}
.page_template ul a {
  color: #375AA8;
  font-size: 14px;
}
.page_template p {
  display: inline-block;
  font-size: 14px;
  color: #262626;
}

.template_800 {
  position: relative;
  width: 1050px;
  margin-top: 30px;
}

.list_template_right {
  position: absolute;
  top: 0;
  right: 0;
}

.template_360 {
  width: 280px;
}

.cover_right img {
  width: 100% !important;
  height: auto;
}

.header-layout.header-style-A {
  position: relative;
  width: auto;
  height: 132px;
  background: #284c9c;
}
.header-layout.header-style-A .header-bg,
.header-layout.header-style-A .logo,
.header-layout.header-style-A .search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header-layout.header-style-A .header-bg {
  width: 288px;
  height: 90px;
  right: 250px;
}
.header-layout.header-style-A .header-bg img {
  width: 100%;
  height: auto;
}
.header-layout.header-style-A .layout-1200 {
  height: 132px;
}
.header-layout.header-style-A .logo {
  height: 67px;
  left: 0;
}
.header-layout.header-style-A .logo img {
  width: auto;
  height: 100%;
}
.header-layout.header-style-A .logo h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 300px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}
.header-layout.header-style-A .search {
  right: 0;
  display: table;
}
.header-layout.header-style-A .search img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 18px;
  height: 17px;
}
.header-layout.header-style-A .search input,
.header-layout.header-style-A .search button {
  display: table-cell;
  height: 35px;
  line-height: 35px;
  border: 0;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  outline: none;
}
.header-layout.header-style-A .search input {
  width: 200px;
  background: rgba(40, 76, 156, 0.2);
  border: 1px solid #fff;
  border-right: 0;
  border-radius: 2px 0 0 2px;
  text-indent: 35px;
  color: #fff;
  font-size: 14px;
}
.header-layout.header-style-A .search button {
  position: relative;
  left: -2px;
  height: 37px;
  width: 60px;
  background: #dfe4f0;
  color: #284C9C;
  font-size: 14px;
  cursor: pointer;
}
.header-layout.header-style-B {
  position: relative;
  width: auto;
  height: 100px;
}
.header-layout.header-style-B .header-bg,
.header-layout.header-style-B .logo,
.header-layout.header-style-B .search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header-layout.header-style-B .layout-1200 {
  height: 100px;
}
.header-layout.header-style-B .logo {
  height: 50px;
  left: 0;
}
.header-layout.header-style-B .logo img {
  width: auto;
  height: 100%;
}
.header-layout.header-style-B .logo h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 250px;
  font-size: 28px;
  font-weight: bold;
  color: #284c9c;
  white-space: nowrap;
}
.header-layout.header-style-B .search {
  right: 0;
  display: table;
}
.header-layout.header-style-B .search img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 18px;
  height: 17px;
}
.header-layout.header-style-B .search input,
.header-layout.header-style-B .search button {
  display: table-cell;
  height: 35px;
  line-height: 35px;
  border: 0;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  outline: none;
}
.header-layout.header-style-B .search input {
  width: 200px;
  border: 1px solid #284c9c;
  border-right: 0;
  border-radius: 2px 0 0 2px;
  text-indent: 35px;
  color: #284c9c;
  font-size: 14px;
}
.header-layout.header-style-B .search button {
  position: relative;
  left: -2px;
  height: 37px;
  width: 60px;
  background: #284c9c;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.navigator {
  background: #f1f1f1;
}
.navigator .nav-item {
  position: relative;
      z-index: 9999;
}
.navigator .nav-item a:link,
.navigator .nav-item a:visited {
  display: block;
  padding: 20px 10px;
  font-size: 16px;
  color: #262626;
  transition: all 0.3s;
}
.navigator .nav-item a:hover {
  background: #284C9C;
  color: #fff;
  transition: all 0.3s;
}
.navigator .nav-item ul {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background: #edf4fd;
  z-index: 99;
  border-top: 3px solid #284C9C;
  box-shadow: 0 5px 10px rgba(40, 76, 156, 0.3);
  border-radius: 0 0 4px 4px;
  overflow: hidden;
  	    left: 50%;
    transform: translateX(-50%);
    min-width: 150px;
}
.navigator .nav-item ul li {
  width: auto;
  text-align: center;
  border-bottom: 1px solid rgba(40, 76, 156, 0.1);
}
.navigator .nav-item ul li a:link,
.navigator .nav-item ul li a:visited {
  color: #262626;
  padding: 12px 0;
}
.navigator .nav-item ul li a:hover {
  color: #fff;
  padding: 15px 0;
  background: rgba(40, 76, 156, 0.8);
}
.navigator .nav-item ul li a:last-of-type {
  border: 0;
}
.navigator.nav-style-B {
  background: #284c9c;
}
.navigator.nav-style-B .nav-item a:link,
.navigator.nav-style-B .nav-item a:visited {
  color: #fff;
}
.navigator.nav-style-B .nav-item a:hover {
  color: #262626;
  background: #f9f7f9;
}
.navigator.nav-style-B .nav-item ul li {
  width: auto;
  text-align: center;
  border-bottom: 1px solid rgba(40, 76, 156, 0.1);
}
.navigator.nav-style-B .nav-item ul li a:link,
.navigator.nav-style-B .nav-item ul li a:visited {
  color: #262626;
  padding: 12px 0;
}
.navigator.nav-style-B .nav-item ul li a:hover {
  color: #fff;
  padding: 15px 0;
  background: rgba(40, 76, 156, 0.8);
}
.navigator.nav-style-B .nav-item ul li a:last-of-type {
  border: 0;
}





.navigator.nav-style-B .nav-item .on {
   /*  color: #262626!important;
    background: #f9f7f9; 
    border-bottom: 3px solid #fff;*/
     background-image: url(/temple/image/3jiao.png);

    background-repeat: no-repeat;
    background-position: bottom;

}



#mypage {
    font-size: 14px;
    line-height: 50px;
    margin: 50px;
    width: 100%;
    height: 50px;
}

    #mypage a {
        color: #333;
        border: #CCCCCC solid 1px;
        padding: 5px 15px 5px 15px;
        margin-left: 10px;
    }


.indexList a {
    color: #375AA8;
}	
