/*normal*/
#app {
    font-family: '微软雅黑';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #2c3e50;
}

.el-button{
    display: flex;
    align-items: center;
    justify-content: center;
}
.el-button--success{
    background: #024A7E;
    border-color: #024A7E;
}
.el-button--success:focus, .el-button--success:hover{
    background: rgba(2, 74 ,126, .8);
    border-color: rgba(2, 74 ,126, .8);
}
.el-loading-mask {
    background-color: hsla(0, 0%, 100%, .4) !important
}
.el-button span { font-size: 20px;}
.el-icon-search{
    width: 18px;
    height: 18px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAfdJREFUWEftls2rTVEUwH+/GWViYqgwECOZ+AoRhgyMzcRjYi6FkuEj5eP1UmImL38AZSCi1FM+CjFgYmYklCzt2lfbe+e+c867571jYNftnO7Za63fXmvttZb0vOzZPv8BWnkgIvYC64D1+ZnefwEvgJfAO+Cter9paBsBRMRK4CRwNCv+kQ1OAz+BDfm3JH+fAM6rH+tAagEiYjswCawFpoBxYFr9ViqPiGR8I3AO2AUk46fUW3NBzAkQEWeA01nBmJpOVrsi4gpwLG88qyY9lWsoQEQcAm5mqTXqh1rLxYaI2AQ8yX/tUB9WyVcC5JgngRT7zerTNsYHeyNiNfAeeAPsq8qJYQDXcsJdVY/Px3gBkRI36ZtQx2bqmgUQEXuAe8ADdfcoxguIO8DB7IWk+8+qAkgnvgxsUx93BLAVeAScUC/VAVwAkquWq987AlgKfAFuzAxDlQeSi5apW7owXoThGfBV3Vnngc/AXXVwjzvhiIhUzA6oK/55gN5D0HsS9n4N+y1EKUMjYiFK8aR6pLYUZ4DUhLpsRq+A/VUddbHa8WH1euN2XFSvLgaSpG7oULKQI9lz4CKwKk9VlRC1AEVOtBlKk+Fx9VOWH3hyFkQjgCIk8x7Li/nyL4hWAKN2pQxxW3090LWoAK1vwagnbiLfuwd+A3F8AjB1DeyIAAAAAElFTkSuQmCC');
    background-size: 100%;
    background-repeat: no-repeat;
}
.el-icon-search::before{
    display: none;
}

.more {
    text-align: center !important;
    margin: 30px 30px !important;
}

body {
    padding: 0;
    margin: 0;
}

