.wrap {
  width: 1200px;
  margin: 0 auto;
}

.min-h-738 {
  min-height: 738px;
}

.header {
  height: 150px;
}

.header .wrap {
  width: 1200px;
  height: 150px;
  margin: 0 auto;
}

.header .wrap .logo-l {
  float: left;
}

.header .wrap .logo-r {
  float: right;
}

.header .wrap img {
  width: 100%;
}

.header .wrap img {
  width: 100%;
}

.search-box {
  display: flex;
  align-items: center;
  height: 150px;
}

.search-box .search-l,
.search-box .search-r {
  float: left;
}

.search-box .search-l {
  width: 200px;
}

.search-box .search-r {
  border: none;
  background: #ca1b23;
  width: 59px;
  height: 38px;
  border-radius: 0 0.375rem 0.375rem 0;
}

.search-box .search-r img {
  width: 25px;
  height: 25px;
}

.menu-nav {
  width: 100%;
  height: 50px;
  background: #004ea2;
}

.menu-nav .menu {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.menu-nav .menu .menu-item {
  text-align: center;
  font-size: 16px;
  height: 3px;
  line-height: 50px;
}

.menu-nav .menu .menu-item a {
  color: #f3eceb;
  text-decoration: none;
}

.top-news {
  width: 1200px;
  height: 410px;
  margin: 20px auto 15px;
}

.bt .title {
  width: 100%;
  font-size: 17px;
  color: #f3eceb;
  height: 42px;
  line-height: 42px;
}

.bt .title .title-box {
  float: left;
  background: url(../img/bg-1.jpg) no-repeat;
  padding: 0 17px 0 20px;
}

.bt .title .more {
  float: right;
  font-weight: bolder;
  font-size: 12px;
  color: #004ea2;
  margin-top: 6px;
  line-height: 30px;
}

.bt .title .more a {
  color: #004ea2;
}

.notice .ct ul li,
.top-right .ct ul li {
  height: 44px;
  line-height: 44px;
  border-bottom: 1px dashed #dfdfdf;
}

.notice .ct ul li a,
.top-right .ct ul li a {
  display: inline-block;
  width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #666;
  line-height: 44px;
  margin-left: 2px;
  padding-left: 20px;
  background: url(../img/icon_arrow.png) no-repeat center left;
}

.notice .ct ul li a:hover,
.top-right .ct ul li a:hover {
  color: #004ea2;
}

.notice .ct ul li span.date,
.top-right .ct ul li span.date {
  float: right;
  color: #666;
  font-size: 14px;
}

.banner {
  width: 1200px;
  height: 120px;
  margin: 0 auto;
}

.banner img {
  width: 100%;
  height: 100%;
}

.bottom-box {
  width: 1200px;
  margin: 20px auto;
}

.research ul li {
  padding: 21px 2px;
  border-bottom: 1px solid #e5e5e5;
}

.research ul li a {
  display: block;
}

.research ul li a:hover .summary {
  color: #aaa;
}

.research ul li a:hover .tit {
  color: #284384;
}

.research ul li .pic,
.research ul li .pic img {
  width: 115px;
  height: 85px;
}

.research ul li .pic img {
  border: 1px solid #ddd;
}

.research ul li .txt {
  width: 246px;
}

.research ul li .txt .tit {
   font-size: 15px;
  color: #ab7c52;
  font-weight: bold;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.research ul li .txt .summary {
  font-size: 13px;
  color: #666;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.foregoer .ct ul li:first-child {
  padding-top: 8px;
  border-top: none;
}

.foregoer .ct ul li {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 15px 10px;
  padding: 12px 10px;
  padding-top: 12px;
  border-top: 1px dashed #ececec;
  border-bottom: 1px dashed #ececec;
}

.foregoer .ct ul li .pic-tx {
  float: left;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 25px;
}

.foregoer .ct ul li .pic-tx img {
  width: 100%;
  height: auto;
}

.foregoer .ct ul li .info {
  float: left;
  width: 230px;
  padding-top: 9px;
}

.foregoer .ct ul li .info .name {
  margin-bottom: 10px;
}

.foregoer .ct ul li .info .name h4 {
  float: left;
  margin-right: 10px;
  font-size: 15px;
  color: #333;
  font-weight: normal;
}

.foregoer .ct ul li .info p {
  font-size: 14px;
  color: #7d7d7d;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.links {
  width: 1200px;
  margin: 25px auto 30px;
}

.links .title {
  margin-bottom: 14px;
}

.links .ct {
  padding: 0 5px;
}

.links .ct ul li {
  float: left;
  font-size: 16px;
  color: #ccc;
  line-height: 35px;
}

.links .ct ul li::after {
  content: "丨";
  margin-right: 36px;
  margin-left: 36px;
}

.links .ct ul li a {
  color: #333;
}

.links .ct ul li a:hover {
  color: #ab7c52;
}


.footer {
  width: 100%;
  height: 100px;
  background: #004ea2;
  min-width: 1200px;
}

.footer p {
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  padding-top: 10px;
}

.sidebar {
  float: left;
  width: 260px;
  background-color: #fff;
  z-index: 9999;
  margin: 30px 0;
  box-shadow: 1px 1px 10px #ddd;
}

.sidebar .title {
  width: 100%;
  height: 68px;
  line-height: 68px;
  font-size: 24px;
  background-color: #004ea2;
  color: #fff;
  padding-left: 25px;
  height: 60px;
  line-height: 60px;
  font-size: 23px;
}

.sidebar .list_ul {
  margin: 0;
  border-left: 12px solid #004ea2;
  border-left-color: rgb(0, 78, 162);
}

.sidebar .list_li {
  background: #fff;
  width: 248px;
  padding: 0 40px 0 28px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.sidebar .list_li p {
  color: #5f5e5e;
}

.sidebar .list_li p:hover {
  color: #004ea2;
}

.sidebar .active {
  color: #004ea2;
  background-color: #eff4ff;
}

.sidebar .active p {
  color: #4682b4;
}

.sidebar .active ._after {
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #e8834f;
}

.bgColor {
  background-color: #004ea2 !important;
}

.borderColor {
  border-color: #004ea2 !important;
}

.mainBox {
  width: 100%;
  margin: 30px 0 30px;
  padding: 30px;
  background-color: #fff !important;
}

.mainRight {
  float: right;
  width: 900px;
  min-height: 500px;
  margin: 30px 0 30px;
  padding: 30px;
  background-color: #fff !important;
}

.mainRight .title,
.mainBox .title {
  font-size: 21px;
  color: #004ea2;
  margin-bottom: 20px;
  margin-bottom: 5px;
  padding: 0 0 12px 10px;
  border-bottom: 1px solid #004ea2;
}

.mainRight .title span,
.mainBox .title span {
  float: right;
  font-size: 14px;
  margin-top: 8px;
}

.mainRight .title span,
.mainRight .title span a,
.mainBox .title span,
.mainBox .title span a {
  color: #aaa;
}

.mainRight .title span a:hover,
.mainBox .title span a:hover {
  color: #004ea2;
}

.mainRight .txt p {
  margin: 15px 0 15px 0;
  text-indent: 2em;
}

.mainRight .txt ul li,
.mainBox .txt ul li {
  font-size: 17px;
  padding-left: 5px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #e5e5e5;
}

.mainRight .txt ul li a,
.mainBox .txt ul li a {
  display: inline-block;
  width: 600px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 25px;
  color: #666;
  line-height: 50px;
  text-decoration: none;
  background: url(../img/icon_square.png) scroll no-repeat center left;
}

.mainRight .txt ul li a:hover,
.mainBox .txt ul li a:hover {
  color: #004ea2;
}

.mainRight .txt ul li span.date,
.mainBox .txt ul li span.date {
  margin-right: 5px;
  float: right;
  color: #999;
}

.mainRight .txt ul li:hover,
.mainBox .txt ul li:hover {
  cursor: pointer;
  background-color: #fafafa;
}

.mainRight .txt .list-item {
  margin: 15px 0 15px 0;
  color: #333;
}

.mainRight .txt .list-item img {
  display: block;
  width: 200px;
  height: 235px;
  margin: 0 auto;
}

.mainRight .txt .list-item .name {
  text-align: center;
  margin-top: 15px;
  text-indent: 0;
}

.mainRight .txt .list-item:hover {
  color: #004ea2;
}

.page-box {
  text-align: center;
  margin: 20px 0;
}

.pagination {
  border-radius: 4px;
  display: inline-block;
  margin: 20px 0;
  padding-left: 0;
}

.pagination>li {
  display: inline;
  list-style: none;
}

.pagination>li>a {
  background-color: #fff;
  border: 1px solid #ddd;
  float: left;
  line-height: 1.42857;
  margin-left: 10px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  color: #333;
}

.pagination>li:first-child>a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-left: 0px;
}

.pagination>li:last-child>a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #045bb8;
  border-color: #045bb8;
  color: #fff;
  cursor: default;
  z-index: 2;
}

.content .location,
.content .location a {
  color: #555;
}

.content .location a:hover {
  color: #004ea2;
}

.content .location {
  font-size: 14px;
  margin: 20px 0 15px;
}

.main_article {
  min-height: 500px;
  color: #333;
  margin: 10px 0 30px;
  padding: 30px 50px;
  background-color: #fff;
}

.main_article .title {
  text-align: center;
  margin: 10px 0;
  font-size: 26px;
  line-height: 40px;
  font-weight: normal;
}

.main_article .time {
  font-size: 14px;
  color: #888;
  text-align: center;
  margin-bottom: 18px;
  padding: 15px 0 20px;
  border-bottom: 1px solid #DDD;
}

.main_article .txt .news_content p {
  text-indent: 2em;
  margin: 10px 0;
}
.top-left .carousel-item {
  height: 410px;
}
.top-left .carousel-item img {
  height: 100%;
  width: 100%;
}