* {
  margin: 0;
  padding: 0
}

body {
  overflow: scroll;
  overflow-x: hidden;
  font-family: Microsoft YaHei
}

ul {
  list-style: none
}

a {
  text-decoration: none
}

input {
  outline: none
}

img {
  border-style: none
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale
}

i:hover {
  cursor: pointer
}

.none {
  display: none
}

.img-scale {
  transition: all 0.2s;
}

.img-scale:hover {
  transform: scale(1.05);
  text-decoration: none;
  transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand', enabled=bEnabled)
}

.more {
  float: right;
  margin-top: 10px;
}

.more .search {
  color: #999;
  font-size: 16px;
}

.more:hover a {
  color: #E30B20
}

.more:hover i {
  color: #E30B20
}

.more a {
  font-size: 14px;
  font-family: Microsoft YaHei Light;
  font-weight: 300;
  color: #666;
}

.sanjiao {
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border-width: 10px;
  border-style: solid dashed dashed dashed;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 220px;
  left: 89px
}

.barrierBed {
  width: 100%;
  height: 1000%;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
  z-index: 9;
  position: absolute
}

.arrow-box {
  width: 30px;
  height: 30px;
  margin: 20px auto;
  position: relative
}

.section {
  width: 100%;
}

.section .typeArea {
  width: 1200px;
  margin: 60px auto 0;
  position: relative
}

.section .typeArea .right-info {
  position: absolute;
  right: 0;
  top: 5px;
  color: #e30b20;
  background-color: rgba(247, 8, 30, 0.2);
  border-radius: 2px;
  width: 88px;
  height: 22px;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
}

.section .typeArea .title {
  height: 148px;
}

.section .typeArea .title .headline .logo {
  float: left;
  width: 100px;
  height: 40px;
  background-color: #E30B20;
  border-radius: 4px;
  behavior: url(../../src/pie/PIE.htc);
  margin: 40px 0 0 167px
}

.section .typeArea .title .headline .logo span {
  display: block;
  width: 40px;
  height: 20px;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  margin: 0 auto
}

.section .typeArea .title .headline .title-top {
  float: left;
  width: 830px;
  height: 40px;
  margin-top: 40px;
  margin-left: 5px;
}

.section .typeArea .title .headline .title-top a {
  font-size: 40px;
  color: #333;
  line-height: 40px;
}

.section .typeArea .title .headline .title-top a:hover {
  color: #E30B20
}

.section .typeArea .title .title-bottom ul {
  text-align: center;
}

.section .typeArea .title .title-bottom ul li {
  display: inline-block;
  margin-top: 9px;
}

.section .typeArea .title .title-bottom ul li a {
  color: #666;
  line-height: 16px;
  height: 16px;
  font-size: 14px;
  font-weight: 400;
}

.section .typeArea .title .title-bottom ul li a:hover {
  color: #E30B20
}

.section .typeArea .title .title-bottom ul li span {
  color: #666;
  line-height: 16px;
  height: 16px;
  font-size: 14px;
  margin: 0 10px
}

.section .typeArea .lunbo {
  position: relative;
  width: 620px;
  height: 406px;
  float: left;
  overflow: hidden;
}

.section .typeArea .banner-main {
  width: 1200px;
  height: 406px;
}

.section .typeArea .banner-main .hot {
  width: 527px;
  float: right;
}

.section .typeArea .banner-main .hot .nav {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #E5E5E5;
}

.section .typeArea .banner-main .hot .nav .title {
  float: left;
  width: 155px;
  height: 25px
}

.section .typeArea .banner-main .hot .nav .title a {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  padding-bottom: 4px;
  cursor: pointer;
  border-bottom: 4px solid transparent;
}

.section .typeArea .banner-main .hot .nav .Regular a {
  border-bottom: 4px solid #E30B20;
}

.section .typeArea .banner-main .new-left {
  padding-top: 20px;
}

.section .typeArea .banner-main .new-left dl dt {
  padding-top: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 64px;
}

.section .typeArea .banner-main .new-left dl dt a {
  font-size: 20px;
  font-family: Microsoft YaHei-Bold;
  font-weight: bold;
  color: #333;
  line-height: 50px;
}

.section .typeArea .banner-main .new-left dl dt a:hover, .section .typeArea .banner-main .new-left dl dt span:hover {
  color: #E30B20
}

.section .typeArea .banner-main .new-left dl dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 50px;
}

.section .typeArea .banner-main .new-left dl dd span {
  width: 6px;
  height: 6px;
  background: #333;
  border-radius: 50%;
  margin-right: 20px;
  display: inline-block;
  line-height: 50px;
  margin-bottom: 2px;
}

.section .typeArea .banner-main .new-left dl dd a {
  font-size: 18px;
  font-family: Microsoft YaHei Semilight;
  color: #333;
  line-height: 50px;
}

.section .typeArea .banner-main .new-left dl dd:hover>span {
  background: #E30B20;
}

.section .typeArea .banner-main .new-left dl dd:hover>a {
  color: #E30B20;
}

.section .typeArea .lunbo #b04 {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  behavior: url(../pie/PIE.htc);
}

.section .typeArea .lunbo #b04 .dots {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 999;
}

.section .typeArea .lunbo #b04 ul li, .section .typeArea .lunbo #b04 ul li img {
  width: 620px!important;
  height: 406px!important;
}

.section .typeArea .lunbo #b04 .dots li {
  width: 10px;
  display: inline-block;
  height: 10px;
  background-color: #fff;
  opacity: 0.5;
  border-radius: 50%;
  behavior: url(../pie/PIE.htc);
  cursor: pointer;
  margin-right: 10px;
}