div {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

.flex {
    display: flex;
}

/*end*/
.header-box_title {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 15;
    height: 1.1rem;
}

.nav-top {
    display: flex;
    justify-content: center;
    height: 131px;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    z-index: 10;
    background: #fff;

}

.nav-box {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-box .logo-box {
    display: flex;
    margin-right: 30px;
}

.nav-box .nav-text {
    padding: 0;
    display: flex;
    min-width: 800px;
    justify-content: space-between;
}

.nav-box .name {
    padding: 15px;
    position: relative;
}
.nav-box  a{
    text-decoration: none;
    color: #2c3e50;
	font-size: 20px;
	line-height: 131px;
}
.nav-box  a:hover{
    color: #024A7E
}
.button .Progress {
    height: 5px;
    width: 100%;
    transition: all 1s linear
}
.button:hover {
    color: #024A7E
}
.button:hover .Progress {
    position: absolute;
    height: 5px;
    width: 100%;
    background: #024A7E;
    transition: all 1s linear
}
.colorHover:hover {
    color: #024A7E
}
.colorHover  a{
    text-decoration: none;
    color: #2c3e50;
	font-size: 18px;
}
.colorHover a:hover{
    color: #024A7E
}

.nav-box .loginOrregister {
    display: flex;
    font-size: .18rem;
    align-items: center;
    margin-left: 50px;
}
.nav-box .loginOrregister .el-button{
  font-size: 18px;
}
.el-popover{
  font-size: 16px;
}
.name span {
  line-height: 31px;
}
.xian {
    color: #999;
    font-size: 1rem;
}

.homepage-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 5;
}

.homepage-box .empty-head {
    width: 100%;
    min-width: 1200px;
    height: 80px;
}

.homepage-box ul {
    width: 350px;
    padding: 0;
    margin: 0;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #404040;
}

.homepage-box ul li {
    text-align: left;
    margin-top: 13px;
    width: 90%;
    height: 40px;
    line-height: 20px;
    display: flex;
    cursor: pointer;
    position: relative;
}

.homepage-box ul li .items {
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.homepage-box ul li .times {
    position: absolute;
    height: 20px;
    bottom: 0;
    right: -6px;
}

.homepage-box .carousel {
    width: 70%;
    height: 320px;
}

.homepage-box .carousel .el-carousel {
    width: 100%;
    height: 100%;
}

.homepage-box .carousel .el-carousel .el-carousel__container {
    height: 320px;
}

.homepage-box .carousel .el-carousel .el-carousel__indicators {
    display: none;
}

.el-carousel__button {
    display: block;
    opacity: .48;
    width: 30px;
    height: 2px;
    background-color: #fff;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    transition: .3s
}

.carousel-arrow-left-enter,
.carousel-arrow-left-leave-active {
    transform: translateY(-50%) translateX(-10px);
    opacity: 0
}

.carousel-arrow-right-enter,
.carousel-arrow-right-leave-active {
    transform: translateY(-50%) translateX(10px);
    opacity: 0
}

.el-icon-arrow-left {
    width: 8px;
    height: 15px;
    font-size: 0;
    position: relative;
    top: -5px;
    font-family: Arial !important;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAaCAYAAACHD21cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFRkMzRTFENzVCNzExRUVBRDE2QUY0Rjg5Q0VBOTZDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFRkMzRTFFNzVCNzExRUVBRDE2QUY0Rjg5Q0VBOTZDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkVGQzNFMUI3NUI3MTFFRUFEMTZBRjRGODlDRUE5NkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkVGQzNFMUM3NUI3MTFFRUFEMTZBRjRGODlDRUE5NkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5bmrlSAAAAVElEQVR42mL6////fCDeD8QKDCQAJijtAMQka2YAarj/HwLuj2oenppBigeF5nomYjUyMjI+AFIPGEgF0BwEduqoplFNYE3zSdaElN/uk5oEAQIMALlEQDP0tC3gAAAAAElFTkSuQmCC') no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
}

.el-icon-arrow-right {
    width: 8px;
    height: 15px;
    font-size: 0;
    position: relative;
    top: -5px;
    font-family: Arial !important;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAaCAYAAACHD21cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFRkMzRTFENzVCNzExRUVBRDE2QUY0Rjg5Q0VBOTZDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFRkMzRTFFNzVCNzExRUVBRDE2QUY0Rjg5Q0VBOTZDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkVGQzNFMUI3NUI3MTFFRUFEMTZBRjRGODlDRUE5NkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkVGQzNFMUM3NUI3MTFFRUFEMTZBRjRGODlDRUE5NkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5bmrlSAAAAVElEQVR42mL6////fCDeD8QKDCQAJijtAMQka2YAarj/HwLuj2oenppBigeF5nomYjUyMjI+AFIPGEgF0BwEduqoplFNYE3zSdaElN/uk5oEAQIMALlEQDP0tC3gAAAAAElFTkSuQmCC') no-repeat;
    background-size: 100%;
}

.el-carousel__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    z-index: 0
}

.el-carousel__item.is-active {
    z-index: 2
}

.homepage-box .epd {
    width: 100%;
    height: 655px;
    background-size: 100% 100%;
}

.homepage-box .epd .epd-box {
    width: 1200px;
    height: 90%;
    text-align: center;
    margin: 0 auto;
    background-color: transparent;
}

.homepage-box .epd .epd-box .left {
    width: 65%;
    height: 100%;
    float: left;
}

.homepage-box .epd .epd-box .right {
    width: 35%;
    height: 100%;
    display: inline-block;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.homepage-box .epd .epd-box .right img {
    width: 100%;
    height: 100%;
}

.homepage-box .epd .epd-box .left p {
    margin: 0;
    padding: 0;
}

.homepage-box .epd .epd-box .left .title {
    font-size: 42px;
    color: #222;
    font-weight: 600;
    text-align: left;
    margin: 75px 0 15px 0;
}

.homepage-box .epd .epd-box .left .line {
    width: 76px;
    height: 4px;
    background: #024A7E;
    margin: 15px 0 30px 0;
}

.homepage-box .epd .epd-box .left .essay {
    width: 650px;
    font-size: 16px;
    color: #404040;
    font-weight: 400;
    text-align: left;
}

.homepage-box .epd .epd-box .left .essay p {
    line-height: 28px;
}

.homepage-box .epd .epd-box .left .searchBtn-flex {
    display: flex;
    margin-top: 10px;
}

.homepage-box .epd .epd-box .left .searchBtn-flex .searchBtn {
    text-align: left;
    margin-right: 20px;
}

.homepage-box .epd .epd-box .left .searchBtn-flex .searchBtn button {
    width: 210px;
    height: 55px;
    background: #024A7E;
}
.homepage-box .epd .epd-box .left .searchBtn-flex .searchBtn button:hover{
    background: rgba(2, 74 ,126, .8);
    border-color: rgba(2, 74 ,126, .8);
}

.homepage-box .epd .epd-box .left .searchBtn-flex .searchBtn .btn-color {
    background: #D5010F;
    border: #D5010F;
}
.homepage-box .epd .epd-box .left .searchBtn-flex .searchBtn .btn-color:hover{
    background: rgba(213, 1, 15, .8);
    border-color: rgba(213, 1, 15, .8);
}

.homepage-box .pcr {
    width: 1200px;
    height: 460px;
    margin: 0 auto;
    background: #374455;
}

.homepage-box .pcr .pcr-box {
    width: 1140px;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    background-color: transparent;
}

.homepage-box .pcr .pcr-box .left {
    width: 35%;
    height: 100%;
    float: left;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.homepage-box .pcr .pcr-box .left img {
    width: 100%;
    height: 100%;
}

.homepage-box .pcr .pcr-box .right {
    display: inline-block;
    width: 65%;
    height: 100%;
}

.homepage-box .pcr .pcr-box .right .title {
    padding-left: 100px;
    font-size: 42px;
    color: #333;
    font-weight: 600;
    text-align: left;
    margin: 105px 0 15px 0;
}

.homepage-box .pcr .pcr-box .right .intro {
    padding-left: 100px;
}

.homepage-box .pcr .pcr-box .right .line {
    width: 76px;
    height: 4px;
    background: #024A7E;
    margin: 15px 0 30px 100px;
}

.homepage-box .pcr .pcr-box .right .essay {
    padding-left: 100px;
    width: 650px;
    font-size: 16px;
    color: #f6f6f6;
    font-weight: 400;
    text-align: left;
}

.homepage-box .pcr .pcr-box .right .essay p {
    line-height: 28px;
    color: #333;
}

.homepage-box .pcr .pcr-box .right .searchBtn-flex {
    display: flex;
    margin-top: 10px;
    margin-left: 100px;
}

.homepage-box .pcr .pcr-box .right .searchBtn-flex .searchBtn {
    text-align: left;
    margin-right: 20px;
}

.homepage-box .pcr .pcr-box .right .searchBtn-flex .searchBtn button {
    width: 210px;
    height: 55px;
    background: #024A7E;
    border-color: #024A7E;
    
}
.homepage-box .pcr .pcr-box .right .searchBtn-flex .searchBtn button:hover{
    opacity: 0.9
}

.homepage-box .pcr .pcr-box .right .searchBtn-flex .searchBtn .btn-color {
    background: #D5010F;
    border: #D5010F;
}

.homepage-box .lca {
    width: 100%;
    height: 350px;
    background-size: 100% 100%;
}

.homepage-box .lca .epd-box {
    width: 1200px;
    height: 90%;
    text-align: center;
    margin: 0 auto;
    background-color: transparent;
}

.homepage-box .lca .epd-box .left {
    width: 65%;
    height: 100%;
    float: left;
}

.homepage-box .lca .epd-box .left p {
    margin: 0;
    padding: 0
}

.homepage-box .lca .epd-box .left .title {
    font-size: 42px;
    color: #222;
    font-weight: 600;
    text-align: left;
    margin: 75px 0 15px 0
}

.homepage-box .lca .epd-box .left .line {
    width: 76px;
    height: 4px;
    background: #024A7E;
    margin: 15px 0 30px 0
}

.homepage-box .lca .epd-box .left .intro p {
    -moz-columns: #333;
    columns: #333;
    font-size: 20px;
    text-align: left
}

.homepage-box .lca .epd-box .left .essay {
    width: 650px;
    font-size: 16px;
    color: #404040;
    font-weight: 400;
    text-align: left
}

.homepage-box .lca .epd-box .left .essay p {
    line-height: 28px
}

.homepage-box .lca .epd-box .left .search {
    width: 650px;
    margin: 30px 0 30px 0
}

.homepage-box .lca .epd-box .left .search .el-input,
.homepage-box .lca .epd-box .left .search .el-input .el-input__inner {
    height: 55px
}

.homepage-box .lca .epd-box .left .searchBtn-flex {
    display: flex;
    margin-top: 10px
}

.homepage-box .lca .epd-box .left .searchBtn-flex .searchBtn {
    text-align: left;
    margin-right: 20px
}

.homepage-box .lca .epd-box .left .searchBtn-flex .searchBtn .btn-color {
    background: #D5010F;
    border: #D5010F
}

.homepage-box .lca .epd-box .left .searchBtn-flex .searchBtn button {
    width: 210px;
    height: 55px;
    background: #024A7E
}

.homepage-box .lca .epd-box .right {
    width: 35%;
    height: 100%;
    display: inline-block
}

.homepage-box .lca .epd-box .right img {
    width: 100%;
    height: 100%
}


/*announcement*/
.announcement {
    border: 1px solid rgb(219, 214, 214);
    background: white;
    width: 352px;
    margin-right: 3px;
    margin-left: 11px;
}

.announcement-title {
    display: flex;
    justify-content: space-between;
    color: #024A7E;
    padding-right: 15px;
    line-height: 44px;
    background: rgba(2, 74 ,126, .28);
}

.announcement-title__iconimg {
    margin-left: 5px;
    margin-top: 14px;
    height: 16px;
    width: 16px;
}

.announcement-title__h1 {
    height: 44px;
    margin-left: 6px;
    font-size: 16px;
}

/*information*/
.homepage-box .newInformation {
    width: 100%;
    height: auto
}

.homepage-box .newInformation .newInformation-box {
    width: 1200px;
    height: 100%;
    text-align: center;
    margin: 0 auto
}

.homepage-box .newInformation .newInformation-box p {
    padding: 0;
    margin: 0
}

.homepage-box .newInformation .newInformation-box .titleLine {
    color: #222;
    font-weight: 600;
    font-size: 20px;
    margin: 90px 0 60px 0
}

.homepage-box .newInformation .newInformation-box .consultList {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.homepage-box .newInformation .newInformation-box .consultList .listItem {
    width: 30%;
    height: 420px;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .08);
    border-radius: 0 0 4px 4px;
    margin-bottom: 40px;
    transition: transform .5s, filter .5s;
    background: #fff;
    margin-right: 3.3%;
    cursor: pointer
}

.homepage-box .newInformation .newInformation-box .consultList .listItem:hover {
    transform: translateY(-6px);
    box-shadow: -5px 10px 25px 8px rgba(0, 0, 0, .08)
}

.homepage-box .newInformation .newInformation-box .consultList .listItem .head,
.homepage-box .newInformation .newInformation-box .consultList .listItem .head img {
    width: 100%;
    height: 198px
}

.homepage-box .newInformation .newInformation-box .consultList .listItem .titleInfo {
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin: 10px 0 10px 0;
    text-align: left
}

.homepage-box .newInformation .newInformation-box .consultList .listItem .titleInfo .title {
    color: #222;
    font-size: 20px;
    font-weight: 600;
    padding-left: 20px;
    display: inline-block;
    width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.homepage-box .newInformation .newInformation-box .consultList .listItem .titleInfo .time {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    float: right;
    padding-right: 20px
}

.homepage-box .newInformation .newInformation-box .consultList .listItem .content {
    width: 92%;
    height: 100px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 20px 0 20px;
    text-align: left;
    margin-bottom: 10px
}

.homepage-box .newInformation .newInformation-box .consultList .listItem .line {
    width: 90%;
    margin: 0 auto;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .08);
    border-bottom: 1px solid #c1c1c1
}

.homepage-box .newInformation .newInformation-box .consultList .listItem .info {
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    padding: 0 17px 0 17px
}

.homepage-box .newInformation .newInformation-box .consultList .listItem .info .left {
    display: inline-block
}

.homepage-box .newInformation .newInformation-box .consultList .listItem .info .left .el-avatar {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px
}

.homepage-box .newInformation .newInformation-box .consultList .listItem .info .left .name {
    display: inline-block;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    color: #666;
    font-size: 14px;
    text-align: left
}

.homepage-box .newInformation .newInformation-box .consultList .listItem .info .right {
    display: inline-block;
    width: 50%
}

.homepage-box .newInformation .newInformation-box .consultList .listItem .info .right div {
    display: inline-block;
    margin-right: 4px
}

.homepage-box .newInformation .newInformation-box .consultList .listItem .info .right div i {
    color: #000;
    margin-right: 5px
}

.homepage-box .newInformation .newInformation-box .consultList .listItem .info .right div span {
    color: #666;
    font-size: 14px
}

.homepage-box .newInformation .newInformation-box .consultList .listItem .info .right .collect {
    cursor: pointer
}

.homepage-box .newInformation .newInformation-box .more {
    margin: 85px 0 90px 0
}

/*footer*/

.footer-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 15;
    background: #fff;
    box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, .05)
}

.footer-box .footer-content {
    width: 1140px;
    height: 180px;
    margin: 0 auto
}

.footer-box .footer-content .logo {
    width: 10%;
    height: 100%;
    display: inline-block
}

.footer-box .footer-content .logo img {
    width: 75px;
    height: 75px
}

.footer-box .footer-content .link {
    width: 95%;
    height: 100%;
    display: inline-block
}

.footer-box .footer-content .link .portal {
    width: 100%;
    height: 50%
}

.footer-box .footer-content .link .portal ul {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0;
    margin-top: 4px
}

.footer-box .footer-content .link .portal ul li {
    height: 38%;
    line-height: 50px;
    display: inline-block;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    margin: 0 25px 0 25px
}

.footer-box .footer-content .link .portal ul li a {
    text-decoration: none;
    color: #333
}

.footer-box .footer-content .link .service {
    width: 100%;
    height: 50%;
    text-align: left;
    margin-left: 75px
}

.footer-box .footer-content .link .service .serviceCall {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding: 0;
    vertical-align: top;
    margin: 5px 40px 0 0
}

.footer-box .footer-content .link .service .otherService {
    display: inline-block
}

.footer-box .footer-content .link .service .otherService a img {
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin: 0 30px 0 0;
    border-radius: 50%
}

.footer {
    margin-top: 6px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    margin-bottom: 15px;
    color: #999
}


/*page-detail*/
.NewsDetailsPage-module_newsDetails {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 15;
    background: #fff;
}

.NewsDetailsPage-module_box {
    width: 100%;
    height: 100%;
    margin-top: 160px;
}

.NewsDetailsPage-module_content {
    width: 1140px;
    height: 100%;
    min-height: calc(100vh - 340px);
    margin: 0 auto;
    text-align: center;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 20px;
}

.newsDetails-head {
    text-align: left
}

.newsDetails-head .newsDetails-title {
    color: #222;
    font-size: 30px;
    margin: 0
}

.newsDetails-head .newsDetails-title .newsDetails-back {
    margin-right: 30px !important;
    vertical-align: middle;
    font-size: 20px !important
}

.newsDetails-head .newsDetails-subhead span {
    color: #999;
    font-size: 16px
}

.newsDetails-head .newsDetails-subhead span:nth-child(2) {
    margin-left: 20px
}

.newsDetails-body {
    text-align: justify;
    text-justify: newspaper;
    word-break: break-all
}

.newsDetails-body p {
    font-size: 18px;
    margin: 5px 0px 0px;
    line-height: 1.5;
    white-space: pre-wrap;
    word-break: break-word;
    letter-spacing: 0.544px;
    text-indent: 2em;
}

/*news-list*/
.NewsInformationPage-module_newsInformation {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 15;
    background: #f8f8f8;
}

.NewsInformationPage-module_box {
    width: 100%;
    height: 100%;
    margin-top: 140px;
}

.NewsInformationPage-module_newsList {
    width: 1140px;
    height: 100%;
    min-height: calc(100vh - 320px);
    margin: 0 auto;
    text-align: center;
}

.el-timeline {
    text-align: left
}

.el-timeline-item__timestamp.is-top {
    font-size: 20px;
    font-weight: 600;
    color: #222
}

.newsInformation-item {
    transition: transform 1.1s, filter .5s
}

.newsInformation-item:hover {
    cursor: pointer;
    transform: translate(30px, -10px);
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .08);
    border-radius: 20px
}

