/* 轮播图 */
#slide {
  min-width: 1200px;
  min-height: 150px;
}

.slideBox {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  left: 48%;
  bottom: 8px;
  z-index: 2;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slideBox .hd ul li {
  float: left;
  margin-right: 10px;
  width: 9px;
  height: 9px;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
}

.slideBox .hd ul li.on {
  background: #F07F14;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  position: relative;
  zoom: 1;
  vertical-align: middle;
}

.slideBox .bd img {
  width: 100%;
}

.slideBox .arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: none;
}

.slideBox:hover .arrow {
  display: block;
}

.slideBox .prev,
.slideBox .next {
  position: absolute;
  left: 2%;
  top: 50%;
  margin-top: -50px;
  display: block;
  width: 60px;
  height: 100px;
  background: rgba(0, 0, 0, .6) url(../images/arrow_left.png) no-repeat center center;
  border-radius: 5px;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.slideBox .next {
  left: auto;
  right: 2%;
  background-image: url(../images/arrow_right.png);
}

.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* 主体 */
section .container {
  padding: 0 30px;
}

/*功能菜单*/
.fun {
  display: flex;
  margin: -60px -30px 0;
  padding: 25px 18px 0;
  background: rgba(255, 255, 255, .75);
  border-radius: 20px;
  position: relative;
  z-index: 9;
}

.fun li {
  flex-grow: 1;
  margin: 0 12px;
  height: 80px;
  background: #1440A4;
  border-radius: 5px;
}

.fun li a {
  display: block;
  line-height: 80px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.fun li i {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: 0 10px;
  background: #fff;
  border-radius: 50%;
  transition: 1s;
}

.fun li:hover {
  opacity: .8;
}

.fun li a:hover i {
  transform: rotateY(180deg);
}

.fun li:nth-child(2) {
  background: #00AEF8;
}

.fun li:nth-child(3) {
  background: #7722A4;
}

.fun li:nth-child(4) {
  background: #00B154;
}

.fun li:nth-child(5) {
  background: #F69F00;
}

.fun li:nth-child(6) {
  background: #EE414C;
}

.title {
  height: 35px;
  line-height: 35px;
  margin-top: 25px;
  padding-bottom: 12px;
  border-bottom: 3px solid #B6BFD8;
}

.title img {
  height: 23px;
  margin-right: 15px;
  vertical-align: text-bottom;
}

.title>a {
  color: #1c3170;
  font-size: 22px;
  font-weight: bold;
}

.title .rt span {
  color: #a9a9a9;
}

.title .rt span:first-of-type {
  color: #1c3170;
}

.title .rt span:nth-of-type(2) {
  margin: 0 20px;
}

.title .rt a {
  color: #999;
  font-size: 14px;
}

.title .rt a:hover {
  color: #2E77DC;
}

.title .tab {
  display: inline-block;
}

.title .tab a {
  color: #999;
  font-size: 22px;
  font-weight: bold;
  margin-right: 30px;
}

.title .tab a.on {
  color: #1c3170;
}

.title .search {
  position: relative;
  height: 38px;
  line-height: normal;
  display: inline-block;
  margin-right: 15px;
}

.title input[type='text'] {
  width: 280px;
  height: 36px;
  line-height: 36px;
  padding: 0 38px 0 15px;
  border: 1px solid #ddd;
}

.title input[type='submit'] {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  cursor: pointer;
  border: none;
  background: url(../images/ss.png) no-repeat center center;
}

/*阳光资讯*/
.news {
  float: left;
  width: 62%;
}

.news .title {
  margin-bottom: 20px;
}

.news .slideBox .hd {
  left: auto;
  right: 1%;
}

.news .slideBox .bd li>a {
  display: block;
  overflow: hidden;
}

.news .slideBox .bd li>a:hover img {
  transform: scale(1.1);
}

.news .slideBox .bd img {
  width: 331px;
  height: 221px;
}

.news .slideBox .bd p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 38px;
  line-height: 38px;
  padding: 0 90px 0 15px;
  color: #fff;
  text-align: left;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  z-index: 1;
}

.news .slideBox .bd p a {
  color: #fff;
}

.news .slideBox .bd p a:hover {
  color: #e18e30;
  text-decoration: underline;
}

.news .news-list {
  margin-left: 346px;
}

.news-list {
  min-height: 190px;
}

.news-list li {
  height: 38px;
  line-height: 38px;
  border-bottom: 1px solid #eee;
}

.news-list li:last-of-type {
  border-bottom: none;
}

.news-list li span {
  float: right;
  color: #999;
}

.news-list li p {
  margin-right: 100px;
}

.news-list li p a {
  position: relative;
  padding-left: 15px;
}

.news-list li p a:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  border: 5px solid transparent;
  border-left-color: #1440A4;
  transition: .3s;
}

