.navbar {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
    max-width: 1340px;
    height: 35px;}

.nav-list {
    display: inline-block;
    position: relative;
    list-style: none;}
.nav-list  a {
    padding: 0 5px;
    height: 35px;
    line-height: 35px;
    color: #12243f;
    text-decoration: none;
    font-size: 18px;}
.nav-list:nth-child(1) a {
    border-left: none;}
.nav-list:focus,
.nav-list:hover .dropdown {
    display: block;}

.dropdown {
    display: none;
    position: absolute;
    left: 50%;
    background: #faf9fa;
    border-top: 3px solid #12243f;
    z-index: 100;
    transform: translateX(-50%);}
.dropdown a {
    display: block;
    border: none;
    white-space: nowrap;}
.dropdown a:hover {
    background: #cdcdcd;}
.dropdown-item {
    position: relative;}
.dropdown-item:hover .sub-dropdown {
  display: block;}
.sub-dropdown {
    position: absolute;
    top: 0px;
    left: 100%;
    background: #FFFFFF;
    border-top: 3px solid #12243f;
    display: none;}

.list {
    margin: 0;
    padding: 0 5px 0 30px;
    width: 100% !important;
    height: 100% !important;}

.list li {
    padding: 6px 0;}

.list a {
    display: inline-block;
    width: 100%;
    color: #12243f;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;}
.main-list {
    margin: 0;
    padding: 0;}

.main-list li {
    list-style: none;
    padding: 6px 0;}

.main-list li:nth-child(1) {
    display: flex;
    height: 200px;
    border-bottom: 1px solid #cdcdcd;}
.main-list li:nth-child(1) img {
    width: calc(50% - 10px);
    max-width: 360px;
    max-height: 180px;
    object-fit: cover;}
.main-list li:nth-child(1) div {
    margin-left: 10px;
    flex: 1;}
.main-list li:nth-child(1) a {
    display: block;
    width: 100%;
    font-weight: bold !important;}
.main-list li:nth-child(1)  p {
    color: #999999;
    font-size: 14px;
    line-height: 1.4;
    overflow: hidden;}
.main-list li:nth-child(1) span {
    color: #343434;
    float: unset;}

.main-list a {
    display: inline-block;
    width: calc(100% - 100px);
    color: #12243f !important;
    font-weight: normal !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;}

.main-list span {
    float: right;}

.spe-list {
    margin: 0;
    padding: 0;}

.spe-list li {
    list-style: none;
    padding: 12px 0;
    height: 90px;}

.spe-list span {
    position: relative;
    top: 10px;
    padding: 10px 12px;
    color: #ffffff;
    background: #41587b;
    white-space: nowrap;}

.spe-list div {
    float: right;
    width: calc(100% - 120px);}

.spe-list a {
    display: block;
    width: 100%;
    color: #12243f;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    white-space: nowrap;
    text-decoration: none;}

.spe-list p {
    margin: 7px 0;
    color: #676767;
    font-size: 14px;}