.time {
    font-weight: 600;
    color: #666;
    font-size: 16px;
    margin-top: 0
}

.el-card__body {
    padding: 20px;
}

.newsLeft {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px
}

.newsLeft img {
    width: 190px;
    height: 110px
}

.newsRight {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    min-height: 117px;
    max-height: 117px
}

.new_title {
    height: 27px;
    margin: 0;
    font-weight: 600;
    color: #222;
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.new_title,
.subheading {
    width: 100%;
    overflow: hidden
}

.subheading {
    color: #666;
    font-size: 14px;
    margin: 14px 0 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}


/*resources*/

.channel-wrap .title_img {
    height: 500px;
    line-height: 500px;
    font-size: 70px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .61);
    background-image: url(https://www.cisa-epd.com/isepd-user-gateway/n/attachment/online/code/resources/zh-CN/bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.channel-wrap .content {
    /* padding: 100px 200px;
    text-align: left; */
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
    text-align: left;
    color: #222222;
    font-family: PingFangSC-Semibold, PingFang SC;
}

.resource-cell .title {
    font-size: 38px;
    display: flex;
    line-height: 50px;
}

.resource-cell .gang {
    width: 20px;
    height: 100px;
    background-color: #024A7E;
    margin-right: 20px;
}

.resource-cell .img-title {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.resource-cell img {
    box-shadow: 2px 2px 10px #cfcfcf;
    border-radius: 10px;
}



/*service*/
.serve_header {
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 14px;
}

.header_content {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #404040;
    line-height: 24px;
}

.apply {
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
    margin: 26px 0 24px 0;
}

.apply_img {
    width: 1190px;
    height: 680px;
    margin-bottom: 52px;
}

.pid_all {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.pid_top {
    margin-top: 52px;
    margin-bottom: 16px;
}

.pid_num {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: #024A7E;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
}

.pid_content {
    display: inline-block;
    padding: 0 8px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    line-height: 28px;
    border-bottom: 1px solid #769669;
}

.register {
    width: 1200px;
    height: 36px;
    background: #F2F8F0;
    border-radius: 2px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #333333;
    line-height: 20px;
    padding: 8px 10px;
    box-sizing: border-box;
    margin: 16px 0 18px 0;
    border-radius: 2px;
}

.platform {
    width: 1200px;
    height: 38px;
    background: #F2F8F0;
    border-radius: 2px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #333333;
    line-height: 22px;
    padding: 8px 10px;
    box-sizing: border-box;
    margin-bottom: 12px;
}

.platform_all {
    width: 1200px;
    height: 61px;
    font-weight: 600;
    background: #F2F8F0;
    border-radius: 2px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #333333;
    line-height: 22px;
    padding: 8px 16px;
    box-sizing: border-box;
    margin-bottom: 12px;
}

.operation {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 12px;
}

.operation_img {
    width: 1200px;
    height: 368px;
}

.approve {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 24px 0 28px 0;
}

.approve_dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #024A7E;
    margin-right: 8px;
}

.approve_cont {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    line-height: 22px;
}

.infuse {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #666666;
    line-height: 24px;
}

.infuse_icon {
    width: 14px;
    height: 14px;
    background: #024A7E;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 14px;
    color: #fff;
    margin-right: 6px;
    margin-bottom: 12px;
}


.infuse_img {
    width: 1200px;
    height: 421px;
    margin-bottom: 52px;
}

.conteact_img {
    width: 1200px;
    height: 348px;
    margin: 20px 0 28px 0;
}

.agreement {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.agreement_cont {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #666666;
    line-height: 24px;
}

.agreement_cont_span {
    font-weight: 600;
    color: #333;
}

.agreement_cont_left {
    margin-left: 14px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #666666;
    line-height: 24px;
}

.report_img {
    width: 1200px;
    height: 334px;
}

.agreement_top {
    margin-top: 20px;
}

.thirdparty_img {
    width: 1000px;
    height: 400px;
    margin: 22px 50px 22px 150px;
}

.publish_img {
    width: 1200px;
    height: 334px;
    margin-top: 8px;
}


.blob_font {
    font-weight: 600;
}

.infuse_serve {
    margin-left: 6px;
    display: inline-block;
}

.header_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #666666;
    line-height: 24px;
}

.store {
    width: 1201px;
    background: #FAFAFA;
    border-radius: 4px;
    margin: 10px 0 57px 0;
    text-align: center;
    padding-bottom: 22px;
}

.store_header {
    text-align: left;
    padding: 18px 0 0 17px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 24px;
}

.store_cont {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #333333;
    line-height: 24px;
    margin-top: 22px;
}

.store_footer {
    color: #666666;
}

.agre_leng {
    width: 1220px;
}

.agreement_cont_blob {
    color: #333333;
}

.list_tab {
    background-color: #fff;
    padding: 40px 20px 20px 20px;
    box-sizing: border-box;
    width: 1000px;
    margin: 22px 50px 22px 150px;
}

.list_header,
.list_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
}

.list_header {
    background-color: #FAFAFA;
    font-weight: 600px;
}

.list_item {
    font-size: 14px;
}

.list_header_left_title {
    width: 80px;
    padding-left: 20px;
}

.list_header_left_cont {
    width: 370px;
}

/*epd/CFP*/
.epd-box {
    width: 100%;
    height: 100%;
    z-index: 15;
    background: #fff;
    margin-top: 100px
}

.epd-box .body {
    width: 100%;
    overflow: hidden
}

.epd-box .body .content {
    width: 100%
}

.epd-box .body .content .title {
    padding: 0;
    margin: 0 0 25px 0;
    color: #222;
    font-size: 30px;
    font-weight: 600;
    padding-top: 60px
}

.epd-box .body .content .form-box {
    width: 600px;
    height: 60px;
    margin: 0 auto;
    text-align: center
}

.epd-box .body .content .form-box .el-form,.epd-box .body .content .form-box .el-form .el-form-item {
    width: 100%
}

.epd-box .body .content .form-box .el-form .el-form-item .el-form-item__content {
    text-align: left;
    left: 25px;
    margin-left: 150px!important
}

.epd-box .body .content .form-box .el-form .el-form-item .el-form-item__content .el-select {
    width: 100%
}

.epd-box .body .content .form-box .el-form .el-form-item .el-form-item__content .submit-btn {
    width: 140px;
    background: #024A7E;
    border-color: #024A7E;
    border-radius: 4px;
    color: #fff;
    margin-right: 30px
}

.epd-box .body .content .form-box .el-form .el-form-item .el-form-item__content .reset-btn {
    color: #024A7E;
    border-color: #024A7E
}

.epd-box .body .content .form-box .el-form .el-form-item .el-form-item__label {
    margin-top: 30px;
    font-size: 16px
}

.epd-box .body .content .form-box .el-form .el-form-item .el-range-editor.el-input__inner {
    width: 100%
}

.epd-box .body .content .form-box .el-form .tips p {
    font-size: 16px;
    color: #024A7E;
    margin: 0;
    padding: 0
}

.epd-box .body .content .form-box .el-form .tips a {
    text-decoration: none
}

.epd-box .body .content .step {
    width: 100%;
    background: #f8f8f8
}

.epd-box .body .content .step .step-box {
    width: 1140px;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 50px
}

.epd-box .body .content .step .tips {
    width: 100%;
    text-align: left;
    color: #222;
    font-size: 20px;
    line-height: 0;
    padding-top: 30px;
    margin: 20px 0 40px 10px
}

.epd-box .body .content .step .epdList {
    width: 100%;
    text-align: left
}

.epd-box .body .content .step .epdList .card {
    width: 45%;
    display: inline-block;
    margin: 0 1% 2% 1%;
    background: #fff;
    transition: transform 1.5s,filter .5s;
    border-radius: 4px;
    padding: 20px 23px 30px 7px
}

.epd-box .body .content .step .epdList .card:hover {
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.11);
    transform: translateY(-20px)
}