.section .typeArea .lunbo #b04 .dots li.active {
  width: 20px;
  opacity: 1;
  border-radius: 6px;
  behavior: url(../pie/PIE.htc);
}

.section .typeArea .lunbo #b04 .arrow {
  position: absolute;
  top: 200px;
}

.section .typeArea .lunbo #b04 #al {
  left: 20px;
  top: 175px;
  color: #fff;
  font-size: 27px;
  opacity: 0.5;
}

.section .typeArea .lunbo #b04 #al:hover {
  color: #E30B20;
  opacity: 1;
}

.section .typeArea .lunbo #b04 #ar {
  right: 20px;
  top: 175px;
  color: #fff;
  font-size: 27px;
  opacity: 0.5;
}

.section .typeArea .lunbo #b04 #ar:hover {
  color: #E30B20;
  opacity: 1;
}

.section .typeArea .lunbo #b04 ul li {
  float: left;
  height: 100%;
}

.section .typeArea .lunbo .slider-content {
  border-radius: 4px;
  behavior: url(../../src/pie/PIE.htc);
}

.section .typeArea .lunbo #b04 ul li a {
  display: block;
  position: relative;
  height: 100%;
}

.section .typeArea .lunbo #b04 ul li a img {
  height: 100%;
}

.section .typeArea .lunbo #b04 ul li .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  line-height: 50px;
  color: #fff;
  font-weight: bolder;
  font-size: 20px;
  left: 0;
  padding-left: 10px;
}

.section .typeArea .lunbo #b04 ul li .text:hover {
  color: #E30B20;
}

.section .typeArea .lunbo .text .special {
  width: 80px;
  height: 35px;
  background-color: #E30B20;
  color: #fff;
  font-size: 16px;
  font-weight: bolder;
  line-height: 35px;
  text-align: center;
  border-radius: 4px;
  display: inline-block
}

.section .typeArea .lunbo .jSlider .navigator .prev {
  margin-left: -50px
}

.section .typeArea .lunbo .jSlider .navigator .next {
  margin-right: -50px
}

.section .typeArea .lunbo .jSlider .controller .indicator {
  text-align: right;
  margin-right: 20px;
  z-index: 10
}

.section .typeArea .lunbo .jSlider .controller .indicator span {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)
}

.section .typeArea .lunbo .jSlider .controller .indicator .selected {
  background-color: #fff;
  width: 20px
}

/*.section .typeArea .hot {
	width: 1200px;
	height: 460px;
	margin: 56px auto 0;
}

.section .typeArea .hot .nav {
	width: 785px;
	height: 40px;
	border-bottom: 1px solid #E5E5E5;
}

.section .typeArea .hot .nav .title {
	float: left;
	width: 155px;
	height: 25px
}

.section .typeArea .hot .nav .title a {
	font-size: 24px;
	font-weight: 450;
	color: #333;
	padding-bottom: 4px;
	border-bottom: 4px solid #E30B20;
}

.section .typeArea .hot .new-list {
	float: left;
	height: 424px;
	width: 785px;
}



.section .typeArea .hot .new-list .new-right {
	float: right;
	width: 370px;
}

.section .typeArea .hot .new-list .new-right dl dt {
	padding-top: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	height: 64px;
}

.section .typeArea .hot .new-list .new-right dl dt a {
	font-size: 20px;
	font-family: Microsoft YaHei-Bold;
	font-weight: bold;
	color: #333;
	line-height: 50px
}

.section .typeArea .hot .new-list .new-right dl dt a:hover {
	color: #E30B20
}

.section .typeArea .hot .new-list .new-right dl dd {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	height: 45px;
}

.section .typeArea .hot .new-list .new-right dl dd a {
	font-size: 16px;
	font-family: Microsoft YaHei Semilight;
	color: #333;
	line-height: 45px;
}

.section .typeArea .hot .new-list .new-right dl dd a:hover {
	color: #E30B20
}

.section .typeArea .hot .ranking {
	float: right;
	text-align: center;
	position: relative;
	width: 370px;
	height: 448px;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	behavior: url(../../src/pie/PIE.htc);
	margin-top: -20px
}

.section .typeArea .hot .ranking .box {
	width: 168px;
	height: 35px;
	position: absolute;
	top: -18px;
	left: 50%;
	margin-left: -84px;
	background-color: #fff
}

.section .typeArea .hot .ranking .box .logo {
	width: 138px;
	height: 35px;
	position: absolute;
	left: 50%;
	margin-left: -69px;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	background-color: #E30B20;
	border-radius: 4px;
	behavior: url(../../src/pie/PIE.htc);
	line-height: 35px
}

.section .typeArea .hot .ranking ul {
	overflow: hidden;
	height: 330px;
	margin-top: 49px;
}

.section .typeArea .hot .ranking ul li {
	position: relative;
	width: 370px;
	height: 110px
}

.section .typeArea .hot .ranking ul li .rank-img {
	margin-left: 20px;
	width: 155px;
	height: 90px;
	overflow: hidden;
	margin-top: 5px;
	border-radius: 4px;
	behavior: url(../pie/PIE.htc);
}

.section .typeArea .hot .ranking ul li .rank-img img {
	width: 100%;
	height: 100%;
}

.section .typeArea .hot .ranking ul li .num {
	font-size: 24px;
	width: 32px;
	font-style: italic;
	color: #E30B20;
	float: left;
	text-align: right;
	height: 110px;
	font-family: Arial;
}

.section .typeArea .hot .ranking ul li .num1 {
	font-size: 24px;
	width: 32px;
	font-style: italic;
	color: #999;
	float: left;
	text-align: right;
	height: 110px;
	font-family: Arial;
}

.section .typeArea .hot .ranking ul li img {
	width: 140px;
	height: 90px;
	float: left;
	
}

.section .typeArea .hot .ranking ul li .text {
	margin-top: 5px;
	float: left;
	width: 163px;
	height: 45px;
	padding-left: 20px;
	text-align: left;
	font-size: 16px;
	font-family: Microsoft YaHei Semilight;
	color: #333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.section .typeArea .hot .ranking ul li .text:hover {
	color: #E30B20;
}

.section .typeArea .hot .ranking ul li .read {
	color: #999;
	font-size: 14px;
	position: absolute;
	top: 78px;
	left: 224px;
}

.section .typeArea .hot .ranking .slide {
	width: 368px;
	height: 43px;
	background-color: #fff;
	border-radius: 0px 0px 0px 4px;
	behavior: url(../../src/pie/PIE.htc);
	margin-top: 24px;
}
.section .typeArea .hot .ranking .slide a{
	cursor: default;
}
.section .typeArea .hot .ranking .slide .left {
	width: 183px;
	height: 43px;
	float: left;
	line-height: 43px;
	background-color: #F5F5F5;
	display: block
}
.section .typeArea .hot .ranking .slide .hoverED{
	cursor: pointer;
}
.section .typeArea .hot .ranking .slide .hoverED:hover{
	background-color: #EDEDED !important;
}
/* .section .typeArea .hot .ranking .slide .left:hover {
	background-color: #EDEDED;
} */

