<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
  /* width: 1720px; */
}

.line {
  width: 100%;
  border-bottom: 1px solid #004098;
}

/* news */
.top {
  height: 640px;
  background-color: lightskyblue;
  overflow: hidden;
}

.top h2 {
  text-align: center;
  font-size: 34px;
  color: #fff;
}

.top h2:nth-child(1) {
  margin-top: 264px;
}

.top h2:nth-child(2) {
  margin-top: 28px;
}

.top i {
  display: block;
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin-top: 200px;
  animation: topIMove 1.2s linear infinite;
  animation-direction: alternate-reverse;
}

.nav {
}

.nav .container {
  height: 64px;
  display: flex;
  justify-content: space-between;
}

.nav .container .left {
  display: flex;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.nav .container .left .nav-icon {
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  outline: none;
  color: #666;
}

.nav .container .left .nav-icon i {
  font-size: 20px;
}

.nav .container .left .nav-list {
  display: flex;
}

.nav .container .left .nav-list .nav-item {
  width: 230px;
  height: 64px;
  border-left: 1px solid #eee;
  position: relative;
}

.nav .container .left .nav-list .nav-item a {
  display: block;
  width: 230px;
  height: 64px;
  line-height: 64px;
  padding-left: 20px;
  font-size: 18px;
  color: #666;
  position: relative;
}

.nav .container .left .nav-list .nav-item a i {
  display: block;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%) rotateZ(0);
  transition: .2s;
}

.nav .container .left .nav-list .nav-item ul {
  width: 230px;
  background-color: #fff;
  border: 1px solid #eee;
  border-top: none;
  position: absolute;
  left: 0;
  top: 54px;
  box-sizing: border-box;
  display: none;
  transition: .2s;
  z-index: 10;
}

.nav .container .right {
  display: flex;
  border-right: 1px solid #eee;
}

.nav .container .right .nav-icon {
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  outline: none;
  color: #666;
  border-left: 1px solid #eee;
}

.nav .container .right .nav-icon i {
  font-size: 20px;
}

.getPage {
  height: 50px;
  display: flex;
  justify-content: space-between;
  margin-top: 26px;
  margin-bottom: 110px;
}

.getPage &gt; a {
  display: flex;
  border-radius: 50%;
}


.getPage &gt; a i {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.getPage .pageNum {
  display: flex;
  justify-content: space-between;
  text-align: center;
  /*width: 120px;*/
  height: 50px;
  line-height: 50px;
}

.getPage .pageNum a {
  display: block;
  width: 26px;
  height: 40px;
  line-height: 50px;
  color: #999;
}

.getPage .pageNum a.pageActive {
  color: #333;
  border-bottom: 1px solid #333;
}

@keyframes topIMove {
  0% {
    margin-top: 200px;
    opacity: 1;
  }
  100% {
    margin-top: 180px;
    opacity: .6;
  }
}

#news .content .container {
  display: flex;
  justify-content: space-between;
}
#news .content .container .left {
  width: 100%;
}
#news .content .container .left .leftTitle:hover h3 {
  color: #004098;
}

#news .content .container .left .leftTitle span {
  display: block;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  color: #666;
}

#news .content .container .left .leftTitle h3 {
  font-size: 28px;
  height: 68px;
  line-height: 68px;
}

#news .content .container .left .leftTitle p {
  font-size: 16px;
  line-height: 36px;
  color: #666;
}
#news .content .container .left .leftTitle input[type=button]{transition: .5s ease-in-out;}
#news .content .container .left .leftTitle input[type=button]:hover{transition: .5s ease-in-out;
    transform: translateY(-10px);}
#news .content .container .left .leftTitle input[type=button] {
padding: 12px 26px;
  margin-top: 35px;
  border: none;
  outline: none;
  background-color: #004098;
  color: #fff;
  font-size: 14px;
  margin-bottom: 50px;
}
#news .content .container .left .newsItem {
  padding: 30px 0 30px 0;
  border-bottom: 1px solid #ececec;
  position: relative;
	overflow: hidden
}
#news .content .container .left .newsItem .moveLine {
  display: block;
  width: 0;
  height: 2px;
  background-color: #004098;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: .6s;
}

#news .content .container .left .newsItem .newsDate {
  width:108px;
  height: 90px;
  border: 1px solid #999;
  text-align: center;
  margin-right: 18px;
  float: left;
}

#news .content .container .left .newsItem .newsDate h3 {
  color: #333;
  font-size: 26px;
  font-weight: bold;
}

#news .content .container .left .newsItem .newsDate p {
  color: #999;
  font-size: 10px;
}

#news .content .container .left .newsItem a {
  /* display: flex;
  justify-content: space-between;
  flex-grow: 1; */
}