.epd-box .body .content .step .epdList .card .title-box {
    margin: 0;
    height: 100px;
    padding-left: 16px
}

.epd-box .body .content .step .epdList .card .title-box .title_box_product {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.epd-box .body .content .step .epdList .card .title-box .title_box_product .title_box_product_title {
    width: 200px;
    font-size: 30px;
    color: #222;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.epd-box .body .content .step .epdList .card .title-box .title_box_product .newtitle_box_product_title {
    width: 350px;
    font-size: 30px;
    color: #222;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.epd-box .body .content .step .epdList .card .title-box .title_box_product .title_box_product_right i {
    vertical-align: middle;
    font-size: 40px;
    color: #024A7E
}

.epd-box .body .content .step .epdList .card .title-box .title_box_product .title_box_product_right .download-btn {
    background: #024A7E;
    border-radius: 4px;
    border-color: #024A7E
}

.epd-box .body .content .step .epdList .card .title-box .title_box_product_subheading {
    color: #666;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
    margin-bottom: 10px
}

.epd-box .body .content .step .epdList .card .title_cont {
    margin: 20px 0 0 16px
}

.epd-box .body .content .step .epdList .card .card_title {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 16px;
    height: 48px
}

.epd-box .body .content .step .epdList .card .card_title .er {
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer
}

.epd-box .body .content .step .epdList .card .card_title .card_header_title {
    position: absolute;
    top: -60px;
    left: -182px;
    width: 720px;
    padding: 8px 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    background-color: #535353;
    border-radius: 4px
}

.epd-box .body .content .step .epdList .card .card_title .card_header_triangle {
    position: absolute;
    top: -5px;
    left: 82px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 14px solid #535353
}

.epd-box .body .content .step .epdList .card .card_title .card_title_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: rgba(93,166,57,.06);
    padding: 10px 12px;
    margin-left: 16px;
    border-radius: 4px;
    position: relative
}

