﻿

:root {
    --black: #000;
    --white: #fff;
    --gray: #c8c9cc;
    --gray-light: #e5e5e5;
    --gray-darker: #7d7e80;
    --gray-dark: #969799;
    --text-color: #3c3c3c;
    --border-color: #C2C2C2;
    --active-color: #f2f3f5;
    --background-color: #f8f8f8;
    --background-color-light: #fafafa;

    --theme-color: #00B5AE;
    --theme-color-dark: #00807b;
    --theme-color-light: #18e0d8;

    --warning-color: #ffa179;
    --warning-color-dark: #ff976a;
    --warning-color-light: #fffbe8;

    --success-color: #20c770;
    --success-color-dark: #07c160;
    --success-color-light: #b5eccf;

    --error-color: #ff5757;
    --error-color-dark: #f44;
    --error-color-light: #ffc7c7;

    --font-size: 16px;
    --center-width: 1200px;
}

a {
    color: #1E1E1E;
}

a:hover, a.hover {
    color: #00B5AE;
}

body {
    color: #5A5A5A;
    font-family: "Microsoft YaHei", Consolas;
}

.top-bar {
    background-color: rgba(251, 147, 147, 1);
}

.Page-header>.header {
    background-color: #fff;
}

.Page-content {
    background-color: #fff;
}

.Page-sidebar {
    background-color: #fff;
}

.Page-footer>.footer {
    background-color: rgba(0, 181, 174, 1);
}

.container, .cc-row--wdith__default {
    max-width: 1200px;
}

.cc-row--width__row {
    padding-left: calc((100vw - 1200px) / 2) !important;
    padding-right: calc((100vw - 1200px) / 2) !important;
}


h1 {
    font-size: 32px;
    color: #3c3c3c;
}

h2 {
    font-size: 24px;
    color: #3c3c3c;
}

h3 {
    font-size: 18px;
    color: #3c3c3c;
}

h4 {
    font-size: 16px;
    color: #3c3c3c;
}

h5 {
    font-size: 13px;
    color: #3c3c3c;
}

h6 {
    font-size: 12px;
    color: #3c3c3c;
}


/* 首页 */
.home_abg{
    margin-top: 50px;
    height: 645px;
    background-position: center center;
}
.home_news{
    margin-top: 50px;
    margin-bottom: 50px;
}
/* 新闻 */

.news_list li {
    margin-bottom: 40px;
    background-color: #fafafa;
    padding: 33px 33px 33px 115px;
    height: 200px;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    display: flex;

}

.news_list .lileft{
    width: 206px;
    height: 133px;
}
.list_main{padding-left: 45px;position: relative;margin-left: 50px;}
.list_main::before{
    content: '';
    border-left: 1px solid #eee;
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
    height: 100%;
}
@media only screen and (min-width: 768px){
    .list_main::before{
        content: '';
        border-left: 1px solid #eee;
        display: block;
        position: absolute;
        left: 10px;
        top: 0;
        height: 100%;
    }
}
.list_content{
    line-height: 22px;
    font-size: 14px;
    height: 44px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow-wrap: break-word;
    margin-top: 10px;
}
.list_actions{margin-top: 10px;}
.news_more{margin-bottom: 30px;}
/* 下载中心 */
.homedown_bg{
    width: 100%;
    height: 220px;
    background-color: rgba(77, 163, 210, 0.64);
    background-image: url(http://pmof5aefb.pic2.ysjianzhan.cn/upload/xiazai.png);
    background-repeat: no-repeat;
    background-position: 285px 25px;
    padding: 25px;
    box-sizing: border-box;
    text-align: left;
}
.homejob_bg{
    width: 100%;
    height: 220px;
    background-color: rgba(93, 179, 202, 0.74);
    background-image: url(http://pmof5aefb.pic2.ysjianzhan.cn/upload/zhaopin.png);
    background-repeat: no-repeat;
    background-position: 285px 25px;
    padding: 25px;
    box-sizing: border-box;
    text-align: left;
}
.homelogin_bg{
    width: 100%;
    height: 220px;
    background-color: rgba(131, 212, 220, 0.79);
    background-image: url(http://pmof5aefb.pic2.ysjianzhan.cn/upload/huiyuan.png);
    background-repeat: no-repeat;
    background-position: 285px 25px;
    padding: 25px;
    box-sizing: border-box;
    text-align: left;
}
.padd_30{padding-top: 30px;}
.cc-picture--img{width: 66x;height: 66px;}
.lileft img {width: 206px;height: 154px;}
.cc-postslist--date img{width: 206px;height: 154px;}
.swiper-wrapper img{display: block;margin: 0 auto;}