.news-list li p a:hover:before {
  left: 5px;
}

/*受理统计*/
.statistics {
  float: right;
  width: 36%;
}

.statistics ul {
  margin-top: 20px;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  overflow: hidden;
}

.statistics ul li {
  float: left;
  width: 50%;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.statistics ul li p {
  padding-left: 40px;
  background: url(../images/icon-1.png) no-repeat left center;
}

.statistics ul li:nth-of-type(2) p {
  padding-left: 36px;
  background-image: url(../images/icon-2.png);
}

.statistics ul li:nth-of-type(3) p {
  padding-left: 34px;
  background-image: url(../images/icon-3.png);
}

.statistics ul li:nth-of-type(4) p {
  padding-left: 34px;
  background-image: url(../images/icon-4.png);
}

.statistics ul li h1 {
  color: #1c3170;
  font-size: 46px;
  font-family: '黑体';
  line-height: 50px;
}

.statistics ul li:nth-of-type(2) h1 {
  color: #FF844F;
}

.statistics ul li:nth-of-type(3) h1 {
  color: #00B154;
}

.statistics ul li:nth-of-type(4) h1 {
  color: #EE414C;
}

/*咨询反馈*/
.consult {
  float: left;
  width: 62%;
}

.context .head {
  display: flex;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-bottom: 10px;
  background: #F4F8FF;
  width: 100%;
}

.context .head span {
  padding: 0 15px;
  font-weight: bold;
}

.context .head span:first-of-type,
.infoList li span:first-of-type {
  min-width: 160px;
  text-align: left;
}

.context .head span:nth-of-type(2),
.infoList li span:nth-of-type(2) {
  flex-grow: 1;
}

.context .head span:nth-of-type(3),
.infoList li span:nth-of-type(3) {
  min-width: 90px;
}

.context .head span:nth-of-type(4),
.infoList li span:nth-of-type(4) {
  min-width: 110px;
}

.context .head span:nth-of-type(5),
.infoList li span:nth-of-type(5) {
  min-width: 70px;
}

.infoList li {
  display: flex;
  height: 38px;
  line-height: 38px;
  text-align: center;
}

.infoList li span {
  padding: 0 15px;
  height: 30px;
  overflow: hidden;
}

.infoList li span:nth-of-type(2) {
  text-align: left;
}

.side {
  float: right;
  width: 36%;
}

.notice .news-list {
  margin-top: 10px;
}

.question {
  margin-top: -15px;
}

.question .title .rt a {
  display: none;
}

.question .title .rt a.on {
  display: block;
}

.question .news-list {
  margin-top: 10px;
  display: none;
}

.question .news-list.on {
  display: block;
}

.img-link li {
  margin: 5px 0 12px;
}

.img-link li a {
  display: block;
  overflow: hidden;
  border: 1px solid transparent;
}

.img-link li img {
  width: 100%;
}

.img-link li a:hover {
  border-color: #DCDCDC;
}

.img-link li a:hover img {
  transform: scale(1.1);
}

.links .tab {
  margin: 15px 0;
  border-bottom: 2px solid #B6BFD8;
}

.links .tab span {
  position: relative;
  display: inline-block;
  padding: 12px 20px;
  margin-right: 50px;
  color: #1c3170;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.links .tab span.on {
  color: #e18e30;
}

.links .tab span.on:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: #F08900;
  z-index: 1;
}

.link-txt ul {
  display: none;
  height: 100px;
}

.link-txt ul.on {
  display: block;
}

.link-txt ul li {
  float: left;
  width: 16.66%;
  padding: 5px 20px;
}

.link-txt ul li a {
  color: #565656;
}

.link-txt ul li a:hover {
  color: #F08900;
  padding-left: 1em;
}
