@charset "utf-8";
.act_main {
  width: 100%;
  height: auto;
  min-width: 1440px;
  background: #121319
}
.act_main a {
  text-decoration: none
}
.act_main .banner {
  width: 100%;
  min-width: 1440px;
  height: 360px;
  background: url(../images/top-banner.jpg) no-repeat center bottom;
  /*background-size: cover;*/
  margin: 0 auto;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.act_main .banner>h1 {
  color: #fff;
  font-size: 68px;
  font-weight: 600;
  letter-spacing: 15px;
  padding: 80px 0;
  margin-top: 60px
}
.act_main .contain {
  width: 100%;
  min-width: 1440px;
  height: auto;
  background: #fff url(../images/bg.png) no-repeat center;
  background-size: cover;
  margin: 0 auto
}
.act_main .contain .act_lists {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  position: relative;
  min-height: 100px;
}
.act_main .contain .act_lists .title {
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 70px;
  font-size: 16px;
  color: #aeaeae
}
.act_main .contain .act_lists .title>a {
  display: block;
  color: #aeaeae;
  padding: 0 10px;
  letter-spacing: 1px
}
.act_main .contain .act_lists .title>a:first-child {
  padding-left: 0
}
.act_main .contain .act_lists .title>a.active {
  color: #000
}
.act_main .contain .act_lists .title>i {
  display: block;
  font-style: normal
}
.act_main .contain .act_lists .details {
  width: 1200px;
  min-height: 500px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
.act_main .contain .act_lists .details .item {
  width: 1188px;
  height: 200px;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-radius: 5px;
}
.act_main .contain .act_lists .details .item:hover {
  background: #f2f4f7
}
.act_main .contain .act_lists .details .item:hover>.left>img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}
.act_main .contain .act_lists .details .item:hover>.right>h6 {
  color: #3377ff
}
.act_main .contain .act_lists .details .item>a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1
}
.act_main .contain .act_lists .details .item .left {
  width: 320px;
  height: 160px;
  overflow: hidden;
  top: 20px;
  position: relative
}
.act_main .contain .act_lists .details .item .left .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.1) ;
  left: 0;
  top: 0;
  z-index: 1
}
.act_main .contain .act_lists .details .item .left>img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear
}
.act_main .contain .act_lists .details .item .right {
  width: 670px;
  height: 160px;
  position: relative;
  top: 20px
}
.act_main .contain .act_lists .details .item .right>h6 {
  color: #04040e;
  font-size: 24px;
  text-align: left;
  letter-spacing: 1px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}
.act_main .contain .act_lists .details .item .right>h6>span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background: #f1a717;
  border-radius: 3px;
  padding: 3px 15px;
  margin: 0 12px 0 30px;
  font-size: 18px
}
.act_main .contain .act_lists .details .item .right>h6>i {
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  padding: 3px 15px;
  font-size: 18px;
}
.act_main .contain .act_lists .details .item .right>h6>span::before {
  content: ""
}
.act_main .contain .act_lists .details .item .right>h6>span.isOver {
  background: #96969a
}
.act_main .contain .act_lists .details .item .right>h6>span.isOver::before {
  content: ""
}
.act_main .contain .act_lists .details .item .right>p {
  color: #666;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  height: 65px;
  margin: 20px auto 15px;
  padding: 0 30px
}
.act_main .contain .act_lists .details .item .right>a {
  display: block;
  width: 618px;
  margin: 0 auto;
  text-align: right;
  color: #666;
  font-size: 16px
}
/*.act_main .contain .act_lists .details .item:last-child {
  margin-bottom: 50px
}*/
.act_main .contain .act_lists .pages {
  width: 600px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 300px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.act_main .contain .act_lists .pages>ul {
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.act_main .contain .act_lists .pages>ul>li {
  width: 30px;
  height: 30px;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 2px;
  line-height: 30px;
  color: #bbbbbb;
  cursor: pointer
}
.act_main .contain .act_lists .pages>ul>li:hover {
  color: #04040e
}
.act_main .contain .act_lists .pages>ul>li.active {
  color: #04040e
}
.act_main .contain .act_lists .pages>ul>li.active>a {
  color: #04040e
}
.act_main .contain .act_lists .pages>ul>li>span {
  display: block;
  width: 100%;
  height: 100%
}
.act_main .contain .act_lists .pages>ul>li>a {
  display: block;
  color: #bbbbbb;
  width: 100%;
  height: 100%;
  text-decoration: none
}
.act_main .contain .act_lists .pages>ul>li>a:hover {
  color: #04040e
}

/*page*/
#fenye {
	clear:both;
	overflow:hidden;
  padding:40px 0;
  text-align:center;
}
#fenye a {
	text-decoration:none;
}
#fenye .prev, #fenye .next {
	width:62px;
	text-align:center;
}
#fenye a.page-num-current {
	width:32px;
	background:#712626;
	border:1px solid #444;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
#fenye a.page-num-current:visited {
	color:#fff;
}
#fenye a {
	margin:0 7px 0 0;
	    color: #ffffff;
    background: #002242;
    border: 1px solid #00203e;
	display: inline-block;
	text-align:center;
  min-width:32px;
	height:32px;
	line-height:32px;
  border-radius: 5px;
}
#fenye a.num {
	width:32px;
}
#fenye a:hover {
	color:#fff;
	background:#003b73;
	border:1px solid #333;
}
#fenye span {
	line-height:33px;
}
#totalpage {
	color:#FF0000;
}
/*content*/
#content{
  padding-bottom:30px;
  font-size: 14px;
  line-height: 2em;
}
#content img{
  max-width:100%;
}
#pagelist span.page-num{
  display:none;
}