#news .content .container .left .newsItem a:hover .newsContent h3 {
  color: #004098;
}

#news .content .container .left .newsItem a .newsContent {

}

#news .content .container .left .newsItem a .newsContent h3 {
  color: #333;
  font-size: 24px;
  line-height: 52px;
}

#news .content .container .left .newsItem a .newsContent p {
  color: #666;
  font-size: 14px;
  line-height: 28px;
}

#news .content .container .right {
  width:29%;
}

#news .content .container .right .search {
  height: 56px;
  border: 1px solid #ddd;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 100px;
  position: relative;
}

#news .content .container .right .search input[type=text] {
  display: block;
  box-sizing: border-box;
  border: none;
  outline: none;
  padding-left: 20px;
  flex-grow: 1;
}

#news .content .container .right .search input[type=text]::placeholder {
  font-size: 16px;
  color: #999;
}

#news .content .container .right .search input[type=submit] {
  display: block;
  box-sizing: border-box;
  border: none;
  outline: none;
  width: 90px;
  height: 100%;
  background-color: #004098;
  color:#fff;
}

#news .content .container .right .search i {
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translate(50%, -50%);
  font-size: 24px;
  color: #fff;
}

#news .content .container .right .article h2 {
  display: flex;
  height: 68px;
  line-height: 68px;
  font-size: 28px;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
}

#news .content .container .right .article h2 span {
  display: block;
  height: 68px;
  line-height: 68px;
  border-bottom: 1px solid #004098;
}

#news .content .container .right .article .articleItem {
  padding: 24px 0 24px 0;
  border-bottom: 1px solid #ddd;
}

#news .content .container .right .article .articleItem a {
  display: flex;
  text-decoration: none
}


#news .content .container .right .article .articleItem a img {
  width: 140px;
}

#news .content .container .right .article .articleItem a .articleText {
  margin-left: 30px;
}

#news .content .container .right .article .articleItem a .articleText h3 {
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 36px;
  color: #333;
}

#news .content .container .right .article .articleItem a .articleText p {
  color: #333;
}

#news .content .container .right .article .articleItem a .articleText p i {
  color: #666;
}
.news-imgbox{width: 185px;height: 120px;float:left;margin-right: 18px;}
.news-imgbox img{max-width: 100%}
/* news */
/* article */
#article {
  background-color: #f3f3f3;
}

#article .container {
  display: flex;
  justify-content: space-between;
  width: 1340px;
  padding-top: 100px;
  padding-bottom: 100px;
}

#article .container .left {
  width: 110px;
}

#article .container .left .active {
  background-color: #004098;
}

#article .container .left .active a {
  display: block;
  height: 120px;
  text-align: center;
  overflow: hidden;
}

#article .container .left .active a i {
  display: block;
  font-style: normal;
  font-size: 30px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  margin-top: 16px;
}

#article .container .left .active a em {
  display: block;
  width: 58px;
  margin: 0 auto;
  border-bottom: 2px solid #fff;
}

#article .container .left .active a span {
  display: block;
  font-size: 10px;
  color: #fff;
  height: 30px;
  line-height: 30px;
}

#article .container .left li {
  background-color: #fff;
  margin-bottom: 6px;
}

#article .container .left li a {
  display: block;
  height: 120px;
  text-align: center;
  overflow: hidden;
  color: #999;
}

#article .container .left li a i {
  display: block;
  font-style: normal;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  margin-top: 28px;
}

#article .container .left li a span {
  display: block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}

#article .container .right {
  width: 1170px;
  background-color: #fff;
}

#article .container .right h3 {
  padding: 50px;
  line-height: 1.5;
  text-align: center;
  font-size: 36px;
}

#article .container .right .articleLine {
  width: 1064px;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}

#article .container .right .articleContent {
  margin: 50px;
  height: auto;
}
#article .container .right .articleContent img{max-width: 100%}
#article .container .right .articleContent p {
  /*width: 1064px;*/
  /*margin: 0 auto;*/
  /*text-indent: 2em;*/
  /*line-height: 28px;*/
  /*margin-top: 50px;*/
}

#article .container .right .bottom {
  display: flex;
  justify-content: space-between;
  width: 1064px;
  margin: 50px auto;
}

#article .container .right .bottom ul li {
  color: #666;
  margin-bottom: 14px;
}

#article .container .right .bottom ul li a {
  color: #666;
}

#article .container .right .bottom input {
  display: block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  border: 1px solid #004098;
  outline: none;
  color: #004098;
  font-size: 18px;
}

/* article */
/* videoIndex */
#videoIndex {
  background-color: #f3f3f3;
}

#videoIndex .container {
  overflow: hidden;
}

