* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

body {
    font-size: 14px;
    background-color: #f3f5f9;
    line-height: 1.5;
    color: #595757;
    font-family: "Microsoft YaHei", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

#app {
    width: 960px;
    margin: 0 auto;
    padding-bottom: 50px;
}

a {
    text-decoration: none;
    color: #000;
    transition: all .2s linear;
}

ul,
li {
    list-style: none;
}

.program-box a:hover{
    text-decoration: underline;
}

.overflow-text2 {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

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

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix:before,
.clearfix:after {
    clear: both;
    content: '';
    display: table;
}

.container-padding {
    padding: 0 20px 20px;
}

.banner-box img {
    width: 100%;
    display: block;
}

.bread {
    height: 55px;
    background-color: #f8fafe;
}

.bread .bread-content {
    line-height: 55px;
    color: #7d7d7d;
}

.bread .bread-content a {
    color: inherit;
}

.bread .bread-content span {
    color: #000;
}

.bread .break-right {
    margin-top: 10px;
}
.bread .break-right i{
    font-size: 18px;
    vertical-align: -2px;
}

.btn-default {
    padding: 8px 20px;
    border-radius: 2px;
    display: inline-block;
    line-height: 1;
}

.btn-default+.btn-default {
    margin-left: 10px;
}

.btn-default:hover {
    opacity: .7;
}

.filter-box .filter-item {
    padding: 20px 0 5px;
}

.filter-box .filter-item:first-child {
    padding: 20px 0;
}

.filter-box .filter-item:last-child {
    border-bottom: 0;
}

.filter-box .filter-item .layui-input {
    display: inline-block;
    width: 240px;
    padding-left: 10px;
    height: 33px;
    line-height: 1.3;
    line-height: 33px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
}

.filter-box .filter-item .layui-btn {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.filter-box .filter-item .filter-item-label {
    float: left;
    width: 80px;
    line-height: 30px;
}

.filter-box .filter-item ul {
    display: block;
    margin-left: 80px;
}

.filter-box .filter-item ul li {
    display: inline-block;
    margin-bottom: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
.filter-box .filter-item ul li a{
    display: block;
    padding: 4px 8px;
    width: 100%;
    height: 100%;
}


.program-box {
    text-align: center;
    margin-top: 25px;
}

.program-box .program-title {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-top: 50px;
}

.program-box .program-item {
    margin-top: 25px;
    text-align: left;
}

.program-box .program-item .program-item-date {
    font-size: 24px;
    font-weight: bold;
    margin: 40px 0 15px;
    text-align: center;
}

.program-box .program-item .program-item-title {
    font-size: 16px;
    color: #ffffff;
    padding: 15px;
    font-weight: bold;
}

.program-box .program-item .program-item-person-box {
    position: relative;
}

.program-box .program-item .program-item-person-box .program-item-person-mask {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.1);
}

.program-box .program-item .program-item-person-box .pip-item {
    position: relative;
    z-index: 9;
    padding: 15px 15px;
}
.program-box .program-item .program-item-person-box .pip-item:nth-child(1) {
    border: 0 !important;
}

.program-box .program-item .program-item-person-box .pip-item .pip-label {
    float: left;
    width: 95px;
    text-align: right;
    /* opacity: 0.75; */
}

.program-box .program-item .program-item-person-box .pip-item .pip-content {
    margin-left: 100px;
}
.program-box .program-item .program-item-person-box .pip-item .pip-content .pip-org {
    font-size: 12px;
    margin-left: 5px;
}

.program-box .program-item .program-item-person-box .pip-item .pip-content .pip-line {
    padding: 0 15px;
}

.program-box .program-item .program-item-person-box .pip-item:not(.pip-item-cn) {
    padding-top: 0;
    padding-bottom: 15px;
}

.program-box .program-item .not-has-en .pip-label {
    width: 45px !important;
}

.program-box .program-item .not-has-en .pip-content {
    margin-left: 45px !important;
}

.program-box .program-item .proram-item-table {
    width: 100%;
    vertical-align: middle;
    border-collapse: collapse;
    border-spacing: 0;
}

.program-box .program-item .proram-item-table thead tr th {
    padding: 15px 10px;
}

.program-box .program-item .proram-item-table thead tr th:nth-child(1) {
    min-width: 80px;
}

.program-box .program-item .proram-item-table thead tr th:nth-child(2) {
    min-width: 100px;
}

.program-box .program-item .proram-item-table thead tr th:nth-child(3) {
    min-width: 100px;
}

.program-box .program-item .proram-item-table thead tr th:nth-child(5) {
    min-width: 100px;
}

.program-box .program-item .proram-item-table thead tr th:nth-child(6) {
    min-width: 200px;
}

.program-box .program-item .proram-item-table tbody tr td {
    padding: 10px 10px;
}

.childTable tr {
    background-color: transparent !important;
    border-color: transparent !important;
    border: 0 !important;
}

.childTable tr td {
    padding: 0 !important;
}


@media screen and (min-width:1600px) {
    #app {
        width: 1400px;
    }
}

@media screen and (min-width:1300px) and (max-width:1599px) {
    #app {
        width: 1200px;
    }
}

@media screen and (min-width:980px) and (max-width:1299px) {
    #app {
        width: 960px;
    }
}



/* 回到顶部----------------------------------- */
.backtop {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    z-index: 999;
    position: fixed;
    right: 3%;
    bottom: 50px;
    transition: all .4s;
    cursor: pointer;
}

.backtop i {
    font-size: 30px;
    transition: all .4s;
}





