.search {
  width: 100%;
  height: 120px;
  background: #3088de;
}
.searchinput {
  width: 1200px;
  margin: 0 auto;
  line-height: 120px;
  text-align: center;
}
.searchinput .el-input-group {
  width: 580px;
  height: 56px;
}
.searchinput .el-input-group .el-input__inner {
  height: 56px;
}
#link{
  color: #fff;
}
.searchinput .el-input-group__append,
.el-input-group__prepend {
  background: #fbb83e;
  color: #fff;
  font-size: 16px;
  border: none;
}
.el-input-group__prepend .el-button a{
  color: #fff;
}
.hot {
  width: 100%;
}

.scrollmsg{
  height: 48px;
  margin: 0px auto 10px auto;
  background: #f4f6f8;
}

.scrollmsg div{
	width: 1200px;
	line-height: 48px;
    margin: 0 auto;
    align-items: center;
    display: flex;
}

.scroll-notice-title{
	padding-left: 24px;
    color: #d3381d;
    font-weight: bold;
    font-size: 16px;
    background: url(../images/notice.png) no-repeat left center;
    margin-right: 10px;
}

.scroll-notice-right {
  	flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.scrolling-text {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}
 
.scrolling-text ul {
	display: inline-block;
	padding-left: 100%;
	animation: scroll-left 50s linear infinite;
}
 
.scrolling-text li {
	display: inline-block;
	padding: 0 2rem;
}
 
@keyframes scroll-left {
	0% {
	transform: translateX(0);
	}
	100% {
	transform: translateX(-100%);
	}
}

.hot-main {
  width: 1200px;
  height: 260px;
  margin: 0 auto;
}
.hot-main-left {
  width: 880px;
  height: 100%;
  float: left;
}
.hot-main-left h4,
.tz-every h4 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px;
}
.hot-main-left h4 span,
.tz-every h4 span {
  font-size: 20px;
  color: #254b92;
  font-weight: 600;
  height: 40px;
}
.hot-main-left h4 em,
.tz-every h4 em {
  float: right;
  font-size: 16px;
  cursor: pointer;
}
.every {
  width: 100%;
}
.every ul {
  width: 32%;
  float: left;
}
.every ul:nth-child(2) {
  margin: 0 10px;
}
.every ul li {
  line-height: 40px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  cursor: pointer;
}
.huaguo :hover,
.every ul li :hover,
.tz-every ul li :hover{
  color: #3088de;
}
.every ul li img {
  width: 20px;
}
.hot-main-right {
  width: 300px;
  float: right;
  margin-top: 10px;
}
.hot-main-right a {
  color: #666;
}
/* 20221020 */
.orage a {
  color: #fff;
}

.first,
.second {
  width: 100%;
  height: 50px;
  background: #e5f1fd;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
}
.first span,
.second span{
  display: inline-block;
  float: left;
  margin-left: 20px;
}
.first i,
.second i {
  margin-right: 20px;
  float: right;
}
.first a,
.second a {
  display:block;
}
.first span :hover,
.second span :hover{
  color: #0c52c1;
  /* font-weight: bold; */
}
/* 20221020添加 */
.orage{
}
.orage span :hover{
  color: #0c52c1;
  /* font-weight: bold; */
}

.first {
  margin-bottom: 10px;
}
.ge {
  width: 1200px;
  margin: 0 auto 16px auto;
  height: 16px;
  background: #f4f6f8;
}

.udlinespan{
	border-bottom: 3px solid #254b92;
	padding-bottom:10px;
}

.tongzhi {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.tongzhi div {
  width: 35%;
  /* height: 200px; */
}
.tongzhi div ul {
  width: 100%;
}
.tongzhi div ul li {
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.tongzhi div ul li span {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

/* 电子证照在线验证界面 */
.dzzz_zxyz {
	width: 100%; 
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.dzzz_zxyz div {
  width: 35%;
}
.dzzz_zxyz div ul {
  width: 100%;
}
.dzzz_zxyz div ul li {
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.dzzz_zxyz div ul li span {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
.dzzz_zxyz ul li :hover{
  color: #3088de;
}
