/* 顶部样式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;
  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: 73%;
}
.main-right {
  width: 20%;
  margin-left: 10px;
}
.main-left-text {
  border: 1px solid #f2f4f7;
  margin-bottom: 20px;
}
.main-left-text-time {
  color: #a5a5a5;
  font-size: 12px;
}
.main-left-text-content {
  padding: 12px 25px 10px 18px 
}
.main-left-text-content-item {
  display: flex;
}
.main-left-text-content-title {
  display: flex;
  justify-content: space-around;
  color: #909090;
  width: 70px;
  flex-shrink:0;
  font-size: 12px;
}
.main-left-text-content-body {
  line-height: 1.5;
  font-size: 14px;
}
.main-left-text-content-body-gary {
  color: #a7a7a7;
  margin-top: -9px;
}
.main-left-text-content-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 130px;
}
.main-left-text-content-footer button {
  margin-top: 13px;
  border: none;
  border-radius: 5px;
  padding: 7px 50px;
  font-size: 18px;
  font-weight: 300;
}
.main-left-text-content-footer svg {
  font-weight: bold;
  font-size: 22px;
  margin-right: 8px;
}
.main-left-text-content-footer button:nth-child(1) {
  background-color: #3fb59a;
  color: #fff;
  margin-right: 10px;
}
.main-left-text-content-footer button:nth-child(2) {
  background-color: #f36b34;
  color: #fff;
}
.main-left-text-content-footer p {
  margin-top: 20px;
  color: #b3aba7;
  font-size: 12px;
}
.main-left-full-text {
  border: 1px solid #f2f4f7;
  margin: 10px 0;
}
.main-left-full-text h5 {
  padding: 10px;
  margin: 0;
}
.main-left-full-text div {
  padding: 15px;
}
.main-left-title {
  display: flex;
  justify-content: space-between;
  border: 1px solid #f2f4f7;
  padding: 20px 10px 0;
}
.main-left-title-nav {
  display: flex;
}
.main-left-title-nav a {
  margin-right: 25px;
  padding-bottom: 12px;
  font-size: 18px;
}
.main-left-title-nav a.active {
  border-bottom: 1px solid #2161d6;
  color: #2161d6;
}
.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-btns {
  display: flex;
  flex-direction: column;
}
.main-right-btns button {
  margin-top: 13px;
  border: none;
  border-radius: 5px;
  padding: 7px;
  font-size: 18px;
  font-weight: 300;
}
.main-right-btns svg {
  font-weight: bold;
  font-size: 22px;
  margin-right: 8px;
}
.main-right-btns button:nth-child(1) {
  background-color: #3fb59a;
  color: #fff;
}
.main-right-btns button:nth-child(2) {
  background-color: #f36b34;
  color: #fff;
}
.main-right-list {
  border: 1px solid #eaeaea;
  margin-top: 10px;
}
.main-right-list-title {
  font-size: 15px !important;
  padding: 6px 10px !important;
  border-bottom: 1px solid #e2e2e2 !important;
}
.main-right-list li {
  padding: 10px 15px;
  border-bottom: 1px dotted #e2e2e2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
}
.main-right-img img {
  max-width: 240px;
  margin-top: 10px;
}


/* 分页 */
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 */
