@charset "utf-8";

html,
body {
  min-width: 1200px;
  -webkit-text-size-adjust: none;
}

/* 自定义字体 */
/* @font-face {
  font-family: 'Microsoft YaHei Semilight'; 
  src: url('./Microsoft-YaHei-Semibold.ttc') format('truetype'); 
  font-weight: normal; 
  font-style: normal; 
} 
font-family: 'Microsoft YaHei Semilight', sans-serif;  
*/

/* 自定义字体注释 */
/* font-family: 'Microsoft YaHei Semilight'; 自定义字体族名称
src: url('./Microsoft-YaHei-Semibold.ttc') format('truetype'); 字体文件路径和格式
font-weight: normal; 字体粗细，这里设置为正常，但你也可以指定为其他值如 bold
font-style: normal; 字体样式，这里设置为正常，但你也可以指定为 italic */

body {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-family: "Microsoft YaHei", "微软雅黑";
  background: #fff;
  line-height: 32px;
  color: #343434;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
  padding: 0px;
  font-weight: nomal
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

a:hover {
  color: #bc1a2f;
  text-decoration: none;
}

.a{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* 文字限制 */
/* white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; */

/* 多行限制 */
/* display: -webkit-box;          
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;         
  overflow: hidden;              
  text-overflow: ellipsis; */


/* 列表样式 */
/* .dynamics_nav ul li{
  width: 520px;
  align-items: center;
  display: flex;
  line-height: 59px;
}
.dynamics_nav ul li:before{
  content: '';
  display: block;
  clear: both;
  width: 21px;
  height: 20px;
  background: url(../images/xin.png) no-repeat top center;
  margin-right: 10px;
} */


.clear {
  clear: both;
}

dl {
  margin: 0px;
  padding: 0px;
}

dd {
  display: block;
  margin: 0px;
  padding: 0px;
  -webkit-margin-start: 5px;
}

i {
  font-style: normal;
}

form {
  margin: 0px;
  padding: 0px;
}

img {
  border: 0;
  margin: 0;
  padding: 0px;
}

div {
  margin: 0px;
  padding: 0px;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

p {
  margin: 0px;
  padding: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.ggw1200 {
  width: 1210px;
  margin: 0 auto;
}
/* 点击更多 */
.geng{
  width: 51px;
  height: 16px;
  position: absolute;
  right: 0;
  bottom: 40px;
}

.blank15 {
  clear: both;
  height: 15px;
  overflow: hidden;
}

/* 解救ie11浏览器问题 */
* {
  box-sizing: content-box;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
}

.details {
  color: #264f7b;
}

.title {
  margin-top: 60px;
  margin-bottom: 80px;
}
.more-box {
  text-align: right;
}

.more-box a {
  padding: 4px 8px;
  color: #9f9f9f;
  font-size: 16px;
}
/* 作者 */
/* footer {
  width: 100%;
  position: absolute;
  bottom: 0px; 
  margin-top: 200px;
  background: url('../images/footer.png') no-repeat top center;
  height: 174px;
  background: #4d4d4d;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
} */

.footer {
  width: 100%;
  height: 175px;
  padding: 1px 0;
  background: #4d4d4d;
  /* margin-top: 8px; */
  /* font-family: 'SimSun'; */
}

.foot {
  width: 1070px;
  margin: 40px auto;
  overflow: hidden;
}

.foot .left {
  width: 275px;
  height: 97px;
  float: left;
  /* padding-top: 25px; */
  display: flex;
  align-items: center;
}

.foot .left div {
  margin-top: 20px;
}

.foot .right {
  /* width: 705px; */
  height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  float: left;
  text-align: center;
  /* margin-top: 25px; */
}

.foot .right p {
  font-size: 14px;
  color: #cccccc;
  margin-left: 55px;
}

.foot .right .p1 span:nth-child(2) {
  margin-left: 35px;
}

.foot .right .p1 span:nth-child(3) {
  margin: 0 15px;
}
.foot .right .p1 span:nth-child(5) {
  margin-left: 10px;
}



/* 开始 */
/*头部*/
.top_bg {
  width: 100%;
  height: 2751px;
  background: url(../images/beij.png) no-repeat top center;
}

.top_bg .eoa {
  margin-top: 20px;
  margin-left: 30px;
  width: 206px;
  height: 59px;
  margin-bottom: 648px;
}
.instructions{
  width: 1115px;
  height: 415px;
  margin: 0 auto;
  position: relative;
}
.instructions h4{
  margin-top: 48px;
  font-size: 28px;
  text-align: center;
}
.instructions h6{
  font-size: 18px;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 38px;
}
.instructions p{
  font-size: 16px;
  text-indent: 32px;
}
.instructions a{
  position: absolute;
  right: 0;
}
.jtnews{
  width: 100%;
  height: 67px;
  background: url(../images/t1.png) no-repeat top center;
  margin-top: 170px;
}
.jtnews_p{
  font-size: 36.11px;
  font-weight: 600;
  color: #bf0003;
  text-align: center;
  margin-top: 53px;
  margin-bottom: 51px;
}
.jtnews_aun{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.jtnews_aun_rt{
  width: 567px;
}
.jtnews_aun_rt ul li{
  font-size: 18px;
  align-items: center;
  display: flex;
  line-height: 48px;
}
.jtnews_aun_rt ul li a{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
}
.jtnews_aun_rt ul li:before{
  content: '';
  display: block;
  clear: both;
  width: 6px;
  height: 11px;
  background: url(../images/jian.png) no-repeat top center;
  padding-right: 7px;
  margin-right: 17px;
} 

.jtnews_aun_jw{
  width: 576px;
  border-bottom: 1px #84001a dashed;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.jtnews_aun_jw p{
  width: 534px;
  font-size: 18px;
  text-indent: 36px;
  margin: 0 auto;
}
.jtnews_aun img{
  width: 604px;
  height: 327px;
}
.jtnews_a{
  display: block;
  width: 155px;
  height: 37px;
  background: url(../images/a.png) no-repeat top center;
  margin: 56px auto 0;
}
.authority{
  margin-top: 141px;
  margin-bottom: 64px;
  background: url(../images/t2.png) no-repeat top center;
  width: 100%;
  height: 67px;
}
.authority_aun{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.authority_aun_rt{
  width: 605px;
  display: flex;
  justify-content: space-between;
}
.authority_aun_rt div{
  width: 296px;
  height: 263px;
}
.authority_aun_rt div img{
  width: 296px;
  height: 196px;
}
.authority_aun_rt div div{
  width: 296px;
  height: 67px;
  background:#d70000;
}
.authority_aun_rt div p{
  font-size: 18px;
  color: #fff;
  padding: 0 11px;
  line-height: 24px;
  text-align: center;
  padding-top: 8px;
  word-wrap: break-word; /* 允许长单词换行 */
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制显示2行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.authority_aun_lt{
  width: 593px;
}
.authority_aun_lt ul{
  display: flex;
  flex-wrap: wrap;
  height: 262px;
  align-content: space-between;
}
.authority_aun_lt ul li{
  width: 593px;
  height: 48px;
  background: url(../images/jee.png) no-repeat top center;
  line-height: 48px;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.authority_aun_lt ul li:before{
  content: '';
  display: block;
  clear: both;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffe3c1;
  padding-right: 8px;
  margin-right: 8px;
  margin-left: 10px;
} 
.authority_aun_lt ul li a{
  color: #fff;
}
.authority_a{
  display: block;
  width: 155px;
  height: 37px;
  background: url(../images/a.png) no-repeat top center;
  margin: 63px auto 0;
}
.learning{
  margin-top: 141px;
  margin-bottom: 64px;
  background: url(../images/t3.png) no-repeat top center;
  width: 100%;
  height: 67px;
}
.learning_aun{
  width: 100%;
}
.learning_aun ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.learning_aun ul li{
  width: 535px;
  font-size: 18px;
  align-items: center;
  display: flex;
  line-height: 48px;
  padding-right: 70px;
}
.learning_aun ul li a{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
}
.learning_aun ul li:before{
  content: '';
  display: block;
  clear: both;
  width: 6px;
  height: 11px;
  background: url(../images/jian.png) no-repeat top center;
  padding-right: 7px;
  margin-right: 19px;
} 
.learning_a{
  display: block;
  width: 155px;
  height: 37px;
  background: url(../images/a.png) no-repeat top center;
  margin: 63px auto 0;
}

/* 轮播图 */
.notice_nav{
  display: flex;
  position: relative;
  align-items: center;
}
.swa{
  width: 848px;
  position: relative;
  height: 570px;
  background: url(../images/hoajw.png) no-repeat top center;
}
.swiper-container {
  width: 760px;
  height: 560px;
  padding-top: 10px;
  margin-left: 10px;
}
.swiper-container .swiper-slide {
  background-position: center;
  background-size: cover;
  height: 560px;
  transition: transform 0.5s;
  transform-style: preserve-3d;
}

.swiper-container .swiper-slide img {
  display: block;
  width: 760px;
  height: 500px;
}
.swiper-container .swiper-slide p{
  width: 740px;
  font-size: 22px;
  color: #fff;
  line-height: 57px;
  margin-left:10px;
  margin-left: 10px;
  white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.swiper-container .swiper-button-next::after{
  width: 0;
  height: 0;
}
