

/*标题*/
.pro-content {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #ccd6eb;
}
.riskReminder-pro-content{
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #ccd6eb;
}
.pro-content-title {
    display: inline-block;
    padding:6px 0;
    font-size: 20px;
    font-weight: bold;
    color: #005096;
    border-bottom: 2px solid #005096;
    line-height: 36px;
}

/*搜索框*/
.pro-search {
    width: auto;
    height: 60px;
    float: right;
}

.pro-search .pro-search__wrapper {
    width: 250px;
    height: 34px;
    display: inline-block;
}
.pro-search .export{
    margin-left: 10px;
    border-radius: 0;
}
.pro-search .export:hover{
    color: #fff;
    background-color: #005096;
}
.pro-search .pro-search__inner {
    display: inline-block;
    float: left;
    position: relative;
    width: calc(100% - 61px);
    height: 100%;
}

.pro-search .pro-search__inner input {
    padding: 0 20px 0 28px;
    width: 189px;
    height: 100%;
    border: 1px solid #dcdfe6;
    font-size: 14px;
    border-right: none;
}
.pro-search .pro-search__inner input:hover{border: 1px solid #296CA6;}
.pro-search .pro-search__inner input:active{border: 1px solid #005096;}
.pro-search .pro-search__inner input::placeholder {
    color: #999;
    font-size: 14px
}

.pro-search .pro-search__inner::after {
    display: inline-block;
    position: absolute;
    top: 53%;
    left: 5px;
    width: 17px;
    height: 17px;
    background: url("../../assets/images/icons/search_gray.png") center no-repeat;
    transform: translateY(-50%);
    content: "";
}

.pro-search .pro-search__button {
    display: inline-block;
    width: 60px;
    height: 100%;
    color: #fff;
    font-size: 14px;
    background: #005096;
    border: none;
    outline: none;
    transition: .2s;
    border: 1px solid #005096;
}

.pro-search .pro-search__button:hover {
    outline: none;
}

.pro-table-header {
    background: #005096;
    color: #fff;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.pro-sale-contents table {
    width: 100%;
}

.pro-sale-contents thead {
    border: 1px solid #005096;
}

.pro-sale-contents tbody {
    border: 1px solid #d9e4f3;
}

.table-line {
    border-right: 1px solid #fff;
}

.pro-table-body td {
    height: 52px;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #d9e4f3;
    border-bottom: 1px solid #d9e4f3;
    border-left: 1px solid #d9e4f3;padding: 0 8px;
}

.pro-sale-contents table .pro-table-body td:nth-child(2n+1) {
    background: #f8fafd;
}

.pro-content-body {
    padding: 20px 0;
}

.pro-content-body p {
    margin-bottom: 35px;
}

.pro-content-type {
    margin: 10px 0;
    padding: 0;
    height: 35px;
}

.pro-content-type li {
    background-color: #fff;
    color: #000;
    font-size: 13px;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-family: "Microsoft YaHei";
    padding: 0;
    margin: 0;
    width: 150px;
    border: 1px solid #dfe8f9;
    float: left;
}

.pro-content-type li:hover {
    font-size: 14px;
    font-weight: bold;
}

.pro-content-type .on {
    background-color: #dfe8f9;
    font-size: 14px;
    font-weight: bold;
}

.pro-content-newFund {
    background: #f8fafd;
    padding: 26px 0px 15px;
}

.pro-newFund-info {
    position: relative;
    /* height: 100px; */
    width: calc(100% - 20px);
    margin-left: 20px;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 20px;
    margin-bottom: 20px;
}

.pro-newFund-profile {
    padding: 20px 0px;
}

.newFund-fundName {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.newFund-deptName {
    font-size: 15px;
    color: #666666;
    line-height: 24px;
    margin-top: 5px;
}

.newFund-year {
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
}

.newFund-year-size {
    font-size: 17px;
    color: #333333;
}

.pro-content-hisFund {
    display: none;
}

.pro-content-hisFund table {
    width: 100%;
}

.pro-newFund-link {
    position: absolute;
    right: 40px;
    bottom: 24px;
}

.newFund-report-header {
    padding: 20px 40px 0;
}

.newFund-report-title {
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    /* width: calc(100% - 208px); */
    display: inline-block
}

.newFund-report-search {
    width: 248px;
    height: 32px;
    float: right;
    line-height: 32px;
}

.report-search-date {
    width: 166px;
    height: 32px;
    border: 1px solid #dcdfe6;
    float: left;
    position: relative;
    background: #fff;cursor:pointer;
}
.report-search-date:hover{
    border-color:#296CA6;
}
.report-search-date:active{
    border-color:#005096;
}
#btn-report-search {
    width: 80px;
    height: 32px;
    background: #005096;
    color: #FFFFFF;
    float: right;
    text-align: center;
    cursor: pointer;
}

.newFund-report-body {
    text-indent: 2em;
    width: 100%;
    /* width: calc(100% - 80px); */
    padding: 20px 40px;
    overflow: hidden;
    line-height: 24px;
    /* height:265px; */
}
.newFund-report-body.on{height: auto !important;}

.slide-up {
    width: 100%;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    color: #005096;
    font-size: 14px;
    font-weight: bold;
}

.upIcon {
    position: relative;
}

.upIcon img {
    position: absolute;
    top: 28%;
    left: 8px;
    transform: rotate(180deg);
}

.slide-up.on .upIcon img {
    transform: rotate(0deg);
}
.pro-sale-page {
    text-align: right;
    margin: 15px 0;
}

.pro-manager-content {
    margin-bottom: 30px;
}

.history-manager-page {
    text-align: right;
    margin: 20px 0;
}

.report-search-date p {
    width: 166px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    padding-left: 15px;
}

.report-search-date ul {
    width: 100%;
    display: block;
    position: absolute;
    top: 32px;
    left: 0;
    max-height: 0px;
    transition: max-height .3s ease-in;
    background: #ffffff;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.40);display:none;
}

.report-search-date ul li {
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 0px 15px;
    list-style: none;
    color: #333333;
    cursor: pointer;
    background: #ffffff;
}

.report-search-date ul li.on {
    color: #005096;
}

.report-search-date ul li:hover {
    background: #F8FAFD;
    color: #333;
}

@-webkit-keyframes slide-down {
    0% {
        transform: scale(1, 0)
    }
    25% {
        transform: scale(1, 1.2)
    }
    50% {
        transform: scale(1, 0.85)
    }
    75% {
        transform: scale(1, 1.05)
    }
    100% {
        transform: scale(1, 1)
    }
}

.report-search-date.open ul {
    max-height: 250px;
    transform-origin: 50% 0;
    -webkit-animation: slide-down .5s ease-in;
    transition: max-height .2s ease-in;
    background: #ffffff; display:block;
    overflow: auto;
}

.report-search-date.open .icon-sprite {
    transform: rotate(0deg);
    transition: all .3s ease-in;
    top: 12px;
}

.icon-sprite {
    width: 0;
    height: 0;
    border-bottom: 5px solid #005096;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 12px;
    right: 12px;
    position: absolute;
    transform: rotate(-180deg);
    transition: all .3 ease-in;
}

.pro-blog {
    width: 627px;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -210px;
    margin-top: -200px;
    z-index: 999;
    display: none;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.40);
}

.pro-blog-header {
    background: url(../../assets/images/sale_bg.jpg);
    position: relative;
}

.pro-blog .close-icon {
    width: 32px;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    color: #fff;
    text-align: right;
}

.pro-blog-title {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 62px;
    height: 62px;
    padding-left: 15px;
    text-align: left;
}

.pro-blog-ul {
    width: 100%;
    padding: 0px 40px 40px;
}

.pro-blog-ul li {
    border-bottom: 1px solid #d9e4f3;
    padding: 22px 0;
}

.pro-blog-ul li span {
    width: 114px;
    text-align: left;
    display: inline-block;
    color: #005096;
    font-weight: bold;
}

.pro-blog-ul li div {
    width: calc(100% - 120px);
    text-align: left;
    display: inline-block;
    padding-left: 15px;
    vertical-align: top;
}

.pro-look-detail {
    cursor: pointer;
    color: #005096;
}
.pro-look-detail .date{
    margin-top: 5px;
    font-size: 11px;
}
.pro-table-body a{color: #005096;}
.box-height{height: 265px;}
.manager_arrow-up{
    display: inline-block;
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #005096;
    font-size: 0px;
    line-height: 0px;
    margin: 0 auto;
}
.manager_arrow-down{
    display:inline-block;
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #005096;
    font-size: 0px;
    line-height: 0px;
}