#videoIndex .container .nav {
  display: flex;
  margin-top: 96px;
  margin-bottom: 56px;
}

#videoIndex .container .nav li a {
  display: block;
  color: #333;
  height: 40px;
  line-height: 40px;
  margin-right: 40px;
}

#videoIndex .container .nav .active {
  color: #004098;
  border-bottom: 3px solid #004098;
}

#videoIndex .container .videobox-left {
  width: 55%;
  padding: 1% 1% 1% 0;
}

#videoIndex .container .videobox-left a {
  position: relative;
  display: block;
}

#videoIndex .container .videobox-left a::before {
  content: '';
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
}

#videoIndex .container .videobox-left a img {
  display: block;
  width: 100%;
}

#videoIndex .container .videobox-left a h3 {
  height: 100px;
  line-height: 100px;
  background-color: #fff;
  font-size: 30px;
  padding-left: 32px;
}
#videoIndex .container .videobox-left a h3:hover{color: #004098}
#videoIndex .container .videobox-right .videobox-right-rows a h3:hover{color: #004098}
#videoIndex .container .videobox-left a i {
  display: block;
  font-size: 80px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -80%) scale(1);
  opacity: 1;
  transition: .6s;
}
#videoIndex .container .videobox-right {
  width: 100%;
}

#videoIndex .container .videobox-right .videobox-right-rows {
 
}

#videoIndex .container .videobox-right .videobox-right-rows:nth-child(1) {
  /*margin-bottom: 42px;*/
}

#videoIndex .container .videobox-right .videobox-right-rows a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 60%;
}

#videoIndex .container .videobox-right .videobox-right-rows a::before {
  content: '';
  display: block;
  width: 100%;
  height: calc(100% - 64px);
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}

#videoIndex .container .videobox-right .videobox-right-rows a img {
  display: block;
  width: 100%;
}

#videoIndex .container .videobox-right .videobox-right-rows a h3 {
  height: 64px;
  line-height: 64px;
  font-size: 16px;
  background-color: #fff;
  padding-left: 32px;
}

#videoIndex .container .videobox-right .videobox-right-rows a i {
  display: block;
  font-size: 40px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -80%);
  transition: .6s;
}

#videoIndex .container .getPage {
  width: 1300px;
  margin: 86px auto;
}

#videoIndex .container .videoWindow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  transition: .8s;
}

#videoIndex .container .videoWindow video {
  width: 800px;
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  border: 2px solid #666;
  outline: none;
  transition: .8s;
}

#videoIndex .container .videoWindow a {
  display: block;
  position: absolute;
  top: 20%;
  right: 20%;
}

#videoIndex .container .videoWindow a i {
  font-size: 32px;
  color: #fff;
}
@media (max-width: 1440px){
#videoIndex .container .getPage{width:100%}/*newscss.css*/
#videoIndex .container .videobox-right .videobox-right-rows a{width:96%;}
}
@media(max-width: 1340px) {
	#article .container{width:100%}/*newscss.css*/
	#article .container .right{width:calc(100% - 150px)}/*newscss.css*/
}
@media(max-width: 1024px) {
	#article .container .right .articleLine,
	#article .container .right .articleContent p,
	#article .container .right .bottom{width:96%;}/*newscss.css*/
}

@media(max-width: 768px) {
	#article .container{display:block;padding:30px 0;}/*newscss.css*/
	#article .container .left{width:98%;margin:0 auto}/*newscss.css*/
	#article .container .left li{width:19%;float:left;margin-right: 1%;}/*newscss.css*/
	#article .container .right{width:100%;margin:0 auto;overflow:hidden;}/*newscss.css*/
	#article .container .right h3{font-size:22px;padding:15px;}
	#article .container .right .articleContent{margin:15px;}
	#article .container .left li a{height:90px;}
	#article .container .left .active a i{font-size:22px;margin-top:0;}
	#article .container .left .active a{height:90px;}
	#article .container .left li a i{margin-top:10px;}
	#article .container .right .bottom{display:block;}
	#article .container .right .bottom input{width:90px;height:36px;font-size:12px;line-height:36px;}
	#article .container .right .bottom ul li a{font-size:12px;}
}
@media (max-width: 640px){
  #news .content .container .left{width: 100%}
  #news .content .container{}
  #news .content .container .right{display: none}
  #videoIndex .container .nav li a{font-size: 12px;}
  .nav li{float: left;}
  #videoIndex .container .videobox-left a i{font-size: 28px;}
  #videoIndex .container .videobox-right .videobox-right-rows a i{font-size: 28px;}
  #videoIndex .container .videobox-right .videobox-right-rows a h3{font-size: 14px;}
  #videoIndex .container .videobox-left{padding: 0;}
}
</pre></body></html>