/* 顶部样式start */
#top-nav {
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  line-height: 0;
}
#top-nav-row {
  display: flex;
  width: 1200px;
  padding: 5px 0;
}
/* 顶部左边 */
#header-left > div {
  display: flex;
}
#logo {
  width: 205px;
  height: 50px;
}
#header-left  ul {
  display: flex;
}
#header-left li {
  line-height: 50px;
  margin-right: 15px;
}

/* 顶部右边 */
#header-right {
    margin-left: 350px;
}
#header-right ul {
  display: flex;
}
#header-right li {
  line-height: 50px;
  margin-right: 15px;
}
#header-right>.row {
  display: flex;
}
#header-right>.button {
    line-height: 1;
}
.user-info {
  display: flex;
  line-height: 50px;
  margin-left: 40px;
  height: 50px;
}
.user-info > div:nth-child(1) {
  display: block;
  width: 60px;
  height: 47px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.inactive-vip-mini, .inactive-vip-menu-mini {
  background-image: url('../img/icons.png');
  background-position: 141px -220px;
  width: 24px;
  height: 22px;
  margin: 11px 6px 0px;
}
.inactive-vip-menu-mini {
  margin: -4px 0;
}
#header-right button {
  width: 52px;
  height: 24px;
  margin-top: 10px;
  margin-right: 13px;
}
/* 顶部样式end */


/* 搜索栏样式start */

