.Home {
    width: 100%;
    height: 100%;
    min-width: 1200px;
}

.header .header_top {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.header .header_top_cont {
    padding: 20px 0px;
    max-width: 1200px;
    min-width: 1200px;
    height: 60px;
    margin: 0px auto;
}

.logo_img {
    width: auto;
    height: 80px;
}

.header_menu a {
    display: block;
    color: #666666;
    font-size: 14px;
    text-decoration: none;
    line-height: 25px;
    margin-right: 20px;
}

.division {
    height: 20px;
    width: 1px;
    margin: 0px 20px;
    background-color: #666666;
}

.banner {
    width: 100%;
    position: relative;
}

.banner p {
    position: absolute;
    font-size: 52px;
    white-space: nowrap;
    font-family: VAG Round;
    font-weight: 400;
    color: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner img {
    width: 100%;
    height: 100%;
}

.header_cont {
    width: 100%;
    /* background-color: #FFFAF2; */
    background-image: url("/assets/images/orgs/org_bg.jpg");
    background-repeat: repeat;
    margin: 0px auto;
}

.header_cont_info {
    max-width: 1200px;
    min-width: 1200px;
    margin: 0px auto;
}

.header_cont_serrch {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_cont_serrch .select_type .el-input__inner {
    width: 80px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid #FF5F1A;
    border-radius: 26px 0px 0px 26px;
    color: #666666;
    border-right: none;
    display: block;
    margin-top: 40px;

}

.header_cont_serrch .select_type .el-input__inner:focus {
    border: 2px solid #FF5F1A !important;
    border-right: none !important;
}

.el-select .el-input .el-select__caret {
    color: #FF5F1A;
}

.el-select-dropdown__item.selected {
    color: #FF5F1A !important;
}

.header_cont_serrch_ipt {
    outline: none;
    width: 450px;
    height: 41px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid #FF5F1A;
    border-radius: 0px 26px 26px 0px;
    padding-left: 10px;
    font-size: 15px;
    margin-top: 40px;
    color: #666666;
    border-left: none;
    display: block;
}

.el-select .el-input.is-focus .el-input__inner {
    border-color: #666666;
}

.big_img {
    position: absolute;
    top: 42px;
    right: 345px;
    cursor: pointer;
}

.header_cont_serrch_ipt::-webkit-input-placeholder {
    color: #666666;
}

.header_cont_serrch_ipt::-moz-placeholder {
    color: #666666;
}

.header_cont_serrch_ipt::placeholder {
    color: #666666;
}

.header_screen_menu {
    margin-top: 30px;
    color: #FFFFFF;
}

.screen_menu_title {
    font-size: 16px;
    width: 130px;
}

.screen_menu_cont {
    margin-bottom: 30px;
}

.header_screen_btn .screen_btn {
    width: 111px;
    height: 43px;
    line-height: 43px;
    background-color: #FF5F1A;
    border-radius: 22px;
    outline: none;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 30px;
}

.header_exhibition {
    margin-top: 20px;
}

.header_exhibition_left,
.header_exhibition_right {
    width: 595px;
    height: 595px;
}

.tit_cont .tit {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 595px;
    padding-bottom: 5px;
    margin-top: 20px;
}

.tit img {
    width: 35px;
    height: 35px;
    margin-right: 5px;
}

.tips_tit {
    width: 350px;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #FF5F1A;
}


.tit p {
    font-size: 22px;
    font-family: FZCuYuan-M03S;
    font-weight: 400;
    color: #FF5F1A;
}

.img_cont,
.img_cont1,
.img_cont2,
.img_cont3 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.img_one_row_left .img_cont {
    width: 595px;
    height: 300px;
}

.img_tow_row_left .img_cont {
    width: 292px;
    height: 135px;
    margin-top: 10px;
}

.img_three_row_left .img_cont,
.img_three_row_right .img_cont {
    width: 140px;
    height: 135px;
    margin-top: 10px;
    margin-right: 11.5px;
}


.img_one_row_right,
.img_two_row_right {
    height: 230px;
}

.img_one_row_right .img_cont1,
.img_one_row_right .img_cont2 {
    width: 230px;
    height: 100%;
    margin-right: 10px;
}

.img_one_row_right .img_cont3 {
    width: 115px;
    height: 100%;
}

.img_two_row_right {
    margin-top: 10px;
    height: 205px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.img_two_row_right .img_cont1 {
    width: 345px;
    height: 100%;
}

.img_two_row_right .img_cont2 {
    width: 240px;
    height: 100%;
}

.pagination {
    width: 100%;
    text-align: center;
    padding: 60px 0px;
}

.pagination .page a {
    text-decoration: none;
    display: inline-block;
    min-width: 17px;
    margin: 3px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
    font-size: 15px;
    cursor: pointer;
}

.cur {
    background-color: #FFFFFF !important;
    color: rgba(1, 1, 255, 0.5) !important;
}

.main {
    width: 100%;
    background-color: #FFFAF2;
}

.adv {
    width: 100%;
    height: 200px;
    background-image: url('http://static.yage.org.cn/background/banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.adv img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.news {
    padding: 40px 0px;
}

.news_cont {
    width: 1200px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.news_cont_info {
    width: 580px;
    height: auto;
}

.news_cont_header {
    width: 580px;
    height: auto;
    border-bottom: 1px solid #D8D8D8;
}

.news_cont_tit {
    width: 160px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 3px solid #0101FFFF;

}

.news_cont_info .more {
    color: #0101FFFF;
    width: 50px;
    cursor: pointer;
}

.news_cont_info .more i {
    /* position: relative; */
    top: 1px;
}

.news_cont_info .content {
    padding-top: 20px;
}

.news_cont_info .content img {
    width: 100%;
    height: 295px;
}

.news_cont_info .content p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.hotAuthor {
    padding: 40px 0px;
    background-image: url("/assets/images/orgs/org_bg.jpg");
    background-repeat: repeat;
}

.hotAuthor_cont {
    width: 1200px;
    min-width: 1200px;
    margin: 0px auto;
}

.hotAuthor_cont .tit {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.hotAuthor_cont .tit .tips_tit {
    display: flex;
    justify-content: flex-start !important;
    align-items: center;
}

.hotAuthor_content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    /* margin-bottom: 50px; */
}

.hotAuthor_cont .title {
    margin-bottom: 50px;
}

.hotAuthor_item {
    width: 120px;
    margin-right: 96px;
    margin-bottom: 30px;
}

.hotAuthor_item img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.hotAuthor_item .card {
    position: relative;
    width: 36px;
    height: 18px;
    background: #FF5F1A;
    color: #FFFFFF;
    border-radius: 4px;
    font-size: 12px;
    margin: 0px auto;
    top: -12px;
    z-index: 99;
}

.hotAuthor_item .name {
    font-size: 17px;
    font-weight: 400;
    color: #666666;
    margin: -10px auto 10px;
}

.hotAuthor_item .ename {
    font-size: 12px;
    color: #666666;
}

.hotAuthor .news_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.hotAuthor .news_item {
    width: 47%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    box-sizing: border-box;
    font-size: 16px;
}

.hotAuthor .news_item p {
    cursor: pointer;
}

.hotAuthor .news_item .news_item_title {
    width: 70%;
    white-space: nowrap;
    /*强制在一行显示*/
    text-overflow: ellipsis;
    /*设置超出内容显示...*/
    overflow: hidden;
    /*一定不能少 超出的内容进行隐藏*/
}

.hotAuthor .news_item p:hover {
    text-decoration: underline;
}

#layer-photos-demo {
    animation-duration: 1.5s;
}

.layui-layer-phimg {
    border: 30px solid;
    border-image: url("/assets/images/home/border.png") 30 30 stretch;
}

.layui-layer-shade {
    opacity: 0.7 !important;
}

.author_list {
    width: 1200px;
    margin: 0px auto;
    margin-top: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.author_item {
    width: 200px;
    height: 240px;
    margin-right: 50px;
    text-align: center;
    background-color: #FFFFFF;
}

.author_item img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: relative;
    top: -60px;
    border: 1px solid #ebebeb;
}

.age {
    position: relative;
    top: -70px;
}

.age_card {
    background: #FF5F1A;
    border-radius: 4px;
    color: #FFFFFF;
    padding: 0px 5px;
}

.author_item .info {
    position: relative;
    top: -60px;
}

.info .name {
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 5px;
}

.info .e_name {
    font-size: 12px;
    color: #999999;
    margin-bottom: 5px;
}

.info .count {
    font-size: 14px;
    color: #666666;
    margin-bottom: 5px;
}

.info .go_home {
    padding-top: 20px;
}

.info .go_home button {
    width: 103px;
    height: 35px;
    border: 1px solid #FF5F1A;
    border-radius: 17px;
    background-color: #FFFFFF;
    font-size: 13px;
    color: #FF5F1A;
    cursor: pointer;
}

.layui-layer-imgbar {
    min-height: 80px !important;
    height: auto !important;
}

.layui-layer-imgtit a {
    max-width: 100% !important;
    display: block;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
    color: #bbbbbb;
}

.layui-layer-imgtit a:hover {
    text-decoration: none;
}

.layui-layer-photos {
    height: auto !important;
}



.head_portrait img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #bbbbbb;
    margin-left: 20px;
    cursor: pointer;
}

.tologin {
    color: #FFFFFF;
    font-size: 14px;
}

.tologin a {
    color: #666666 !important;
    display: inline !important;
    line-height: 25px;
}

.linktodetails {
    margin-left: 10%;
}


.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #FF5F1A !important;
}

.el-pagination.is-background .el-pager li:not(.disabled).active:hover {
    color: #FFFFFF !important;
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
    color: #FF5F1A !important;
}



/* 登录窗口 */
.el-dialog__header {
    padding: 0px !important;
}

.el-dialog__headerbtn {
    top: 10px !important;
    right: 10px !important;
}

.el-dialog__body {
    padding: 25px 10px 10px !important;
}

#login_cont {
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 8px;
    margin: 0px auto;
    padding: 10px 20px;
    box-sizing: border-box;
}

#login_cont .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    margin-bottom: 40px;
}

#login_cont h2 {
    font-size: 20px;
    font-weight: bold;
    color: #434346;
}

