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

.header .header_top {
    width: 100%;
    background-image: url('http://static.yage.org.cn/background/header_bg.jpg');
    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;
}

.header .header_title .logo {
    width: 500px;
    height: 60px;
}

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

.header_menu a:hover {
    color: #FFFFFF;
}

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

.banner {
    width: 100%;
}

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

.header_cont {
    width: 100%;
    height: 1500px;
    background-image: url('http://static.yage.org.cn/background/bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-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: 1px solid #FFFFFF;
    border-radius: 26px 0px 0px 26px;
    color: #FFFFFF;
    border-right: none;
    display: block;
    margin-top: 40px;
}

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

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

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

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

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

.search_span {
    position: absolute;
    top: 51px;
    right: 350px;
    cursor: pointer;
    font-size: 15px;
    color: #FFFFFF;
}

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

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

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

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

.screen_menu_title {
    font-size: 16px;
    width: 130px;
    position: relative;
    top: -2px;
}

.screen_menu_cont {
    margin-bottom: 20px;
}

.check_box {
    margin-left: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.check_box_item {
    margin-left: 20px;
}

.check_box_item input[type="checkbox"] {
    width: 13px;
    height: 13px;
    margin-right: 5px;
    cursor: pointer;
    opacity: 0;
}

.check_box_item input[type="checkbox"]+span {
    display: inline-block;
    border-radius: 2px;
    width: 13px;
    height: 13px;
    border: 1px solid #FFFFFF;
    background-color: transparent;
    position: absolute;
    cursor: pointer;
}

.check_box_item input[type="checkbox"]:checked+span::after {
    content: '\2714';
    color: #FFFFFF;
    position: absolute;
    font-size: 13px;
    left: 1px;
    bottom: -1px;
}

.check_box_item p {
    position: relative;
    top: -0.5px;
    cursor: pointer;
}

.header_screen_btn .screen_btn {
    width: 111px;
    height: 40px;
    line-height: 40px;
    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;
}

.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 {
    text-align: center;
    padding: 45px 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;
}

.org {
    height: 480px;
    width: 1200px;
    padding: 60px 0px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.org_brief {
    width: 200px;
    height: 100%;
    box-sizing: border-box;
    padding: 20px 0px;
}

.org_brief img {
    width: 120px;
    height: 30px;
}

.org_brief .tip {
    font-size: 22px;
    font-family: FZCuYuan-M03S;
    font-weight: 400;
    color: #FDF0E9;
    line-height: 36px;
    margin-top: 40px;
}

.org_brief button {
    width: 178px;
    height: 50px;
    border: 2px solid #FF5F1A;
    border-radius: 4px;
    background-color: rgba(1, 1, 255, 0.2);
    font-size: 18px;
    color: #FF5F1A;
    cursor: pointer;
}

.org_title {
    font-family: FZCuYuan-M03S;
    font-weight: 400;
    font-size: 30px;
    color: #FF5F1A;
}

.org_list {
    width: 900px;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.org_item {
    width: 110px;
    height: 110px;
    margin: 20px;
    text-align: center;
}

.org_item p {
    text-align: center;
    font-family: Microsoft YaHei;
    color: #FFFFFF;
    font-size: 15px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.org_item img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.main {
    width: 100%;
}

.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;
}

.news_cont_info .content a {
    width: 430px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hotAuthor {
    padding: 40px;
    background-image: url('http://static.yage.org.cn/background/bg2.jpg');
}

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

.hotAuthor_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

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

.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: -20px;
    z-index: 99;
}

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

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

#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;
}

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

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

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

.layui-layer-imgtit em {
    display: block;
    line-height: 20px;
}

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

.tologin {
    color: #FFFFFF;
    font-size: 17px;
    margin-left: 20px;
}

.tologin a {
    font-size: 14px;
    display: inline !important;
}

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

.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;
}

.linkdetails {
    display: inline !important;
}

.linktodetails {
    margin-left: 10%;
}

.lb {
    text-align: right;
}

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