@import './649/normalize.css';
.dpn {
  display: none;
}
.tac{text-align: center;}
a{text-decoration: none;}
/* 页面布局 */
.page-row-box {
  width: 1200px;
  margin: auto;
}
.page-login-regist-box {
  height: 30px;
  box-sizing: border-box;
  text-align: right;
  line-height: 30px;
}
.page-login-regist-box .icon-box {
  display: inline-block;
  width: fit-content;
  height: 100%;
  box-sizing: border-box;
  margin-right: 8px;
}
.page-login-regist-box .icon-box .icon-style {
  font-size: 18px;
  font-weight: bold;
  color: #1296DB;
}
.page-login-regist-box .login-word {
  display: inline-block;
  color: grey;
  font-size: 14px;
  cursor: pointer;
  margin-right: 5px;
}
.page-login-regist-box .regist-word {
  display: inline-block;
  color: grey;
  font-size: 14px;
  cursor: pointer;
}
.page-banner-container {
  width: 100%;
  border-top: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
	padding: 16px 0;
}
.page-banner-container .page-banner-box {
  height: 110px;
  box-sizing: border-box;
  font-size: 0;
}
.page-banner-container .page-banner-box .banner-pic-box {
  display: inline-block;
  width: 523px;
  height: 100%;
  box-sizing: border-box;
  background-image: url('../649/yyBanner2.jpg');
  background-size: 100% 100%;
}
.page-banner-container .page-banner-box .banner-info-box {
  float: right;
  width: fit-content;
  height: 100%;
  box-sizing: border-box;
  text-align: right;
}
.page-banner-container .page-banner-box .banner-info-box .phone-label {
  font-size: 12px;
  margin-top: 30px;
  margin-bottom: 5px;
  color: grey;
}
.page-banner-container .page-banner-box .banner-info-box .phone-content {
  font-size: 24px;
  font-weight: bold;
}
.page-nav-box {
  height: 75px;
  box-sizing: border-box;
}
.page-nav-box .home-btn {
  display: inline-block;
  width: 80px;
  height: 100%;
  line-height: 75px;
  text-align: center;
  cursor: pointer;
}
.page-nav-box .home-btn .icon-style {
  font-size: 24px;
  color: #256998;
}
.page-nav-box .item-btn,
.page-nav-box .djyd-item-btn {
  display: inline-block;
  width: 90px;
  height: 100%;
  box-sizing: border-box;
  line-height: 80px;
  text-align: center;
  cursor: pointer;
  color: grey;
}
.page-nav-box .search-box {
  float: right;
  width: 300px;
  height: 100%;
  box-sizing: border-box;
}
.page-nav-box .search-box .search-input-box {
  margin-top: 26px;
  width: 245px;
  height: 30px;
  border: 1px solid lightgrey;
  box-sizing: border-box;
  color: grey;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 0 10px;
  font-size: 14px;
  outline: none;
}
.page-nav-box .search-box .search-btn-box {
  display: inline-block;
  position: absolute;
  margin-top: 26px;
  /* margin-left: -5px; */
  width: 55px;
  height: 30px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background: #256998;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
}
.page-nav-box .search-box .search-btn-box .icon-style {
  color: white;
  font-size: 18px;
}
.page-nav-box .active,
.page-nav-box .item-btn:hover,
.page-nav-box .home-btn:hover {
  background: #256998;
  color: white;
}
.page-nav-box .active .icon-style,
.page-nav-box .item-btn:hover .icon-style,
.page-nav-box .home-btn:hover .icon-style {
  font-size: 24px;
  color: white;
}
.page-nav-box .djyd-active,
.page-nav-box .djyd-item-btn:hover {
  background: #D1090C;
  color: white;
}
.page-nav-box a {
  text-decoration: none;
}
.page-bottom-container {
  width: 100%;
  background: #2FA4DC;
}
.page-bottom-container .page-bottom-box {
  height: 300px;
  background: #2FA4DC;
  box-sizing: border-box;
  font-size: 0;
}
.page-bottom-container .page-bottom-box .bottom-left-box {
  display: inline-block;
  width: 720px;
  height: 100%;
  box-sizing: border-box;
  padding-left: 30px;
  vertical-align: top;
  margin-right: 60px;
}
.page-bottom-container .page-bottom-box .bottom-left-box .img-box {
  width: 500px;
  height: 140px;
  box-sizing: border-box;
  background-image: url('../649/bottomPic.jpg');
  background-size: 100% 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-bottom-container .page-bottom-box .bottom-left-box .word-box {
  width: 100%;
  display: inline-block;
  color: white;
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 20px;
  box-sizing: border-box;
}
.page-bottom-container .page-bottom-box .bottom-left-box .word-box span {
  margin-right: 15px;
}
.page-bottom-container .page-bottom-box .bottom-right-box {
  display: inline-block;
  width: 400px;
  height: 100%;
  box-sizing: border-box;
  padding: 30px 0;
}
.page-bottom-container .page-bottom-box .bottom-right-box .box-1 {
  width: 100%;
  height: 120px;
  box-sizing: border-box;
  vertical-align: top;
}
.page-bottom-container .page-bottom-box .bottom-right-box .box-2 {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
}
.page-bottom-container .page-bottom-box .bottom-right-box .icon-box {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  margin-right: 20px;
}
.page-bottom-container .page-bottom-box .bottom-right-box .icon-box .img-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
}
.page-bottom-container .page-bottom-box .bottom-right-box .icon-box #img-icon-1 {
  background-image: url('../649/bottomPhone.png');
  background-size: 100% 100%;
}
.page-bottom-container .page-bottom-box .bottom-right-box .icon-box #img-icon-2 {
  background-image: url('../649/bottomAddress.png');
  background-size: 100% 100%;
}
.page-bottom-container .page-bottom-box .bottom-right-box .icon-box #img-icon-3 {
  background-image: url('../649/bottomStamp.png');
  background-size: 100% 100%;
}
.page-bottom-container .page-bottom-box .bottom-right-box .word-box {
  display: inline-block;
  width: 300px;
  height: 100%;
  box-sizing: border-box;
}
.page-bottom-container .page-bottom-box .bottom-right-box .word-box .word-item {
  width: 100%;
  color: white;
  font-size: 17px;
  margin-bottom: 3px;
}
.page-bottom-container .page-bottom-box .bottom-right-box .word-box #word-item-single {
  margin-top: 8px;
}
.home-page-container {
  min-width: 1200px;
}
.home-page-container .home-page-pic {
  height: 518px;
  background-image: url('../649/homeBanner.jpg');
  background-size: 100% 100%;
}
.home-page-container .home-page-pic .home-pic-nav {
  float: right;
  box-sizing: border-box;
  margin-right: 50px;
  margin-top: 74px;
}
.home-page-container .home-page-pic .home-pic-nav .nav-top {
  width: 90px;
  height: 45px;
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  text-align: center;
  line-height: 55px;
  color: #666666;
  font-size: 14px;
  padding: 0 5px;
  box-sizing: border-box;
  border-bottom: 1px solid grey;
}
.home-page-container .home-page-pic .home-pic-nav .nav-bottom {
  width: 90px;
  height: 45px;
  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 45px;
  background: white;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.6);
  color: #666666;
}
.home-page-container .home-page-pic .home-pic-nav .nav-item {
  width: 90px;
  height: 70px;
  padding: 10px 5px 0 5px;
  box-sizing: border-box;
  background: white;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
}
.home-page-container .home-page-pic .home-pic-nav .nav-item .icon-style {
  color: #256998;
  font-size: 32px;
}
.home-page-container .home-page-pic .home-pic-nav .nav-item .word-style {
  margin-top: 6px;
  padding-bottom: 3px;
  box-sizing: border-box;
  color: #666666;
  width: 100%;
  border-bottom: 1px solid grey;
  font-size: 13px;
}
.home-page-container .home-page-pic .home-pic-nav .active,
.home-page-container .home-page-pic .home-pic-nav .nav-item:hover,
.home-page-container .home-page-pic .home-pic-nav .nav-top:hover {
  background: #256998;
  color: white;
  font-weight: bold;
}
.home-page-container .home-page-pic .home-pic-nav .active .icon-style,
.home-page-container .home-page-pic .home-pic-nav .nav-item:hover .icon-style,
.home-page-container .home-page-pic .home-pic-nav .nav-top:hover .icon-style {
  color: white;
}
.home-page-container .home-page-pic .home-pic-nav .active .word-style,
.home-page-container .home-page-pic .home-pic-nav .nav-item:hover .word-style,
.home-page-container .home-page-pic .home-pic-nav .nav-top:hover .word-style {
  color: white;
  border-bottom: none;
}
.home-page-container .home-btn-box {
  margin-top: 15px;
  box-sizing: border-box;
  font-size: 0;
}
.home-page-container .home-btn-box .btn-block {
  display: inline-block;
  width: 236px;
  height: 236px;
  cursor: pointer;
  margin-right: 5px;
}
.home-page-container .home-btn-box #btn-block-1 {
  background-image: url('../649/1.png');
  background-size: 100% 100%;
}
.home-page-container .home-btn-box #btn-block-2 {
  background-image: url('../649/2.png');
  background-size: 100% 100%;
}
.home-page-container .home-btn-box #btn-block-3 {
  background-image: url('../649/3.png');
  background-size: 100% 100%;
}
.home-page-container .home-btn-box #btn-block-4 {
  background-image: url('../649/4.png');
  background-size: 100% 100%;
}
.home-page-container .home-btn-box #btn-block-5 {
  background-image: url('../649/5.png');
  background-size: 100% 100%;
  margin-right: 0;
}
.home-page-container .home-info-box {
  margin-top: 15px;
  height: 405px;
  box-sizing: border-box;
  font-size: 0;
}
.home-page-container .home-info-box .info-left-box {
  display: inline-block;
  width: 450px;
  height: 100%;
  box-sizing: border-box;
  vertical-align: top;
  margin-right: 20px;
}
.home-page-container .home-info-box .info-left-box .info-label-box {
  display: inline-block;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid lightgrey;
  box-sizing: border-box;
}
.home-page-container .home-info-box .info-left-box .info-label-box .label-item {
  display: inline-block;
  width: 115px;
  height: 100%;
  color: black;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  line-height: 60px;
  font-weight: bold;
  margin-right: 3px;
}
.home-page-container .home-info-box .info-left-box .info-label-box .active,
.home-page-container .home-info-box .info-left-box .info-label-box .label-item:hover {
  background: #21A0CD;
  color: white;
}
.home-page-container .home-info-box .info-left-box .info-content-box {
  width: 100%;
  box-sizing: border-box;
}
.home-page-container .home-info-box .info-left-box .info-content-box a{
	color: #333;
}
.home-page-container .home-info-box .info-left-box .info-content-box .content-item {
  display: inline-block;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  margin: 1px 0;
  font-size: 15px;
  cursor: pointer;
}
.home-page-container .home-info-box .info-left-box .info-content-box .content-item .content-desc {
  display: inline-block;
  width: 320px;
  height: 100%;
  box-sizing: border-box;
  padding-left: 10px;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-page-container .home-info-box .info-left-box .info-content-box .content-item .content-date {
  float: right;
  width: 100px;
  height: 100%;
  box-sizing: border-box;
  text-align: right;
  line-height: 38px;
}
.home-page-container .home-info-box .info-left-box .info-content-box .content-item:hover {
  color: #21A0CD;
}
.home-page-container .home-info-box .info-center-box {
  display: inline-block;
  width: 550px;
  height: 100%;
  box-sizing: border-box;
  margin-right: 10px;
}
.home-page-container .home-info-box .info-center-box #wrap {
  position: relative;
  width: 550px;
  height: 405px;
}
.home-page-container .home-info-box .info-center-box #wrap .banner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 2s;
}
.home-page-container .home-info-box .info-center-box #wrap .tab {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.home-page-container .home-info-box .info-center-box #wrap .tab span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 3px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
}
.home-page-container .home-info-box .info-center-box #wrap .tab .on,
.home-page-container .home-info-box .info-center-box #wrap .tab span:hover {
  background: white;
}
.home-page-container .home-info-box .info-right-box {
  display: inline-block;
  width: 165px;
  height: 100%;
  box-sizing: border-box;
}
.home-page-container .home-info-box .info-right-box .item-box {
  width: 100%;
  height: 96px;
  box-sizing: border-box;
  margin-bottom: 7px;
  cursor: pointer;
}
.home-page-container .home-info-box .info-right-box .item-box:last-child {
  margin-bottom: 0;
}
.home-page-container .home-info-box .info-right-box #item-box-1 {
  background-image: url('../649/fwsj.png');
  background-size: 100% 100%;
}
.home-page-container .home-info-box .info-right-box #item-box-2 {
  background-image: url('../649/dlwz.png');
  background-size: 100% 100%;
}
.home-page-container .home-info-box .info-right-box #item-box-3 {
  background-image: url('../649/wxgzh.png');
	background-size: 100% 100%;
	overflow:hidden;
}
.home-page-container .home-info-box .info-right-box #item-box-3:hover{
	overflow: unset;
}
.home-page-container .home-info-box .info-right-box #item-box-3:hover img{
	-ms-display: inline !important;
	opacity: 1 !important;
}
.home-page-container .home-info-box .info-right-box #item-box-4 {
  background-image: url('../649/wb.png');
  background-size: 100% 100%;
	overflow:hidden;
}
.home-page-container .home-info-box .info-right-box #item-box-4:hover{
	overflow: unset;
}
.home-page-container .home-info-box .info-right-box #item-box-4:hover img{
	-ms-display: inline !important;
	opacity: 1 !important;
}
.home-page-container .home-dj-box {
  margin-top: 15px;
  margin-bottom: 15px;
  height: 300px;
  box-sizing: border-box;
  font-size: 0;
}
.home-page-container .home-dj-box .dj-pic-box {
  display: inline-block;
  width: 776px;
  height: 100%;
  box-sizing: border-box;
  /* margin-right: 20px; */
}
.home-page-container .home-dj-box .dj-pic-box .djyd-pic {
  display: inline-block;
  width: 100%;
  height: 144px;
  box-sizing: border-box;
  background-image: url('../649/djydPic2.jpg');
  background-size: 100% 100%;
  margin-bottom: 12px;
  cursor: pointer;
}
.home-page-container .home-dj-box .dj-pic-box .ywgk-pic {
  display: inline-block;
  width: 100%;
  height: 144px;
  box-sizing: border-box;
  background-image: url('../649/ywgkPic2.jpg');
  background-size: 100% 100%;
  cursor: pointer;
}
.home-page-container .home-dj-box .item-box {
  display: inline-block;
  width: 200px;
  height: 144px;
  background: #4565C8;
  margin-right: 10px;
  vertical-align: top;
	cursor: pointer;
	margin-bottom: 12px;
}
.home-page-container .home-dj-box .item-box .img-box {
  width: 50px;
	height: 50px;
	/* display: inline-block; */
  box-sizing: border-box;
  /* margin: auto; */
	margin-top: 26px;
	margin-left: auto;
	margin-right: auto;
  /* margin-bottom: 10px; */
}
.home-page-container .home-dj-box .item-box #img-box-1 {
  background-image: url('../649/icon1.png');
  background-size: 100% 100%;
}
.home-page-container .home-dj-box .item-box #img-box-2 {
  background-image: url('../649/icon2.png');
  background-size: 100% 100%;
}
.home-page-container .home-dj-box .item-box #img-box-3 {
  background-image: url('../649/icon3.png');
  background-size: 100% 100%;
}
.home-page-container .home-dj-box .item-box #img-box-4 {
  background-image: url('../649/icon4.png');
  background-size: 100% 100%;
}
.home-page-container .home-dj-box .item-box .word-box {
  width: 150px;
  margin: auto;
  font-size: 28px;
  font-weight: bold;
  color: white;
	text-align: center;
	/* display: inline-block; */
	vertical-align: top;
	margin-top: 10px;
}
.home-page-container .home-dj-box .item-box:last-child {
  margin-right: 0;
}
.now-location-box {
  float: right;
  width: 380px;
  height: 58px;
  box-sizing: border-box;
  line-height: 58px;
  font-size: 15px;
  text-align: right;
}
.now-location-box a{
	text-decoration: none;
	color: #FFFFFF;
}
/* .now-location-box span {
  cursor: pointer;
} */
.page-pagination-box {
  height: 60px;
  box-sizing: border-box;
  text-align: center;
  line-height: 60px;
  font-size: 14px;
}
.page-pagination-box .btn-box {
  display: inline-block;
  /* cursor: pointer; */
  margin-right: 5px;
}
.page-pagination-box .btn-box a{
	text-decoration: none;
	color: #333;
}
.page-pagination-box .btn-box:first-child a {
  margin-left: 15px;
}
.page-pagination-box .btn-box:hover a {
  color: #1296DB;
}
.djyd-page-container {
  min-width: 1200px;
}
.djyd-page-container .nav-box {
  display: inline-block;
  height: 40px;
  background-image: url('../649/djydNavBg.png');
  background-size: 100% 100%;
  padding: 1px 5px;
  box-sizing: border-box;
  text-align: center;
}
.djyd-page-container .nav-box .nav-item-box {
  display: inline-block;
  width: 100px;
  height: 100%;
  margin-right: 28px;
  cursor: pointer;
  color: white;
  font-size: 15px;
  line-height: 38px;
}
.djyd-page-container .nav-box .active,
.djyd-page-container .nav-box .nav-item-box:hover {
  background: linear-gradient(#8e0103, #ca080c);
  background: -webkit-linear-gradient(#8e0103, #ca080c);
  background: -o-linear-gradient(#8e0103, #ca080c);
  background: -moz-linear-gradient(#8e0103, #ca080c);
}
.djyd-page-container .djyd-body-bg {
  width: 100%;
  min-width: 1200px;
  min-height: 1130px;
  background-image: url('../649/djydBg.jpg');
  background-size: auto 1130px;
  background-position: top;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 0;
}
.djyd-page-container .djzy-content-box {
  display: inline-block;
  margin-top: 310px;
  height: 1160px;
  box-sizing: border-box;
  background: white;
  text-align: left;
}
.djyd-page-container .djzy-content-box .tongzhi-box {
  display: inline-block;
  width: 789px;
  height: 45px;
  box-sizing: border-box;
  padding: 0 10px;
  line-height: 44px;
}
.djyd-page-container .djzy-content-box .tongzhi-box .icon-style {
  font-size: 18px;
  color: #D1090C;
}
.djyd-page-container .djzy-content-box .tongzhi-box .word-style {
  display: inline;
  margin-left: 8px;
  font-size: 15px;
  font-weight: bold;
}
.djyd-page-container .djzy-content-box .tongzhi-box .date-style {
  float: right;
  color: #666666;
  font-size: 15px;
}
.djyd-page-container .djzy-content-box .xinwen-box {
  height: 420px;
  box-sizing: border-box;
  padding: 0 7px 0 5px;
  font-size: 0;
  margin-bottom: 15px;
}
.djyd-page-container .djzy-content-box .xinwen-box .left-box {
  display: inline-block;
  width: 789px;
  height: 100%;
  background: #D1090C;
  margin-right: 9px;
}
.djyd-page-container .djzy-content-box .xinwen-box .left-box {
  position: relative;
  width: 789px;
  height: 100%;
}
.djyd-page-container .djzy-content-box .xinwen-box .left-box .banner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 2s;
}
.djyd-page-container .djzy-content-box .xinwen-box .left-box .tab {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.djyd-page-container .djzy-content-box .xinwen-box .left-box .tab span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 3px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
}
.djyd-page-container .djzy-content-box .xinwen-box .left-box .tab .on,
.djyd-page-container .djzy-content-box .xinwen-box .left-box .tab span:hover {
  background: white;
}









.djyd-page-container .djzy-content-box .xinwen-box .right-box {
  display: inline-block;
  width: 390px;
  height: 100%;
  box-sizing: border-box;
  vertical-align: top;
}
.djyd-page-container .djzy-content-box .xinwen-box .right-box .label-box {
  width: 100%;
  height: 50px;
  background: #D1090C;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 50px;
}
.djyd-page-container .djzy-content-box .xinwen-box .right-box .label-box .icon-box {
  margin-top: -5px;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  background-image: url('../649/xingxing.png');
  background-size: 100% 100%;
  margin-right: 5px;
}
.djyd-page-container .djzy-content-box .xinwen-box .right-box .label-box .word-box {
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
  color: white;
  box-sizing: border-box;
}
.djyd-page-container .djzy-content-box .xinwen-box .right-box .label-box .more-box {
  float: right;
  font-size: 14px;
  color: white;
  cursor: pointer;
}
.djyd-page-container .djzy-content-box .xinwen-box .right-box .label-box .more-box a {
	color: white;
}
.djyd-page-container .djzy-content-box .xinwen-box .right-box .content-box {
  width: 100%;
  box-sizing: border-box;
}
.djyd-page-container .djzy-content-box .xinwen-box .right-box .content-box .title-box {
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 38px;
  padding: 0 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.djyd-page-container .djzy-content-box .xinwen-box .right-box .content-box .title-box a {
	color: #333;
}
.djyd-page-container .djzy-content-box .xinwen-box .right-box .content-box .desc-box {
  width: 100%;
  height: 98px;
  border-bottom: 1px dashed grey;
  box-sizing: border-box;
  padding: 0 5px;
  font-size: 14px;
  color: #666666;
  line-height: 19px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.djyd-page-container .djzy-content-box .xinwen-box .right-box .content-box .item-box {
  width: 100%;
  height: 38px;
  border-bottom: 1px dashed grey;
  box-sizing: border-box;
  padding-right: 5px;
  cursor: pointer;
}
.djyd-page-container .djzy-content-box .xinwen-box .right-box .content-box .item-box .item-title-box {
  display: inline-block;
  width: 300px;
  height: 100%;
  box-sizing: border-box;
  font-size: 14px;
  color: #666666;
  text-align: left;
  vertical-align: top;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.djyd-page-container .djzy-content-box .xinwen-box .right-box .content-box .item-box .item-title-box a{
	color: #666;
}
.djyd-page-container .djzy-content-box .xinwen-box .right-box .content-box .item-box .item-date-box {
  display: inline-block;
  width: 80px;
  height: 100%;
  box-sizing: border-box;
  font-size: 14px;
  text-align: right;
  color: #666666;
  line-height: 40px;
}
.djyd-page-container .djzy-content-box .dangwu-box {
  box-sizing: border-box;
  font-size: 0;
  padding: 0 5px;
  margin-bottom: 25px;
}
.djyd-page-container .djzy-content-box .dangwu-box .block-box {
  display: inline-block;
  width: 390px;
  box-sizing: border-box;
  margin-right: 9px;
  vertical-align: top;
}
.djyd-page-container .djzy-content-box .dangwu-box .block-box .label-box {
  width: 100%;
  height: 50px;
  background: #D1090C;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 50px;
}
.djyd-page-container .djzy-content-box .dangwu-box .block-box .label-box .icon-box {
  margin-top: -5px;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  background-image: url('../649/dangfu.png');
  background-size: 100% 100%;
  margin-right: 5px;
}
.djyd-page-container .djzy-content-box .dangwu-box .block-box .label-box .word-box {
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
  color: white;
  box-sizing: border-box;
}
.djyd-page-container .djzy-content-box .dangwu-box .block-box .label-box .more-box {
  float: right;
  font-size: 14px;
  color: white;
  cursor: pointer;
}
.djyd-page-container .djzy-content-box .dangwu-box .block-box .label-box .more-box a{
	color: white;
}
.djyd-page-container .djzy-content-box .dangwu-box .block-box:last-child {
  margin-right: 0;
}
.djyd-page-container .djzy-content-box .dangwu-box .block-box .content-box {
  width: 100%;
  box-sizing: border-box;
}
.djyd-page-container .djzy-content-box .dangwu-box .block-box .content-box .item-box {
  width: 100%;
  height: 38px;
  border-bottom: 1px dashed grey;
  box-sizing: border-box;
  padding-right: 5px;
  cursor: pointer;
}
.djyd-page-container .djzy-content-box .dangwu-box .block-box .content-box .item-box .item-title-box {
  display: inline-block;
  width: 300px;
  height: 100%;
  box-sizing: border-box;
  font-size: 14px;
  color: #666666;
  text-align: left;
  vertical-align: top;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.djyd-page-container .djzy-content-box .dangwu-box .block-box .content-box .item-box .item-title-box a{
	color: #666;
}
.djyd-page-container .djzy-content-box .dangwu-box .block-box .content-box .item-box .item-date-box {
  display: inline-block;
  width: 80px;
  height: 100%;
  box-sizing: border-box;
  font-size: 14px;
  text-align: right;
  color: #666666;
  line-height: 40px;
}
.djyd-page-container .djzy-content-box .pic-box {
  box-sizing: border-box;
  font-size: 0;
  padding: 0 5px;
  margin-bottom: 20px;
}
.djyd-page-container .djzy-content-box .pic-box .pic-item {
  display: inline-block;
  width: 290px;
  height: 140px;
  box-sizing: border-box;
  margin-right: 10px;
}
.djyd-page-container .djzy-content-box .pic-box .pic-item:last-child {
  margin-right: 0;
}
.djyd-page-container .djzy-content-box .pic-box #pic-item-1 {
  background-image: url('../649/pic1.png');
  background-size: 100% 100%;
}
.djyd-page-container .djzy-content-box .pic-box #pic-item-2 {
  background-image: url('../649/pic2.png');
  background-size: 100% 100%;
}
.djyd-page-container .djzy-content-box .pic-box #pic-item-3 {
  background-image: url('../649/pic3.png');
  background-size: 100% 100%;
}
.djyd-page-container .djzy-content-box .pic-box #pic-item-4 {
  background-image: url('../649/pic4.png');
  background-size: 100% 100%;
}
.djyd-page-container .djzy-content-box .link-box {
  box-sizing: border-box;
  font-size: 0;
  margin-bottom: 20px;
}
.djyd-page-container .djzy-content-box .link-box .label-box {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  box-sizing: border-box;
  line-height: 50px;
}
.djyd-page-container .djzy-content-box .link-box .label-box .icon-box {
  margin-top: -5px;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  background-image: url('../649/dangfu.png');
  background-size: 100% 100%;
  margin-right: 10px;
}
.djyd-page-container .djzy-content-box .link-box .label-box .word-box {
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: bold;
}
.djyd-page-container .djzy-content-box .link-box .content-box {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
}
.djyd-page-container .djzy-content-box .link-box .content-box .content-item {
  display: inline-block;
  width: 210px;
  height: 100%;
  box-sizing: border-box;
  margin-right: 35px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}
.djyd-page-container .djzy-content-box .link-box .content-box .content-item:last-child {
  margin-right: 0;
}
.djyd-page-container .djzy-content-box .link-box .content-box .content-item span {
  color: #666666;
  cursor: pointer;
}
.djyd-page-container .dwgl-content-box {
  display: inline-block;
  margin-top: 310px;
  box-sizing: border-box;
  background: white;
  text-align: left;
}
.djyd-page-container .dwgl-content-box .label-container {
  width: 100%;
  height: 60px;
  padding: 0 35px;
  box-sizing: border-box;
}
.djyd-page-container .dwgl-content-box .label-container .label-box {
  line-height: 60px;
  border-bottom: 1px solid black;
  color: grey;
}
.djyd-page-container .dwgl-content-box .label-container .label-box .icon-box {
  margin-top: -5px;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  background-image: url('../649/xingxing.png');
  background-size: 100% 100%;
  margin-right: 5px;
}
.djyd-page-container .dwgl-content-box .label-container .label-box .word-box {
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
  box-sizing: border-box;
}
.djyd-page-container .dwgl-content-box .label-container .label-box span:hover {
  color: black;
}
.djyd-page-container .dwgl-content-box .item-container {
  width: 100%;
  box-sizing: border-box;
  padding: 0 80px;
  margin-bottom: 10px;
}
.djyd-page-container .dwgl-content-box .item-container .item-box {
  width: 100%;
  height: 60px;
  border-bottom: 1px dashed grey;
  box-sizing: border-box;
  line-height: 60px;
}
.djyd-page-container .dwgl-content-box .item-container .item-box .title-box {
  display: inline-block;
  max-width: 800px;
  width: fit-content;
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
  cursor: pointer;
}
.djyd-page-container .dwgl-content-box .item-container .item-box .title-box a {
  color: #323333;
}
.djyd-page-container .dwgl-content-box .item-container .item-box .title-box:hover {
  color: #2FA4DC;
}
.djyd-page-container .dwgl-content-box .item-container .item-box .date-box {
  float: right;
  width: 150px;
  height: 100%;
  box-sizing: border-box;
  color: #666666;
  font-size: 14px;
  text-align: right;
}
.page-side-bar {
  display: inline-block;
  width: 220px;
  height: 880px;
}
.page-side-bar .side-bar-box {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid lightgrey;
  box-sizing: border-box;
  margin-right: 15px;
}
.page-side-bar .side-bar-box .side-label-box {
  width: 100%;
  height: 65px;
  background: #1296DB;
  box-sizing: border-box;
  padding-left: 32px;
  line-height: 62px;
}
.page-side-bar .side-bar-box .side-label-box .icon-style {
  font-size: 22px;
  color: white;
  box-sizing: border-box;
}
.page-side-bar .side-bar-box .side-label-box .word-style {
  display: inline-block;
  margin-left: 10px;
  padding-bottom: 5px;
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 3px;
  color: white;
}
.page-side-bar .side-bar-box .side-item-box {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid lightgrey;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 3px;
  color: #666666;
  cursor: pointer;
}
.page-side-bar .side-bar-box .active,
.page-side-bar .side-bar-box .side-item-box:hover {
  color: #1296DB;
}
.page-side-bar .side-bar-box a {
  text-decoration: none;
}
.page-content-box {
  vertical-align: top;
  float: right;
  width: 955px;
  box-sizing: border-box;
}
.page-content-box .content-label-box {
  width: 100%;
  height: 62px;
  background: #1296DB;
  line-height: 62px;
  padding: 0 20px 0 32px;
  color: rgba(255, 255, 255, 0.8);
}
.page-content-box .content-label-box .right-word-box {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 3px;
  color: white;
}
.page-content-box .content-label-box span:hover {
  color: white;
}
.page-content-box .html-content-box {
  width: 100%;
  min-height: 818px;
  border: 1px solid lightgrey;
  box-sizing: border-box;
	padding: 30px 25px;
	/* overflow-x: scroll; */
}
.page-content-box .html-content-box * {
	max-width: 905px;
}
.page-content-box .html-content-box .info-content-box {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.page-content-box .html-content-box .info-content-box .item-box {
  display: inline-block;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 60px;
  color: #3E3A3A;
  cursor: pointer;
}
.page-content-box .html-content-box .info-content-box .item-box .circle-box {
  display: inline-block;
  height: 100%;
  box-sizing: border-box;
  line-height: 60px;
  text-align: center;
  vertical-align: top;
}
.page-content-box .html-content-box .info-content-box .item-box .circle-box .circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}
.page-content-box .html-content-box .info-content-box .item-box .word-box {
  display: inline-block;
  border-bottom: 1px dashed grey;
  width: 860px;
  height: 100%;
  box-sizing: border-box;
	margin-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.page-content-box .html-content-box .info-content-box .item-box .word-box a{
	text-decoration: none;
	color: #333;
}
.page-content-box .html-content-box .info-content-box .item-box:hover a{
  color: #256998;
}
.page-content-box .html-content-box .info-content-box .item-box:hover .circle {
  background: #256998;
}
.page-content-box .html-content-box .pagination-box {
  width: 100%;
  box-sizing: border-box;
  margin: auto;
}
.page-content-box .html-content-box .search-box {
  margin: auto;
  width: 300px;
  height: 100%;
  box-sizing: border-box;
}
.page-content-box .html-content-box .search-box .search-input-box {
  width: 245px;
  height: 40px;
  border: 1px solid lightgrey;
  box-sizing: border-box;
  color: grey;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 0 10px;
  font-size: 14px;
  outline: none;
}
.page-content-box .html-content-box .search-box .search-btn-box {
  display: inline-block;
  position: absolute;
  margin-left: -5px;
  width: 55px;
  height: 40px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background: #2FA4DC;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
}
.page-content-box .html-content-box .search-box .search-btn-box .icon-style {
  color: white;
  font-size: 26px;
}
.page-content-box .html-content-box .search-box .query-btn-box {
  display: inline-block;
  position: absolute;
  margin-left: -5px;
  width: 55px;
  height: 40px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background: #2FA4DC;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
}
.page-content-box .html-content-box .search-box .query-btn-box .icon-style {
  color: white;
  font-size: 26px;
}
.page-content-box .html-content-box .table-box {
  margin-top: 20px;
  width: 100%;
  box-sizing: border-box;
}
.page-content-box .html-content-box .table-box th {
  color: #256998;
  height: 35px;
}
.page-content-box .html-content-box .table-box td {
  text-align: center;
  height: 30px;
  color: #1D1D1D;
}
.sub-page-container {
  min-width: 1200px;
}
.sub-page-container .sub-banner-pic {
  width: 100%;
  width: 1200px;
  /* min-width: 1200px; */
  height: 267px;
  box-sizing: border-box;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.sub-page-container #jyzn-banner-pic {
  background-image: url('../649/jyznPic.jpg');
  background-size: 100% 100%;
}
.sub-page-container #yydt-banner-pic {
  background-image: url('../649/yydtPic.jpg');
  background-size: 100% 100%;
}
.sub-page-container #yygs-banner-pic {
  background-image: url('../649/yygsPic.jpg');
  background-size: 100% 100%;
}
.sub-page-container #yywh-banner-pic {
  background-image: url('../649/yywhPic.jpg');
  background-size: 100% 100%;
}
.sub-page-container #yygk-banner-pic {
  background-image: url('../649/yygkPic.jpg');
  background-size: 100% 100%;
}
.sub-page-container #zhcx-banner-pic {
  background-image: url('../649/zhcxPic.jpg');
  background-size: 100% 100%;
}
.sub-page-container .sub-content-box {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  margin: auto;
  margin-bottom: 20px;
}