.search {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 127px;
  background: url(../img/search_bg.jpg);
  color: #fff;
  text-align: center;
}
.search-nav, .search-main, .search-footer {
  padding-left: 70px;
}
.search-nav {
  display: flex;
  color: #fff;
  margin: 20px 110px;
}
.search-nav-item-active {
  color: #fff !important;
  font-weight: bolder;
}
.search-nav>li {
  margin-left: 30px;
}
.search-nav a {
  color: #d1e2f9;
}
.search-main {
  display: flex;
  height: 45px;
}
.search-main a {
  color: #fff;
}
.search-main > select {
  border: 1px solid #c8e0f6;
  background-color: #4391e1;
  padding: 3px 12px;
  border-radius: 5px;
}
.search-main > select > option {
  background-color: #fff;
  color: black;
}
.search-content {
  display: flex;
  border: 1px solid #7889ac;
  width: 800px;
  margin-left: 30px;
  border-radius: 5px;
}
.search-content select {
  padding: 3px 12px;
  color: black;
  border: none;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.search-content input {
  border: none;
  width: 100%;
  color: black;
  padding-left: 5px;
}
.search-content button {
  border: none;
  background-image: linear-gradient(to bottom, #2453ad, #193d83);
  color: #fff;
  width: 100px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-footer {
  margin: 80px 140px;
  width: 747px;
}
.search-footer > h5 {
  color: #fff;
  font-weight: bold;
  text-align: left;
  margin: 20px 10px; 
}
.search-footer > div {
  width: 100%;
}
.search-footer span {
  margin-left: 6px;
}
/* 搜索栏样式end */

/* 内容部分start */
.main {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
.main > .w {
  display: flex;
}
.main-left {
  width: 66%;
}
.main-right {
  width: 28%;
  margin-left: 5px;
}
.main-left-title {
  display: flex;
  justify-content: space-between;
  border: 1px solid #f2f4f7;
  padding: 20px 10px 0;
}
.main-left-title div:nth-child(1) {
  font-size: 25px;
}
.main-left-title ul {
  display: flex;
}
.main-left-title a {
  margin-right: 25px;
}
.main-left-title-a-active {
  border-radius: 10px;
  border: 1px solid #3391f0;
  padding: 3px 10px;
  color: #1787f7;
}
.main-left-item {
  border: 1px solid #f2f4f7;
  border-top: none;
  padding: 20px 15px;
}
.main-left-item:hover {
  background-color: #f9fafb;
  cursor: pointer;
}
.main-left-item h4 {
  display: flex;
}
.main-left-item-tip {
  font-size: 13px;
  font-weight: bold;
  color: #faa36a;
  border: 1px solid #faa36a;
  width: 32px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  margin-left: 5px;
}
.main-left-item p {
  width: 750px;
  color: #91989f;
  margin-top: 25px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.main-left-item-footer {
  display: flex;
}
.main-left-item-footer div {
  background-color: #f9f9f9;
  margin-left: 10px;
  padding: 2px 4px;
}
.main-left-item-footer div:hover {
  background-color: #daebfc;
  color: #007cf8;
  cursor: pointer;
}
.main-left-item-footer .blue {
  background-color: #daebfc;
  color: #007cf8;
  margin-left: 0;
}
.main-left-item-footer .time {
  background-color: #fff;
  margin-left: 10px;
  padding-top: 2px;
}
.main-right-one, .main-right-two, .main-right-three {
  padding: 20px 18px;
  border: 1px solid #f2f4f7;
}
.main-right-one-title, .main-right-two-title, .main-right-three-title  {
  font-size: 25px;
  margin-bottom: 20px;
}
.main-right-one-nav {
  display: flex;
  align-items: center;
  height: 40px;
  border-top: 1px solid #eef2f2;
  border-bottom: 1px solid #eef2f2;
  margin-bottom: 20px;
}
.main-right-one-nav span {
  display: block;
  flex: 1;
  height: 20px;
  text-align: center;
}
.main-right-one-nav span:nth-child(1) {
  border-right: 1px solid #c8dada;
}
.main-right-one-nav-active {
  color: #2a7bd0;
}
.main-right-one-item, .main-right-two-item {
  margin-bottom: 20px;
}
.main-right-one-item a, .main-right-two-item a {
  display: flex;
}
.main-right-one-item-num, .main-right-two-item-num {
  background-color: #e6f1fb;
  color: #4c80da;
  width: 23px;
  height: 18px;
  text-align: center;
  margin-right: 8px;
}
.main-right-one-item-hot, .main-right-two-item-hot {
  background-color: #f5f5f5;
  color: #b9aea6;
  padding: 2px;
}
.main-right-one button, .main-right-two button, .main-right-three button {
  background-color: #f7f7f7;
  border: none;
  width: 100%;
  padding: 10px 0;
}
.main-right-two, .main-right-three {
  margin-top: 6px;
}
.main-right-three-title {
  margin-bottom: 30px;
}
.main-right-three-item {
  display: flex;
  margin-bottom: 20px;
}
.main-right-three-item div {
  flex: 1;
  display: flex;
  align-items: center;
}
.main-right-three-item div::before {
  content: '';
  display: block;
  width:0;
  height:0;
  border-top:5px solid transparent;
  border-bottom:5px solid transparent;
  border-left:5px solid #2c80d5;
  margin-right: 5px;
}
.main-right-img-one {
  padding: 20px 18px;
  width: 100%;
}

/* 分页 */
ul.pagination-bottom {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 12px;
}

ul.pagination-bottom li {
  display: inline;
}

ul.pagination-bottom li a {
  color: black;
  float: left;
  padding: 8px 13px;
  text-decoration: none;
  transition: background-color .3s;
}

ul.pagination-bottom li a.active {
  background-color: #0099ff;
  color: white;
}

ul.pagination-bottom li a:hover:not(.active) {
  background-color: #ddd;
}
/* 内容部分end */

/* 尾部start */
.footer {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  width: 1250px;
  height: 160px;
  padding-left: 100px;
}
.footer-content-left {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.footer-content-left>ul {
  display: flex;
  margin: 0;
}
.footer-content-left>ul>li {
  margin-right: 45px;
  font-weight: bold;
  font-size: 18px;
}
.footer-content-detail {
  display: flex;
}
.footer-content-detail > span {
  margin-right: 20px;
  font-size: 12px;
}
.police-icon {
  background-image: url('../img/icons.png');
  background-position: 139px 0px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.footer-content-detail > span:nth-child(1) {
  display: flex;
}
.footer-content-right {
  display: flex;
}
.footer-content-right>div {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.footer-content-right>div:nth-child(1) {
  margin-right: 20px;
}
.footer-content-right h5 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.footer-content-right img {
  width: 110px;
  height: 110px;
}
/* 尾部end */