.search{
    overflow: hidden;
    width: 100%;
    background-color: #f1f1f1;
    border-bottom: solid 1px #ddd;
}
.search-con{
    margin: 0 auto;
    width: 100%;
}
.align-item-center{
    align-items: center;
}
.search-con-left{
    display: flex;
    justify-content: left;
    align-items: center;
}
.search-con-left span{
    color: #333;
    font-size: 12px;
}
.search-con-left p{
    margin: 10px;
}
.search-con-left a{
    color: #6c6c6c;
    font-size: 12px;
    margin-right: 10px;
}
.search-con-right{
    display: flex;
    justify-content: right;
    align-items: center;
}
.profile_inner{
    border: 1px solid #da0001;
    height: 100%;
    border-radius: 4px;
}
.profile-con{
    padding:  70px 0;
}
.about_content{
    padding: 15px;
}
.about_content h3{
    font-size: 18px;
}
.about_content ul{
    display: flex;
    margin: 8px 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px #ccc solid;
    align-items: center;
}
.about_content ul>li{
    margin-right: 10px;
    display: flex;
    color: #333;
    font-size: 14px;
    align-items: center;
}
.about_content ul>li a{
    color: #333;
}
.about_content ul li i{
    display: block;
    color: #333;
    font-size: 18px;
    margin-right: 4px;
}
.about_content ol{
    margin-top: 20px;
}
.about_content img{
    display: block;
    margin: 5px auto;
    max-width: 100%;
    border-radius: 4px;
}
.profile-con-item {
    border: solid #da0001 1px;
    border-radius: 4px;
    margin-bottom: 25px;
}
.profile-con-item:last-child{
    margin-bottom: 0;
}
.profile-con-top h4{
    font-size: 16px;
    font-weight: 400;
    position: relative;
    line-height: 30px;
    text-align: left;
    color: #fff;
    background-color: #da0001;
    border-bottom: solid #da0001 1px;
    padding: 10px 0;
    padding-left: 30px;
    margin-bottom: 0px;
}
.profile-con-top h4::before{
    content: '';
    width: 2px;
    height: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    background-color: #fff;
}
.profile-con-itemnav a{
    display: block;
    line-height: 40px;
    position: relative;
    padding-left: 30px;
    border-bottom: 1px #da0001 dashed;
}
.profile-con-itemnav a::before{
    content: '\f04e';
    font-family: 'FontAwesome'; 
    position: absolute;
    top: 50%;
    font-size: 12px;
    color: #000;
    transition: .3s;
    transform: translateY(-50%);
    left: 15px;
}
.profile-con-itemnav a:last-child{
    border-bottom: 0;
}
.profile-con-itemnav a:hover,
.profile-con-itemnav a:hover::before,
.profile-con-top a{
    color: #da0001;
}
.profile-con-itemcon {
    padding: 15px;
}
.profile-con-itemcon img{
    max-width: 130px;
    display: block;
    width: 100%;
    margin: 0 auto;
    border-radius: 4px;
}
.profile-con-itemnews{
    padding: 0 15px;
}
.profile-con-itemnews li{
    padding-top: 12px;
}
.profile-con-itemnews li a{
    padding-left: 15px;
    position: relative;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.profile-con-itemnews li a::before{
    content: '';
    width: 4px;
    height: 4px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.profile-con-itemnews li:last-child{
    padding-bottom: 12px;
}
.profile-con-l ul{
    padding-bottom: 0;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-top: 0em;
}
.profile-con-l div{
    width: 100%;
    background-color: #f9f9f9;
    z-index: 10;
    position: relative;
}
.profile-con-l a{
    border-top: 1px solid #eaeaea;
    padding: 20px 0 20px 30px;
    font-size: 16px;
}
.profile-con-l a span{
    margin-left: 10px;
}
.profile-con-middle{
    margin-top: 10px;
    padding: 18px;
    color: #da0001;
    font-size: 16px;
    border: solid #e0e0e0 1px;
    border-left: solid #da0001 3px;
    display: flex;
    align-items: center;
}
.profile-con-middle h5{
    color: #da0001;
    margin-bottom: 0em;
}
.profile-con-middle-l{
    padding-bottom: 0;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-top: 0em;
    padding: 10px 10px 12px 10px;
}
.profile-con-middle-l li{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.profile-con-bom{
    margin-bottom: 0px;
    margin-top: 10px;
    padding: 18px;
    color: #da0001;
    font-size: 16px;
    border: solid #e0e0e0 1px;
    border-left: solid #da0001 3px;
    display: flex;
    align-items: center;
}
.daxiao img{
    width: 100%;
    height: 100%;
}
.profile-con-bom h5{
    font-size: 16px;
    color: #da0001;
    margin-bottom: 0em;
}
.profile-con-bom-l{
    padding-bottom: 0;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-top: 0em;
    padding: 10px 10px 12px 10px;
}
.profile-con-bom-l div{
    display: flex;
    justify-content: center;
}
.profile-con-bom-l p{
    padding-top: 15px;
    overflow: hidden;
    color: #333333;
}
.profile-con-bom-l b{
    color: #da0001;
}
.profile-con-bom-l p a{
    color: #333333;
}
.profile-con-top-r{
    overflow: hidden;
    padding-right: 15px;
    border-bottom: 1px solid #dbdbdb;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.profile-con-top-r h5{
    font-size: 18px;
    padding: 8px 0;
    line-height: 25px;
    color: #da0001;
    padding-left: 15px;
    border-left: 3px solid #da0001;
}
.top-r-d a{
    color: rgb(102, 102, 102);
}
.profile-con-bom-r h2{
    text-indent:1em;
}
.about-img{
    padding: 10px;
}
.about-img img{
    border-radius: 4px;
    max-width: 100%;
    display: block;
    margin:0 auto;
}
.text{
    padding-top: 20px;
}
.page{
    clear: both;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    margin: 20px 0;
}
.page span{
    margin: 0 4px;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 6px 15px;
    border-color: #da0001;
    background: #da0001;
    color: #fff;
}
.page a{
    margin: 0 4px;
    color: #666;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 6px 15px;
    text-decoration: none;
}
.page a:hover{
    transition: .3s;
    background: #da0001;
    color: #fff;
}
.contact_content{
    padding: 20px;
}
.contact_content h2{
    font-size: 25px;
}
.contact_content p{
    text-indent:2em;
}

.profile-con-items {
    padding: 20px;
}
.profile-con-items h4{
    font-size: 26px;
}
.profile-con-items p{
    font-size: 16px;
    padding-top: 10px;
}
.profile-con-items:last-child{
    margin-bottom: 0;
}
.profile-con-itemcons{
    margin-bottom: 20px;
}