.epd-box .body .content .step .epdList .card .card_title .card_title_list img {
    width: 28px;
    height: 28px;
    margin-right: 10px
}

.epd-box .body .content .step .epdList .card .card_title .card_title_list .img_cont {
    font-size: 16px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #024A7E;
    line-height: 28px
}

.epd-box .body .content .step .epdList .card .content {
    width: 100%;
    height: 130px;
    border-radius: 4px;
    background: #f8f8f8;
    text-align: left
}

.epd-box .body .content .step .epdList .card .content p {
    margin: 0
}

.epd-box .body .content .step .epdList .card .content .serialNumber {
    padding: 20px 15px 15px 10px;
    color: #333;
    font-size: 16px;
    font-weight: 600
}

.epd-box .body .content .step .epdList .card .content .newserialNumber {
    text-align: center;
    line-height: 130px;
    color: #333;
    font-size: 20px;
    font-weight: 600
}

.epd-box .body .content .step .epdList .card .content .describe {
    margin: 10px 15px 15px 10px;
    color: #8b8b8b;
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.epd-box .body .content .step .more {
    margin: 85px 0 90px 0
}


.epd-box .body .content .step .cprList {
    width: 100%;
    text-align: left
}

.epd-box .body .content .step .cprList .card {
    width: 45%;
    display: inline-block;
    margin: 0 1% 2% 1%;
    background: #fff;
    transition: transform 1.5s,filter .5s;
    border-radius: 4px;
    padding: 1.5%;
    overflow: hidden
}

.epd-box .body .content .step .cprList .card:hover {
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.11);
    transform: translateY(-20px)
}