#login_cont .title a {
    text-decoration: none;
    font-weight: initial;
    color: #333333;
    font-size: 14px;
}

#login_cont .ipt_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

#login_cont .ipt_cont p {
    color: #333333;
    font-size: 14px;
}

#login_cont .ipt_cont input {
    width: 300px;
    height: 40px;
    border: 2px solid #D8D8D8;
    border-radius: 4px;
    padding-left: 20px;
}

#login_cont .findpwd {

    text-align: center;
    text-decoration: none;
    margin-bottom: 20px;
}

#login_cont .findpwd a {
    color: #FB8800;
    font-size: 15px;
}

#login_cont .btn_cont {
    width: 100%;
    text-align: center;
}

#login_cont .btn_cont button {
    width: 300px;
    height: 45px;
    line-height: 45px;
    background: #FF5F1A;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    border: none;
}

#login_cont .code_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#login_cont .code_cont button {
    width: 140px;
    height: 42px;
    border: 2px solid #FD6602;
    border-radius: 4px;
    background-color: #FFFFFF;
    font-size: 14px;
    color: #FD6602;
    cursor: pointer;
    margin-left: 10px;
}

#login_cont .code_cont input {
    width: 150px;
}

#login_cont .bottom_tip {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#login_cont .bottom_tip img {
    width: 28px;
    height: 28px;
    cursor: pointer;
}

#login_cont .bottom_tip a {
    text-decoration: none;
    color: #333333;
    font-size: 14px;
}

#login_cont .qrcode #login_code {
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: start;
}

#login_cont .qrcode p {
    text-align: center;
    padding: 15px 0px 39px;
}



.lb span {
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}
