index.css 6.23 KB
* {
    margin: 0;
    padding: 0;
}

.main {
    /*   padding: 20px;
       margin-left: 200px;
       width: 1200px;
       overflow: hidden;
       margin: 0 auto;*/
}

/*================首页 start=====================*/
div a {
    color: #000000;
    text-decoration: none;
}

div.subject h2 a:hover {
    color: #f46143;
}

div.subject {
    margin: 0 auto;
    float: none;
    clear: both;
    position: relative;
    min-width: 1200px;
}

/*新闻  */
div.top-logo {
    width: 1200px;
    height: 70px;
    padding-top: 20px;
}

div.top-logo ::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 13px;
}

div.top-logo ::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 13px;
}

div.top-logo :-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 13px;
}

.top_logo_content {
    height: 40px;
    width: 100%;
    margin: 0 auto;
}

div.top-logo .top_logo_search {
    float: left;
    width: 350px;
    position: relative;
    margin-left: 400px;
}

div.top-logo .top_logo_search input {
    border-radius: 50px;
}

div.top-logo .login {
    float: right;
    margin-top: 8px;
}

div.top-logo .top_logo_search i {
    position: absolute;
    right: 10px;
    top: 11px;
    cursor: pointer;
}

/*end*/

.top-logo h1 {
    display: inline-block;
    float: left;
}

/*------------------首页 end------------*/

.top-logo ul li {
    display: inline-block;
    padding: 0 8px;
}

.top-logo ul li:first-child {
    border-right: 1px solid grey;
}

div.navigation {
    text-align: center;
}

.navigation .layui-nav-item {
    width: 100px;
    position: relative;
    margin: 0 22px;
}

.layui-bg-blue {
    background-color: #006CFF !important;
}

.layui-nav-item:not(:first-child)::before {
    content: '';
    position: absolute;
    height: 22px;
    border-left: 1px solid #ccc;
    top: 21px;
    left: -20px;
}

/*------------------首页 end------------*/
.leftandright {
    width: 1200px;
    margin: 0 auto;
}

.left {
    border-right-style: inset;
    border-right: 1px solid #DEDEDE;
}

.right {
    width: 400px;
}

.left, .right {
    float: left;
}

.xw {
    padding-top: 10px;
    height: 150px;
    border-bottom-style: inset;
    border-bottom: 1px solid #DEDEDE;
}

.xw-left img {
    width: 200px;
    height: 125px;
    background: #D8D8D8;
}

.xw-left, .xw-right {
    float: left;
}

.left-top {
    width: 408px;
    height: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-size: 18px;
    font-weight: bold;
    color: #4A4A4A;
    line-height: 18px;
}

.left-body {
    width: 687px;
    height: 60px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #6D7278;
    line-height: 21px;
}

.left-buttom div {
    float: left;
}

.left-buttom-date {
    line-height: 57px;
    float: right !important;
    margin-right: 20px;
}

#page {
    margin-top: 20px;
    text-align: center;
}
.right {
    width: 200px;
    margin-top: 20px;
    margin-left: 15px;
}

.right-top {
    width: 100px;
    height: 18px;
    font-size: 18px;
    font-weight: 500;
    color: #4A4A4A;
    line-height: 18px;
}

.right-body {
    display: inline-block;
    margin-bottom: 20px;
}

.tj {
    /*margin-bottom: 10px;*/
}

.tj img {
    width: 200px;
    height: 125px;
    margin-top: 20px;
}

.tj img, .tj span {
    float: left;
}

.tj-title {
    width: 203px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #4A4A4A;
    line-height: 21px;
}

.tj-date {
    width: 90px;
    height: 12px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #9B9B9B;
    line-height: 12px;
}

.right-bottom {
    border-top-style: inset;
    border-top: 1px solid #DEDEDE;
}

.right-bottom-top {
    width: 108px;
    height: 18px;
    font-size: 18px;
    margin-top: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #4A4A4A;
    line-height: 18px;
}

.zcfg {
    margin-top: 20px;
    display: inline-block;
}

.zcfg div {
    float: left;
}

.zcfg-top {
    width: 200px;
    height: 14px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #4A4A4A;
    line-height: 14px;
}

.zcfg-body {
    width: 200px;
    font-size: 14px;
    display: inline-block;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #6D7278;
    line-height: 21px;
}

.zcfg-bottom {
    width: 90px;
    height: 12px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #9B9B9B;
    line-height: 12px;
}

/* -----------------底部start----------------------------- */
div.footer {
    background-color: #233042;
    width: 100%;
}

div.footer .system_service {
    width: 100%;
    border-bottom: 1px solid #4A4A4A;
}

div.footer .system_service ul {
    padding: 40px 0;
    width: 1400px;
    margin: 0 auto;
    font-size: 0;
}

div.footer .system_service ul li {
    width: 20%;
    display: inline-block;
    text-align: center;
    height: 18px;
    box-sizing: border-box;
}

div.footer .system_service ul li:not(:last-child) {
    border-right: 1px solid #6D7278;
}

div.footer .system_service ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #DEDEDE;
}

div.footer .system_service ul li a:hover {
    color: #f46143;
}

.footer .subject {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    overflow: hidden;
}

.footer .subject .footer_logo {
    float: left;
}

.footer .subject .footer_logo a {
    display: block;
    width: 64px;
    height: 74px;
    padding: 10px;
}

.footer .subject .footer_logo a img {
    width: 100%;
    height: 100%;
}

.footer .subject ul, ol {
    float: left;
    color: #CBCBCB;
    text-align: left;
}

.footer .subject ul {
    width: 73%;
    box-sizing: border-box;
    padding-left: 40px;
    margin-top: 10px;
}

.footer .subject ul li {
    width: 30%;
    display: inline-block;
    text-align: left;
    margin-bottom: 30px;
}

.footer .subject ol li {
    display: inline-block;
    text-align: center;
}

.footer .subject ol li:last-child {
    margin-left: 60px;
}

.footer .subject ol li img {
    width: 80px;
    height: 80px;
}

.footer .subject ol li p {
    font-size: 12px;
    color: #CBCBCB;
    margin-top: 5px;
}