﻿body,
div,
ul,
li,
ol,
a,
image,
input,
button,
textarea,
select,
form,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
object,
iframe {
    padding: 0;
    margin: 0;
}

* {
    font-family: "Microsoft YaHei";
}

html,body {
    height: 100%;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}
input,
textarea,
select,
button {
    border: none;
    outline: none;
}
a {
    text-decoration: none;
    cursor: pointer;
}

.view.TRS_UEDITOR iframe {
    min-width: unset;
    min-width: auto;
    margin: 0 auto;
}

object,
iframe {
    min-width: 1200px;
    display: block;
    border: none;
}

.main {
    width: 1200px;
    margin: 0 auto;
}
.mobile .main {
    width: 100%;
}

.clear {
    clear: both;
}
.clear:after {
    content: "·";
    clear: both;
    display: block; 
    height: 0;
    visibility: hidden; 
    clear: both; 
}

.no-wrap-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb {
    margin: -5px auto 15px;
    padding: 0 0 0 18px;
    box-sizing: border-box;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #1164a1;
    background: #f3f3f3 url(01-01-common-header-nav-national-flag.png) no-repeat;
    background-position: 1090px 0;
}



/* 列表 */
.list-date li,
.list-date a,
.list-date-number a {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 36px;
    padding-right: 128px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #3b3b3b;
}
.list-date a:before,
.list-date li:before {
    display: inline-block;
    width: 13px;
    content: "·";
    font-weight: 600;
    font-size: 26px;
    color: #999;
    margin-right: 2px; 
    vertical-align: top;
}
.list-date .list-circle:before {
    content: "";
    width: 17px;
    height: 15px;
    overflow: hidden;
    background: url(01-01-common-sprint-icon.png) no-repeat;
    background-position: -28px -178px;
    vertical-align: middle;
}
.list-date .list-date-blue:before {
    font-size: 26px;
    color: #2670a4;
}
.list-date .list-date-number:before {
    display: none;
}
.list-date .date,
.list-date-number .date {
    position: absolute;
    top: 0;
    right: 0;
    width: 124px;
    font-size: 14px;
	line-height: 38px;
	color: #999;
}
.list-date a:hover {
    color: #2670a4;
}
.list-date-number a .sort,
.list-date-number li .sort {
    display: inline-block;
    width: 20px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    margin-right: 3px;
    vertical-align: middle;
    text-align: center;
    background: url(01-01-common-sprint-icon.png) no-repeat;
    background-position: -160px -175px;
    color: #fff;
}
.list-date-number a:first-child .sort,
.list-date-number li:first-child .sort {
    background-position: -75px -175px;
}
.list-date-number a + a .sort,
.list-date-number li + li .sort {
    background-position: -103px -175px;
}
.list-date-number a + a + a .sort,
.list-date-number li + li + li .sort {
    background-position: -133px -175px;
}

/*最外层tab容器样式*/
.esint-tab-items {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}
.esint-tab-1-items {
    background-color: #e1ebf2;
}
.esint-tab-items .esint-tab-item {
    float: left;
} 
.esint-tab-items .more {
    position: absolute;
    top: 30px; 
    right: 10px;
    width: 34px;
    height: 8px;
    margin: 0;
    background: url(01-01-common-sprint-icon.png) no-repeat;
    background-position: -273px -139px;
    cursor: pointer;
}
/* tab页页签区域样式 */
.esint-tab-item {
    float: left;
    height: 63px;
    line-height: 63px;
    font-size: 20px;
    font-weight: 600;
    color: #3b3b3b;
    cursor: pointer;
}
.esint-tab .esint-tab-item {
    margin-right: 48px;
}
.esint-tab-1 .esint-tab-item {
    margin-right: 48px;
}
.esint-tab-items .esint-tab-item:hover,
.esint-tab-items .current {
    color: #005bab;
}
.esint-tab-1 .esint-tab-items {
    background: #e1ebf2;
}
.esint-tab-1 .esint-tab-item {
    position: relative;
    float: left;
    font-size: 20px;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #4d84ab;
    cursor: pointer;
}
.esint-tab-1 .esint-tab-item.current,
.esint-tab-1 .esint-tab-item:hover {
    background: #2670a4;
    color: #fff;
}
.esint-tab-1 .esint-tab-item:after {
    height: 0;
    width: 0;
    position: absolute;
    bottom: -13px;
    left: 50%;
    border: 5px solid transparent;
    border-top-color: #2670a4;
}
.esint-tab-1 .esint-tab-item:hover:after,
.esint-tab-1 .esint-tab-item.current:after {
    display: block;
    content: "";
}
.esint-tab:not(.esint-tab-1) .esint-tab-contents {
    /* margin-top: 21px; */
    margin-top: 10px;
    font-size: 16px;
    color: #3b3b3b;
}
.esint-tab-contents a {
    cursor: pointer;
}
/* tab页单个内容区域 */
.esint-tab > .esint-tab-contents > .esint-tab-content {
    display: none;
}
/* tab页单个内容区域显示样式 */
.esint-tab > .esint-tab-contents > .esint-tab-content.current {
    display: block;
}
.esint-tab-1 .esint-tab-contents {
    padding: 20px 12px;
}



