.container {
  padding: 20px 0;
  margin: 0 auto;
  width: 1260px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.current {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}
.current p .CurrChnlCls {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}
.current p .CurrChnlCls:last-child {
  color: #3f65e2;
}
#header {
  height: 410px;
  background: url(../images/ny_bg.jpg) no-repeat center center;
  background-size: cover;
}
.header-center {
  padding-top: 0;
  display: block;
}
.return {
  display: block;
  width: 81px;
  height: 22px;
  line-height: 22px;
  border: 1px solid #ffffff;
  border-radius: 11px;
  text-align: center;
  color: #ffffff !important;
  margin-top: 10px;
  font-weight: bold;
}
.return:hover{color:#fcff41 !important}
.return1{
	display: block;
	width: 105px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ffffff;
	border-radius: 11px;
	text-align: center;
	color: #ffffff;
	margin-top: -2px;
	margin-right: 26px;
	position: absolute;
	bottom: 100px;
	font-size: 20px;
	font-weight: bold;
	margin-left: -742px;
	left: 50%;
}
.logo {
  margin-top: 20px;
}
.search {
  margin-top: 115px;
  display: block;
  width: 615px;
  flex-direction: column;
}
.search_con {
  width: 100%;
  height: 57px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search select {
  width: 112px;
  padding-left: 20px;
  background-position: 80% center !important;
}
.search input {
  padding-left: 20px;
  width: calc(100% - (119px + 112px));
}
.hot-search {
  margin-top: 15px;
  padding-left: 15px;
  text-align: left;
}
.nav-list {
  position: relative;
}
.zfsj_head {
  margin-bottom: 15px;
  position: relative;
  font-size: 22px;
  color: #333333;
  line-height: 36px;
}
.zfsj_head a{
  font-size: 22px;
  color: #333333;
}
.zfsj_head a:hover{color: #055fb2;}
.zfsj_head::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 1px;
  background: #3b1b13;
}
.zfsj_head .right {
  margin-right: 20px;
  float: right;
  font-size: 16px;
  font-weight: bold;
  color: #055fb2;
  line-height: 35px;
}
.box {
  box-sizing: border-box;
  padding: 18px 20px 24px;
  border-radius: 6px;
  background: #ffffff;
}
.dis_a {
  display: block;
  width: 100%;
  height: 100%;
}
.img100 img {
  width: 100%;
  height: 100%;
}
.main_p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: justify;
}
.tab_con .item {
  display: none;
}
.tab_con .item ul li {
  height: 54px;
  line-height: 54px;
}
.tab_con .item ul li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background: url(../images/yd.png) no-repeat left center;
}
.tab_con .item ul li:hover a {
  background: url(../images/yd_on.png) no-repeat left center;
}
.tab_con .item ul li:hover a p {
  color: #176ab7;
}
.tab_con .item ul li a p {
  padding-left: 15px;
  font-size: 14px;
  color: #000;
  width: calc(100% - 140px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tab_con .item ul li a span {
  font-size: 14px;
  color: #ccc;
}
.main_lis li a {
  display: block;
  width: 100%;
  height: 100%;
}
.main_lis li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background: url(../images/hd_yd.png) no-repeat left center;
  font-size: 16px;
}
.main_lis li:hover a {
  transition: all .5s;
  background: url(../images/hd_yd_on.png) no-repeat left center;
}
.main_lis li:hover a p {
  transition: all .3s;
  color: #176ab7;
}
.main_lis li a p {
  padding-left: 15px;
  color: #000;
  width: calc(100% - 140px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main_lis li a span {
  color: #ccc;
}
.gd{
  float: right;
  padding-right: 15px;
    font-size: 14px !important;
    color: #055fb2 !important;
    background: url(../images/gd.png) no-repeat right center;
    line-height: 42px;
}
@media screen and (max-width: 1400px) {
  .container {
    width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 996px;
  }
}
@media screen and (max-width: 996px) {
  .container {
    width: 750px;
  }
  .nav-list {
    display: none;
  }
  .header-center {
    display: flex;
  }
  .logo img{
    height: 200px;
  }
  .search {
    margin-top: 0;
    height: 50px;
  }
  .search_con{
    height: 50px;
    line-height: 50px;
  }
  .logo {
    margin-top: 20px;
  }
  .footer-layout {
    width: 100%;
  }
  .hot-search{
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 515px) {
  .container {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 5px;
  }
  .search {
    margin-top: 16px;
    width: 95%;
    height: 40px;
  }
  .search select {
    width: 80px;
    padding-left: 10px;
    background-position: 90% center !important;
  }
  .search_con {
    height: 40px;
  }
  .search input {
    padding-left: 0;
    width: calc(100% - (55px + 112px));
  }
}
@media screen and (max-width: 414px) {
  #header {
    height: 355px;
  }
  .logo img {
    height: 140px;
}
  .hot-search a {
    margin-right: 10px;
  }
  .zfsj_head{
    font-size: 18px;
}
.zfsj_head .right{
    font-size: 12px;
    margin-right: 5px;
}
}