/*.section .typeArea .hot .ranking .slide .hoverED:hover i {
	color: #CC0000 !important;
	cursor: pointer;
}

.section .typeArea .hot .ranking .slide .left i {
	color: #999;
	cursor: default;
}

.section .typeArea .hot .ranking .slide .right {
	width: 183px;
	height: 43px;
	float: right;
	line-height: 43px;
	background-color: #F5F5F5;	
}

.section .typeArea .hot .ranking .slide .right i {
	color: #333;
	cursor: default;
}*/

.section .typeArea .chatu {
  width: 100%;
  height: 127px;
  margin-top: 50px;
}

.section .typeArea .chatu a {
  width: 100%;
  height: 100%;
  display: block;
}

.section .typeArea .chatu a img {
  width: 100%;
  height: 100%;
  display: block;
}

.section .typeArea .inland {
  width: 1200px;
  height: 230px;
  margin-top: 55px;
}

.section .typeArea .inland .nav {
  width: 1200px;
  height: 40px
}

.section .typeArea .inland .nav .title {
  float: left;
  width: 155px;
  height: 25px
}

.section .typeArea .inland .nav .title a {
  font-size: 24px;
  font-weight: 450;
  color: #333
}

.section .typeArea .inland .nav .navbar {
  float: right;
}

.section .typeArea .inland .nav .navbar ul {
  margin-right: -30px;
}

.section .typeArea .inland .nav .navbar ul li {
  float: left;
  margin-left: 30px
}

.section .typeArea .inland .nav .navbar ul li a {
  font-size: 14px;
  font-family: Microsoft YaHei Semilight;
  color: #333;
  line-height: 41px
}

.section .typeArea .inland .nav .navbar ul li a:hover {
  color: #E30B20
}

.section .typeArea .inland .imgbox {
  background: #F5F5F5;
  width: 1200px;
  height: 180px;
  position: relative;
  border-radius: 4px;
  behavior: url(../../src/pie/PIE.htc);
  margin-top: 7px;
  padding-top: 30px;
}

.section .typeArea .inland .imgbox .text {
  width: 50px;
  height: 180px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #E30B20;
  border-radius: 4px 0px 0px 4px;
  behavior: url(../../src/pie/PIE.htc);
}

.section .typeArea .inland .imgbox .text .wenzi {
  font-size: 24px;
  color: #fff;
  width: 24px;
  height: 116px;
  margin: 0 auto;
  margin-top: 25px
}

.section .typeArea .inland .imgbox .text .sanjiao {
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border-width: 10px;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #E30B20;
  position: absolute;
  top: 80px;
  left: 46px
}

.section .typeArea .inland .imgbox ul {
  margin-left: 50px;
}

.section .typeArea .inland .imgbox ul li {
  float: left;
  margin-left: 18px
}

.section .typeArea .inland .imgbox ul li a {
  width: 208px;
  height: 115px;
  display: block;
  border-radius: 4px;
  behavior: url(../../src/pie/PIE.htc);
  overflow: hidden
}

.section .typeArea .inland .imgbox ul li a img {
  width: 208px;
  height: 115px
}

.section .typeArea .module-box {
  width: 1200px;
  margin-top: 55px;
  margin-bottom: 48px;
}

.section .typeArea .module-box .module-inland {
  width: 370px;
  height: 510px;
  float: left;
  margin-left: 45px;
}

.section .typeArea .module-box .module-inland:nth-child(3n+1) {
  margin-left: 0px;
}

.section .typeArea .module-box .module-inland .nav {
  width: 370px;
  height: 40px;
  border-bottom: 1px solid #E5E5E5
}

.section .typeArea .module-box .module-inland .nav .title {
  float: left;
  width: 155px;
  height: 25px
}

.section .typeArea .module-box .module-inland .nav .title a {
  font-size: 24px;
  font-weight: 400;
  color: #333;
  padding-bottom: 4px;
  border-bottom: 4px solid #E30B20;
}

.section .typeArea .module-box .module-inland .subject {
  width: 370px;
  height: 204px;
  margin-top: 30px;
  position: relative;
}