.epd-box .body .content .step .cprList .card .title-box {
    margin: 0;
    padding: 0;
    display: flex
}

.epd-box .body .content .step .cprList .card .title-box .left {
    display: inline-block;
    width: 60%;
    text-align: left
}

.epd-box .body .content .step .cprList .card .title-box .left .span-title {
    width: 227px;
    font-size: 20px;
    color: #222;
    font-weight: 600;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.epd-box .body .content .step .cprList .card .title-box .left .isspan-title {
    width: 342px;
    font-size: 20px;
    color: #222;
    font-weight: 600;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.epd-box .body .content .step .cprList .card .title-box .left .newspan-title {
    width: 175px;
    font-size: 20px;
    color: #222;
    font-weight: 600;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.epd-box .body .content .step .cprList .card .title-box .left .isnewspan-title {
    width: 340px;
    font-size: 20px;
    color: #222;
    font-weight: 600;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.epd-box .body .content .step .cprList .card .title-box .left .subheading {
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    width: 160%;
    height: 16px;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 16px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.epd-box .body .content .step .cprList .card .title-box .left .left-time {
    margin-top: 10px
}

.epd-box .body .content .step .cprList .card .title-box .right {
    position: relative;
    display: inline-block;
    width: 39%;
    height: 100%;
    color: #222;
    font-weight: 800
}

.epd-box .body .content .step .cprList .card .title-box .right .right-button {
    position: absolute;
    top: -6px;
    right: -10px;
    display: flex
}

.epd-box .body .content .step .cprList .card .title-box .right i {
    font-size: 30px;
    color: #024A7E
}

.epd-box .body .content .step .cprList .card .title-box .right .download-btn {
    background: #024A7E;
    border-radius: 4px;
    border-color: #024A7E
}

.epd-box .body .content .step .cprList .card .content {
    width: 100%;
    height: 130px;
    border-radius: 4px;
    background: #f8f8f8;
    text-align: left;
    margin-top: 20px
}

.epd-box .body .content .step .cprList .card .content p {
    margin: 0
}

.epd-box .body .content .step .cprList .card .content .serialNumber {
    padding: 20px 15px 15px 10px;
    color: #333;
    font-size: 16px;
    font-weight: 600
}

.epd-box .body .content .step .cprList .card .content .describe {
    padding: 10px;
    color: #8b8b8b;
    font-size: 16px;
    height: 100px;
    overflow: auto
}