﻿@charset "utf-8";

blockquote,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@font-face {
    font-family: layui-icon;
    src: ;
    src:  format('embedded-opentype'),  format('svg'),  format('woff'),  format('truetype')
}

.layui-icon {
    font-family: layui-icon !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.layui-text h3 {
    font-size: 18px;
}

.layui-timeline-title {
    position: relative;
    margin-bottom: 10px;
}

.layui-timeline {
    padding-left: 5px
}

.layui-timeline-item {
    position: relative;
    padding-bottom: 20px
}

.layui-timeline-axis {
    position: absolute;
    left: -5px;
    top: 0;
    z-index: 10;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    color: #5fb878;
    border-radius: 50%;
    text-align: center;
    cursor: pointer
}

.layui-timeline-axis:hover {
    color: #ff5722
}

.layui-timeline-item:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 0;
    z-index: 0;
    width: 1px;
    height: 100%;
    background-color: #e2e2e2
}

.layui-timeline-item:last-child:before {
    display: none
}

.layui-timeline-item:first-child:before {
    display: block
}

.layui-timeline-content {
    padding-left: 25px
}

.ey-news .ey-news-rizhi {
    background: #ffffff;
    padding: 20px 30px;
    padding-right: 250px;
}


.layui-timeline-title p {
    font-size: 15px;
    line-height: 28px;
}


.rizhi-help {
    font-size: 16px;
    padding: 10px 15px;
    margin-bottom: 20px;
    background: #fff9f5;
}


.profile_right {
    width: 248px;
    right: 240px;
    float: right;
    background: #fff;
    height: 800px;
    position: fixed;
    padding: 10px 20px;
    overflow-y: auto;
    z-index: 9;
}
.profile_right::-webkit-scrollbar {
    width: 4px;
}

.profile_right::-webkit-scrollbar-track {
    background-color: #fff;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}
.profile_right::-webkit-scrollbar-thumb {
    background-color: #e6e6e6;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}
.profile_right_cnt {
    width: 100%;
    height: auto;
    position: relative;
    border-left: 1px solid rgba(60, 60, 67, .12);
    font-size: 13px;
    font-weight: 500;
    float: left
}
.profile_right_cnt_first {
    width: 100%;
    font-size: 16px;
    color: #333;
    float: left;
    padding: 6px 0 6px 18px;
    border-left: 1px solid rgba(60, 60, 67, .12);
}
.profile_right_cnt li {
    width: 100%;
    color: #333;
    float: left;
    padding-left: 18px;
    margin: 6px 0;
    list-style: none;
}

.profile_right_cnt li a {
    font-size: 14px;
    color: #333
}

.profile_right_cnt li:hover {
    color: #ff6f06;
    cursor: pointer;
}

.profile_right_cnt li:hover a {
    color: #ff6f06
}
.profile_right_cnt .active {
    font-size: 14px;
    margin-left: -1px;
    font-weight: normal;
    padding-left: 17px;
    border-left: 2px solid #ff6f06;
    color: #ff6f06;
    cursor: pointer;
}

.profile_right_cnt .active a {
    font-size: 14px;
    color: #ff6f06
}


@media (max-width: 767px) {
    .profile_right {
        display: none;
    }
    .ey-news .ey-news-rizhi {
        padding: 20px 10px;
    }
}
@media (max-width: 991px) {
    .profile_right {
        display: none;
    }
    .ey-news .ey-news-rizhi {
        padding: 20px 30px;
    }
}
@media (max-width: 1440px) {
    .profile_right {
        right: 135px;
    }
}