.section .typeArea .module-box .module-inland .subject .image {
  margin-bottom: 13px;
}

.section .typeArea .module-box .module-inland .subject .image .img {
  width: 370px;
  height: 204px;
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 4px;
}

.section .typeArea .module-box .module-inland .subject .image .img img {
  width: 370px;
  height: 204px;
  position: absolute;
  left: 50%;
  margin-left: -185px;
  top: 50%;
  margin-top: -102px;
}

.section .typeArea .module-box .module-inland .subject .image .text {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
  width: 370px;
  height: 40px
}

.section .typeArea .module-box .module-inland .subject .image .text a {
  color: #fff;
  font-size: 16px;
  font-family: Microsoft YaHei Semilight;
  line-height: 40px
}

.section .typeArea .module-box .module-inland .subject .image .text a:hover {
  color: #E30B20
}

.section .typeArea .module-box .module-inland .subject ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.section .typeArea .module-box .module-inland .subject ul li a {
  font-size: 16px;
  font-family: Microsoft YaHei Semilight;
  color: #333;
  line-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.section .typeArea .module-box .module-inland .subject ul li a:hover {
  color: #E30B20
}

.section .typeArea .module-box .module-international {
  width: 370px;
  height: 510px;
  float: left;
  margin-left: 45px;
}

.section .typeArea .module-box .module-international .nav {
  width: 370px;
  height: 40px;
  border-bottom: 1px solid #E5E5E5
}

.section .typeArea .module-box .module-international .nav .title {
  float: left;
  width: 155px;
  height: 25px
}

.section .typeArea .module-box .module-international .nav .title a {
  font-size: 24px;
  font-weight: 400;
  color: #333;
  padding-bottom: 4px;
  border-bottom: 4px solid #E30B20
}

.section .typeArea .module-box .module-international .subject {
  width: 370px;
  height: 204px;
  margin-top: 30px;
  position: relative
}

.section .typeArea .module-box .module-international .subject .image {
  margin-bottom: 13px;
}

.section .typeArea .module-box .module-international .subject .image .img {
  width: 370px;
  height: 204px;
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 4px;
}

.section .typeArea .module-box .module-international .subject .image .img img {
  width: 370px;
  height: 204px;
  position: absolute;
  left: 50%;
  margin-left: -185px;
  top: 50%;
  margin-top: -102px;
}

.section .typeArea .module-box .module-international .subject .image .text {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
  width: 370px;
  height: 40px
}

.section .typeArea .module-box .module-international .subject .image .text a {
  color: #fff;
  font-size: 16px;
  font-family: Microsoft YaHei Semilight;
  line-height: 40px
}

.section .typeArea .module-box .module-international .subject .image .text a:hover {
  color: #E30B20
}

.section .typeArea .module-box .module-international .subject ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.section .typeArea .module-box .module-international .subject ul li a {
  font-size: 16px;
  font-family: Microsoft YaHei Semilight;
  color: #333;
  line-height: 45px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.section .typeArea .module-box .module-international .subject ul li a:hover {
  color: #E30B20
}

.section .typeArea .module-box .module-financeAndEconomics {
  width: 370px;
  height: 510px;
  float: left;
  margin-left: 45px
}

.section .typeArea .module-box .module-financeAndEconomics .nav {
  width: 370px;
  height: 40px;
  border-bottom: 1px solid #E5E5E5
}

.section .typeArea .module-box .module-financeAndEconomics .nav .title {
  float: left;
  width: 155px;
  height: 25px
}

.section .typeArea .module-box .module-financeAndEconomics .nav .title a {
  font-size: 24px;
  font-weight: 400;
  color: #333;
  padding-bottom: 4px;
  border-bottom: 4px solid #E30B20
}

.section .typeArea .module-box .module-financeAndEconomics .subject {
  width: 370px;
  height: 204px;
  margin-top: 30px;
  position: relative
}

.section .typeArea .module-box .module-financeAndEconomics .subject .image {
  margin-bottom: 13px;
}

.section .typeArea .module-box .module-financeAndEconomics .subject .image .img {
  width: 370px;
  height: 204px;
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 4px;
}

.section .typeArea .module-box .module-financeAndEconomics .subject .image .img img {
  width: 370px;
  height: 204px;
  position: absolute;
  left: 50%;
  margin-left: -185px;
  top: 50%;
  margin-top: -102px;
}

.section .typeArea .module-box .module-financeAndEconomics .subject .image .text {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
  width: 370px;
  height: 40px
}

.section .typeArea .module-box .module-financeAndEconomics .subject .image .text a {
  color: #fff;
  font-size: 16px;
  font-family: Microsoft YaHei Semilight;
  line-height: 40px
}

.section .typeArea .module-box .module-financeAndEconomics .subject .image .text a:hover {
  color: #E30B20
}

.section .typeArea .module-box .module-financeAndEconomics .subject ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.section .typeArea .module-box .module-financeAndEconomics .subject ul li a {
  font-size: 16px;
  font-family: Microsoft YaHei Semilight;
  color: #333;
  line-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.section .typeArea .module-box .module-financeAndEconomics .subject ul li a:hover {
  color: #E30B20
}

.section .typeArea .module-box .module-sports {
  width: 370px;
  height: 500px;
  float: left
}

.section .typeArea .module-box .module-sports .nav {
  width: 370px;
  height: 40px;
  border-bottom: 1px solid #E5E5E5
}

.section .typeArea .module-box .module-sports .nav .title {
  float: left;
  width: 155px;
  height: 25px
}

.section .typeArea .module-box .module-sports .nav .title a {
  font-size: 24px;
  font-weight: 400;
  color: #333;
  padding-bottom: 4px;
  border-bottom: 4px solid #E30B20;
}

.section .typeArea .module-box .module-sports .subject {
  width: 370px;
  height: 204px;
  margin-top: 30px;
  position: relative
}

.section .typeArea .module-box .module-sports .subject .image {
  margin-bottom: 13px;
}

.section .typeArea .module-box .module-sports .subject .image .img {
  width: 370px;
  height: 204px;
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 4px;
}

.section .typeArea .module-box .module-sports .subject .image .img img {
  width: 370px;
  height: 204px;
  position: absolute;
  left: 50%;
  margin-left: -185px;
  top: 50%;
  margin-top: -102px;
}

.section .typeArea .module-box .module-sports .subject .image .text {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
  width: 370px;
  height: 40px
}

.section .typeArea .module-box .module-sports .subject .image .text a {
  color: #fff;
  font-size: 16px;
  font-family: Microsoft YaHei Semilight;
  line-height: 40px
}

.section .typeArea .module-box .module-sports .subject .image .text a:hover {
  color: #E30B20
}

.section .typeArea .module-box .module-sports .subject ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.section .typeArea .module-box .module-sports .subject ul li a {
  font-size: 16px;
  font-family: Microsoft YaHei Semilight;
  color: #333;
  line-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.section .typeArea .module-box .module-sports .subject ul li a:hover {
  color: #E30B20
}

.section .typeArea .module-box .module-library {
  width: 370px;
  height: 500px;
  float: left;
  margin-left: 45px
}

.section .typeArea .module-box .module-library .nav {
  width: 370px;
  height: 40px;
  border-bottom: 1px solid #E5E5E5
}

.section .typeArea .module-box .module-library .nav .title {
  float: left;
  width: 155px;
  height: 25px
}

.section .typeArea .module-box .module-library .nav .title a {
  font-size: 24px;
  font-weight: 400;
  color: #333;
  padding-bottom: 4px;
  border-bottom: 4px solid #E30B20;
}

.section .typeArea .module-box .module-library .subject {
  width: 370px;
  height: 204px;
  margin-top: 30px;
  position: relative
}

.section .typeArea .module-box .module-library .subject .image {
  margin-bottom: 13px;
}

.section .typeArea .module-box .module-library .subject .image .img {
  width: 370px;
  height: 204px;
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 4px;
}

.section .typeArea .module-box .module-library .subject .image .img img {
  width: 370px;
  height: 204px;
  position: absolute;
  left: 50%;
  margin-left: -185px;
  top: 50%;
  margin-top: -102px;
}

.section .typeArea .module-box .module-library .subject .image .text {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
  width: 370px;
  height: 40px
}

.section .typeArea .module-box .module-library .subject .image .text a {
  color: #fff;
  font-size: 16px;
  font-family: Microsoft YaHei Semilight;
  line-height: 40px
}

.section .typeArea .module-box .module-library .subject .image .text a:hover {
  color: #E30B20
}

.section .typeArea .module-box .module-library .subject ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.section .typeArea .module-box .module-library .subject ul li a {
  margin-left: 10px;
  font-size: 16px;
  font-family: Microsoft YaHei Semilight;
  color: #333;
  line-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.section .typeArea .module-box .module-library .subject ul li a:hover {
  color: #E30B20
}

.section .typeArea .module-box .module-download {
  width: 370px;
  height: 500px;
  float: left;
  margin-left: 45px
}

.section .typeArea .module-box .module-download .nav {
  width: 370px;
  height: 40px;
  border-bottom: 1px solid #E5E5E5
}

.section .typeArea .module-box .module-download .nav .title {
  float: left;
  width: 155px;
  height: 25px
}

.section .typeArea .module-box .module-download .nav .title a {
  font-size: 24px;
  font-weight: 400;
  color: #333;
  padding-bottom: 6px;
  border-bottom: 4px solid #E30B20;
}

.section .typeArea .module-box .module-download .subject {
  width: 370px;
  height: 204px;
  margin-top: 30px;
  position: relative
}

.section .typeArea .module-box .module-download .subject .image {
  margin-bottom: 13px;
  width: 370px;
  height: 204px;
}

.section .typeArea .module-box .module-download .subject .image .img {
  width: 370px;
  height: 204px;
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 4px;
}

.section .typeArea .module-box .module-download .subject .image .img img {
  width: 370px;
  height: 204px;
  position: absolute;
  left: 50%;
  margin-left: -185px;
  top: 50%;
  margin-top: -102px;
}

.section .typeArea .module-box .module-download .subject .image .text {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
  width: 370px;
  height: 40px
}

.section .typeArea .module-box .module-download .subject .image .text a {
  color: #fff;
  font-size: 16px;
  font-family: Microsoft YaHei Semilight;
  line-height: 40px
}

.section .typeArea .module-box .module-download .subject .image .text a:hover {
  color: #E30B20
}

.section .typeArea .module-box .module-download .subject ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.section .typeArea .module-box .module-download .subject ul li img {
  width: 18px;
  height: 18px
}

.section .typeArea .module-box .module-download .subject ul li a {
  margin-left: 10px;
  font-size: 16px;
  font-family: Microsoft YaHei Semilight;
  color: #333;
  line-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.section .typeArea .module-box .module-download .subject ul li a:hover {
  color: #E30B20
}

.section .typeArea .video {
  width: 1220px;
   /*height: 270px;*/
  margin-bottom: 35px;
}

.section .typeArea .video .nav {
  width: 1200px;
  height: 45px;
  border-bottom: 1px solid #E5E5E5
}

.section .typeArea .video .nav .title {
  float: left;
  width: 155px;
  height: 25px;
  margin-top: 5px
}

.section .typeArea .video .nav .title a {
  font-size: 24px;
  font-weight: 400;
  color: #333;
  padding-bottom: 4px;
  border-bottom: 4px solid #E30B20;
}

.section .typeArea .video .nav .navbar ul li {
  float: right;
  margin-left: 20px;
  width: 78px;
  height: 34px;
  background: #F5F5F5;
  border-radius: 17px;
  behavior: url(../../src/pie/PIE.htc);
  text-align: center
}

.section .typeArea .video .nav .navbar ul li:hover {
  background-color: #E30B20
}

.section .typeArea .video .nav .navbar ul li:hover a {
  color: #fff
}

.section .typeArea .video .nav .navbar ul li a {
  font-size: 14px;
  font-family: Microsoft YaHei Semilight;
  color: #333;
  line-height: 34px
}

.section .typeArea .video .subject-box {
  margin-top: 30px
}

.section .typeArea .video .subject-box .subject {
  float: left;
  margin-right: 20px;
  position: relative;
  width: 285px;
  height: 180px;
  transition-duration: 1s
}

.section .typeArea .video .subject-box .subject {
  transform: translateY(-20px);
}

.section .typeArea .video .subject-box .subject:last-child {
  margin-right: 0px;
}

.section .typeArea .video .subject-box .subject .img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 180px
}

.section .typeArea .video .subject-box .subject .img img {
  width: 285px;
  height: 180px;
  border-radius: 4px 4px 0px 0px;
  behavior: url(../../src/pie/PIE.htc);
}

.section .typeArea .video .subject-box .subject .img div {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  left: 50%;
  margin-left: -22px;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000);
  border-radius: 50%;
  behavior: url(../../src/pie/PIE.htc);
  text-align: center
}

.section .typeArea .video .subject-box .subject .img div i {
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 50%;
  margin-left: -7px
}

.section .typeArea .video .subject-box .subject .text {
  width: 285px;
  height: 41px;
  background: #F5F5F5;
  text-align: center
}

.section .typeArea .video .subject-box .subject .text a {
  font-size: 16px;
  font-family: Microsoft YaHei Semilight;
  color: #333;
  line-height: 41px
}

.section .typeArea .video .subject-box .subject .text a:hover {
  color: #CB0014
}

.section .typeArea .images-box {
  width: 1200px;
  height: 734px;
}

.section .typeArea .images-box .nav {
  width: 1200px;
  height: 45px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 30px
}

.section .typeArea .images-box .nav .title {
  float: left;
  width: 155px;
  height: 25px;
  margin-top: 5px
}

.section .typeArea .images-box .nav .title a {
  font-size: 24px;
  font-weight: 400;
  color: #333;
  padding-bottom: 4px;
  border-bottom: 4px solid #E30B20;
}

.section .typeArea .images-box .zuo {
  float: left
}

.section .typeArea .images-box .zuo .images {
  width: 386px;
  height: 290px;
  border-radius: 4px;
  behavior: url(../../src/pie/PIE.htc);
  position: relative;
  margin-bottom: 20px;
  overflow: hidden
}

.section .typeArea .images-box .zuo .images .text {
  width: 386px;
  height: 120px;
  background: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8000000, endColorstr=#c8000000);
  border-radius: 4px;
  behavior: url(../../src/pie/PIE.htc);
  position: absolute;
  bottom: 0;
  padding: 20px 30px;
}

.section .typeArea .images-box .zuo .images .text h4 a {
  color: #fff;
  display: block;
  height: 24px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section .typeArea .images-box .zuo .images .text h4 {
  height: 24px;
  width: 100%;
}

.section .typeArea .images-box .zuo .images .text h4 a:hover {
  color: #E30B20
}

.section .typeArea .images-box .zuo .images .text p {
  margin-top: 12px
}

.section .typeArea .images-box .zuo .images .text p a {
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.section .typeArea .images-box .zuo .images a img {
  width: 386px;
  height: 290px;
  border-radius: 4px;
  behavior: url(../../src/pie/PIE.htc);
}

.section .typeArea .images-box .zuo .images .text h4 a {
  font-size: 0
}

.section .typeArea .images-box .zuo .images .text p a {
  font-size: 0
}

.section .typeArea .images-box .zhong {
  float: left;
  margin: 0 20px
}

.section .typeArea .images-box .zhong .images {
  width: 386px;
  height: 600px;
  border-radius: 4px;
  behavior: url(../../src/pie/PIE.htc);
  position: relative;
  overflow: hidden
}

.section .typeArea .images-box .zhong .images .text {
  width: 386px;
  height: 120px;
  background: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8000000, endColorstr=#c8000000);
  border-radius: 4px;
  behavior: url(../../src/pie/PIE.htc);
  position: absolute;
  bottom: 0;
  padding: 20px 30px
}

.section .typeArea .images-box .zhong .images .text h4 {
  width: 100%;
  height: 24px;
}

.section .typeArea .images-box .zhong .images .text h4 a {
  color: #fff;
  display: block;
  height: 24px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section .typeArea .images-box .zhong .images .text h4 a:hover {
  color: #E30B20
}

.section .typeArea .images-box .zhong .images .text p {
  margin-top: 12px
}

.section .typeArea .images-box .zhong .images .text p a {
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.section .typeArea .images-box .zhong .images a img {
  width: 386px;
  height: 600px;
  border-radius: 4px;
  behavior: url(../../src/pie/PIE.htc);
}

.section .typeArea .images-box .you {
  float: left
}

.section .typeArea .images-box .you .images {
  width: 386px;
  height: 290px;
  border-radius: 4px;
  behavior: url(../../src/pie/PIE.htc);
  position: relative;
  margin-bottom: 20px;
  overflow: hidden
}

.section .typeArea .images-box .you .images .text {
  width: 386px;
  height: 120px;
  background: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8000000, endColorstr=#c8000000);
  border-radius: 4px;
  behavior: url(../../src/pie/PIE.htc);
  position: absolute;
  bottom: 0;
  padding: 20px 30px
}

.section .typeArea .images-box .you .images .text h4 {
  width: 100%;
  height: 24px;
}

.section .typeArea .images-box .you .images .text h4 a {
  color: #fff;
  display: block;
  height: 24px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section .typeArea .images-box .you .images .text h4 a:hover {
  color: #E30B20
}

.section .typeArea .images-box .you .images .text p {
  margin-top: 12px
}

.section .typeArea .images-box .you .images .text p a {
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.section .typeArea .images-box .you .images a img {
  width: 386px;
  height: 290px;
  border-radius: 4px;
  behavior: url(../../src/pie/PIE.htc);
}

.section .typeArea .images-box .you .images .text h4 a {
  font-size: 0
}

.section .typeArea .images-box .you .images .text p a {
  font-size: 0
}

.section .typeArea .districtUnion {
  width: 1200px;
}

.section .typeArea .districtUnion .nav {
  width: 1200px;
  height: 45px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 30px
}

.section .typeArea .districtUnion .nav .title {
  float: left;
  width: 155px;
  height: 25px;
  margin-top: 5px
}

.section .typeArea .districtUnion .nav .title a {
  font-size: 24px;
  font-weight: 400;
  color: #333;
  padding-bottom: 4px;
  border-bottom: 4px solid #E30B20;
}

.section .typeArea .districtUnion .unionList {
  margin: 45px 0 70px;
}

.section .typeArea .districtUnion .unionList .unionCons {
  line-height: 83px;
  display: flex;
  font-size: 21px;
}

.section .typeArea .districtUnion .unionList .unionCons .unionitem {
  /*flex: auto;
    margin: 15px;
    padd*/
  ing-left: 72px;
  margin: 15px 0;
  padding-left: 99px;
  height: 88px;
  width: 20%;
  background-size: 100% auto;
  cursor: pointer;
  color: #fff;
}

/* 首页style */

.active {
  font-size: 20px;
  font-weight: bold;
  color: #CD0B01 !important;
}

.active .LineActive {
  display: block !important;
}

.pagination-sm>li>a, .pagination-sm>li>span {
  padding: 2px 9px;
}

.pagination>li>a, .pagination>li>span {
  color: #000000;
}

.activeMap {
  background: #E30B20;
  color: #FFFFFF !important;
}

.activeMap input {
  color: #FFFFFF !important;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  background: #DE3018;
  border-color: #DE3018;
}

.pagination-sm>li>a, .pagination-sm>li>span {
  width: 27px !important;
}

.UnionMap .Title {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.UnionMap .Title h2 {
  background: url(/r/cms/www/default/images/index/line01.png) no-repeat;
  background-size: 100% 100%;
  height: 40px;
  width: 1200px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 40px;
  padding-left: 15px;
}

#outer-box {
  width: 1200px;
  height: 424px;
  margin: 0 auto 50px;
  position: relative;
  z-index: 99;
  background: #fff;
}

#outer-box .cursorP, #outer-box .cursorPs {
  height: 106px;
  line-height: 106px;
  border-bottom: 1px solid #D9D9D9;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1A1A1A;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 20px;
  width: 100%;
}

#outer-box .cursorP input, #outer-box .cursorPs input {
  background: none;
  border: none;
width: 100%;
}

#outer-box .cursorP:nth-child(5), #outer-box .cursorPs:nth-child(5) {
  border: 0;
}

#outer-box .cursorP i, #outer-box .cursorPs i {
  font-size: 35px;
  margin-right: 10px;
}

.UnionMap .nav {
  width: 1200px;
  height: 45px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 30px;
}

.UnionMap .nav .title {
  float: left;
  height: 25px;
  margin-top: 5px;
}

.UnionMap .nav .title a {
  font-size: 24px;
  font-weight: 400;
  color: #333;
  padding-bottom: 4px;
  border-bottom: 4px solid #E30B20;
}

.UnionMap .swiper-containers {
  position: relative;
  overflow: hidden;
  width: 220px;
  height: 424px;
  margin: 0;
  border: 1px solid #D9D9D9;
  z-index: 99;
  background: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  opacity: 1;
  width: 11px;
  height: 11px;
  background: #CACACA;
  border-radius: 50%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
  margin: 0 4px;
  width: 35px;
  height: 11px;
  background: #CD0B01;
  border-radius: 5px;
}

.swiper-containers {
  overflow: hidden;
  width: 220px;
  height: 100%;
  margin: 0;
  border: 1px solid #D9D9D9;
  z-index: 99;
  background: #fff;
  overflow-y: auto;
}

.swiper-containers .swiper-slide {
  width: 220px;
  height: 106px;
  display: flex;
  justify-content: space-between;
  margin: 0 !important;
}

.swiper-button-prev {
  background-image: url(/r/cms/www/default/images/index/prveBtn.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 60px;
  height: 30px;
  left: 75px;
  margin-top: -250px;
}

.swiper-button-next {
  background-image: url(/r/cms/www/default/images/index/nextBtn.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 60px;
  height: 30px;
  right: 75px;
  margin-top: 220px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  display: none;
}

/* end */

.AddressContent {
  width: 260px;
  margin: 0;
  padding: 15px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}

.AddressContent .searchContent span {
  background: #DE3018;
  height: 36px;
  display: inline-block;
  color: #fff;
  line-height: 36px;
  flex: 1;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}

.AddressContent .searchContent {
  display: flex;
  align-items: center;
}

.AddressContent .scrollbar1 {
  height: 362px;
}

.AddressContent .scrollbar1 #myList {
  margin: 0;
  padding: 0;
  overflow-x: auto;
  height: 362px;
}

.AddressContent .scrollbar1 #myList li {
  padding: 10px 0;
  cursor: pointer;
}

.AddressContent .scrollbar1 #myList li .poi-info p {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
}

.BtnImg .img02 {
  display: none;
}

#keywords {
  line-height: 200%;
  padding: 0 5px;
  font-size: 13;
  border-radius: 3px;
  border: 1px solid #ccc;
  width: 180px;
}

/* 地图滚动条 */

.AddressContent .scrollbar1 #myList::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.AddressContent .scrollbar1 #myList::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}

.AddressContent .scrollbar1 #myList::-webkit-scrollbar-thumb {
  background-color: #9e9e9e;
  border: 2px solid #666666;
}

/***************************************************************************************************************** 工会动态 and 劳模工匠 */

.publicClumn {
  width: 1200px;
  height: 406px;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.publicClumn .laborunDt, .publicClumn .announcement {
  width: 580px;
  height: 100%;
}

/************************************************************************************ 标题 */

.ttile {
  height: 50px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 20px;
}

.ttile span {
  width: 95px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 50px;
  border-left: 5px solid #E30B20;
  padding-left: 9px;
  width: 120px;
}

.ttile ul {
  display: flex;
  align-items: flex-end;
  margin-top: 14px;
  float: right;
}

.ttile ul li {
  border-bottom: 3px solid transparent;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  padding-bottom: 8px;
  margin-left: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.ttile ul li:nth-child(1) {
  margin-left: 0;
}

.ttile ul li.actives {
  color: #E30B20;
  border-bottom: 3px solid #E30B20;
}

/* **********************************************************************************内容 */

.publicClumn .content ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
}

.publicClumn .content ul li span {
  width: 6px;
  height: 6px;
  background: #333;
  border-radius: 50%;
  margin-right: 20px;
  display: inline-block;
  line-height: 50px;
}

.publicClumn .content ul li p {
  margin-left: 10px;
  color: #333;
}

.publicClumn .content ul li:hover>span {
  background: #E30B20;
}

.publicClumn .content ul li:hover>p {
  color: #E30B20;
}

.publicClumn .content ul li:hover>a {
  color: #E30B20;
}

.publicClumn .content ul li a {
  font-size: 18px;
  font-family: Microsoft YaHei Semilight;
  color: #333;
  line-height: 50px;
  width: calc(100% - 26px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* end */

/* 专题中心 */

.centerContent {
  width: 1200px;
  margin-top: 100px;
}

.centerContent .titles {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.centerContent .titles span {
  padding: 0 20px;
  height: 28px;
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 0;
  text-align: center;
}

.centerContent .centerCont, .centerContent .centerCont ul {
  width: 1200px;
}

.centerContent .centerCont ul {
  display: flex;
  margin-bottom: 50px;
}

.centerContent .centerCont ul li {
  width: 285px;
  height: 150px;
  margin-right: 20px;
  overflow: hidden;
}

.centerContent .centerCont ul li:last-child {
  margin-right: 0px;
}

/*************************************************** 数据中心 */

.dataCenter .dataCon {
  display: flex;
}

.dataCenter .dataCon li {
  width: 185px;
  margin-right: 19px;
}

.dataCenter .dataCon .item {
  width: 185px;
  height: 185px;
  border-radius: 50%;
  border: 10px solid #FF0000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dataCenter .dataCon p {
  text-align: center;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-top: 17px;
}

.dataCenter .dataCon .item span {
  font-weight: 400;
  color: #333333;
}

.dataCenter .dataCon .item span:nth-child(1) {
  font-size: 58px;
  font-family: Impact;
}

.dataCenter .dataCon .item span:nth-child(2) {
  height: 18px;
  font-size: 19px;
  font-family: Microsoft YaHei;
}

.dataCenter .dataCon li:last-child {
  margin-right: 0;
}

/**********************************************************服务大厅 */

.fwdtContent .fwdtCon {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.fwdtContent .fwdtCon .left {
  width: 220px;
  height: 324px;
  border: 1px solid #CCCCCC;
  border-radius: 1px;
  margin-right: 14px;
}

.fwdtContent .fwdtCon .left li {
  width: 218px;
  height: 79px;
  border-bottom: 1px solid #ccc;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 79px;
  text-align: center;
  cursor: pointer;
}

.fwdtContent .fwdtCon .left li.active1 {
  background: #E30B20;
  color: #fff;
}

.fwdtContent .fwdtCon .right {
  height: 324px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: flex-start;
  width: calc(1200px - 234px)
}

.fwdtContent .fwdtCon .right li {
  width: 231px;
  height: 150px;
  background: #EEEEEE;
  margin-right: 14px;
  border: 1px solid #CCCCCC;
}

.fwdtContent .fwdtCon .right li:hover {
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.fwdtContent .fwdtCon .right li div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fwdtContent .fwdtCon .right li span {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 50px;
}

.fwdtContent .fwdtCon .right li:nth-child(4n) {
  margin-right: 0px;
}