.title-1 {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    color: #3260a4;
    border-bottom: solid 1px #e8e8e8;
}
.title-1:hover {
    font-weight: 600;
}
.title-1:after {
    display: block;
    content: "";
    height: 2px;
    width: 120px;
    margin-top: -2px;
    background-color:#3260a4;
}



/* 分页 */
.page {
    clear: both;
    color: #333;
    padding: 5px 0;
    font-size: 13px;
}
.page .first-page-btn,
.page .pre-page-btn,
.page .next-page-btn,
.page .last-page-btn {
    color: #0073a9;
    border-color: #0073a9;
}
.page button {
    display: inline-block;
    border: 1px solid #bbb;
    width: auto;
    padding: 0 10px;
    margin: 0 5px;
    min-width: 10px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    background: #fff;
}
.page .current,
.page button:hover {
    background: #0073a9;
    border-color: #0073a9;
    color: #fff;
}
.page button[disabled],
.page button[disabled]:hover {
    cursor: not-allowed;
    border-color:#bbb;
    background: transparent;
    color: #999;
}
.page .totalNum,
.page .totalList {
    display: none;
}


/* 标题栏图标 */
.title-before-icon-1 {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: top;
    background: url(01-01-common-sprint-icon.png);
}
.title-before-icon-1 {
    background-position: -240px -168px;
}

.filter-disabled {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.filter-box {
    position: relative
}

.filter-box select {
    display: none
}

.filter-text {
    height: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    padding: 0 30px 0 10px;
    background: #fff;
    border: 1px solid #e6e6e6
}
.filter-text input {
    font-size: 14px
}
.filter-text .filter-title {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 0;
    background-color: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    cursor: pointer
}
.filter-list {
    display: none;
    width: 100%;
    max-height: 300px;
    background-color: #fff;
    font-size: 14px;
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 99;
    border: 1px solid #e6e6e6;
    overflow: auto;
}
.filter-list li.filter-null a {
    color: #d2d2d2;
}
.filter-list li a {
    display: block;
    padding: 0 10px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    color: #333;
}
.filter-list li:hover {
    background-color: #edf4f9;
}
.filter-list li.filter-selected {
    background-color: #edf4f9;
}
.filter-list li.filter-selected a {
    display: block;
    color: #6d97bb;
}
.filter-list li.filter-disabled {
    background-color: #fff
}
.filter-list li.filter-disabled a {
    display: block;
    color: #d2d2d2
}
.filter-list li.filter-disabled:hover a {
    cursor: not-allowed!important;
    background-color: #fff
}
.filter-text .icon {
    position: absolute;
}
.icon-filter-arrow {
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 100%;
    right: 10px;
    top: 13px;
    transition: all .2s;
    background: url(01-01-common-sprint-icon.png) no-repeat;
    background-position: -7px -128px;
}
.icon-filter-arrow.filter-show {
    top: 4px;
    /* background-position: -2px -150px; */
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}
.filter-list::-webkit-scrollbar {
    width: 4px;
    height: 4px
}
.filter-list::-webkit-scrollbar-track {
    background: #fff
}
.filter-list::-webkit-scrollbar-thumb {
    background: #cbcbcb
}