﻿.huandengpian img {
    object-fit: cover;
}
/*证书查询*/
.zscx_inner {
    width: 1200px;
    margin: 0 auto;
    height: 120px;
    font-size: 14px;
    line-height: 40px;
    color: #000;
    font-weight: bold;
}
.zscx ul li{
    float:left;
}

.zscx01 {
    width: 140px;
    height: 100%;
    text-align: center;
    padding-top: 20px;
    border-right: 1px dashed #c2dff1;
    float: left;
}
.zscx01 div:first-child
{
    border-bottom: 1px dashed #c2dff1;
}
.zscx02
{
    width:660px;
    height:100%;
}
.zscx02_1 {
    padding-left: 30px;
    padding-top: 20px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #c2dff1;
}
.zscx02_1 input[type=text]
{
    width:160px;
    height:32px;
}
.zscx02_1 input[type=submit]
{
    width:80px;
    height:32px;
    line-height:30px;
    border-radius: 3px;
    cursor:pointer;
    background-color:#077edf;
    border:0;
    color:#fff;
}
.zscx02_2 {
    padding-left: 30px;
    color: #ff1035;
    font-weight:normal;

}
.zscx03 {
    width: 1px;
    margin: 10px 30px;
    border-left: 1px solid #c2dff1;
    height: 90px;
}
.zscx04{
    text-align:center;
    width:160px;
    margin-right:30px;
}
.zscx04 div:first-child
{
    padding-top:20px;
    height:40px;
    line-height:40px;
    border-bottom: 1px solid #c2dff1;
}
.zscx04 div:last-child
{
    font-size:12px;
}
.zscx05 {
    width: 140px;
    height: 60px;
    line-height:30px;
    vertical-align:middle;
    margin: 30px 0px;
    text-align: right;
    border-left: 1px dashed #c2dff1;
}
.article {
    width: 1200px;
    margin: 0 auto;
}
.article a{
    color: #3C3C3C;
}
.article a:hover
{
      color: #095f8a;
}
.article_inner {
    width: 100%;
    display:inline-block;
    padding:15px 0;
}
.article01, .article02, .article03 {
    float: left;
    width: 360px;
    margin-right: 40px;
    
}
.article_inner .line {
    width: 40%;
    height: 0;
    border-bottom: 2px solid #0099ff;
}
.article_inner .triangle {
    width: 0;
    height: 0;
    margin-left: 15%;
    border-width: 3px;
    border-style: solid;
    border-color: #0099ff transparent transparent transparent;
}
.article_inner .title {
    width: 100%;
    background-color: #f9f9fb;
}
.article_inner .title p {
    height: 32px;
    text-indent: 20px;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.article_inner ul
{
    width:100%;
    display:inline-block;
    background-color:#fff;
    font-size:14px;
    border:0;
    border-collapse:collapse;
}

.article_inner ul li{
    height:40px;
    line-height:40px;
    border-bottom: 1px dashed #F5F5F5;
}
.article_inner ul li a{
    width:75%;
    text-overflow: ellipsis;
    word-wrap: normal;
    white-space: nowrap;
    display:block;
    overflow:hidden;
    float:left;
}
.article_inner ul li span{
    padding-left:5px;
    box-sizing:border-box;
    font-size:12px;
    float:right;
}
@media (max-width: 767px) {
    /*证书查询*/
    .zscx_inner {
        width: 100%;
    }
    .zscx01, .zscx03, .zscx04, .zscx05{
        display:none;
    }
    .zscx02 {
        font-size: 12px;
        width: 100%;

    }
    .zscx02_1
    {
        padding-top:10px;
        height:50px;
    }
    .zscx02_2 {
        width:100%;
        text-overflow: ellipsis;
        line-height:24px;
        height:60px;
        word-wrap:normal;
        overflow:hidden;
    }
    .zscx02_1, .zscx02_2 {
        padding-left: 10px;
        box-sizing: border-box;
    }
    .zscx02_1 input[type=text]
    {
        width:100px;
        height:26px;
    }
    .zscx02_1 input[type=submit]
    {
        width:60px;
        height:28px;
    }
    /*文章列表*/
    .article {
        width: 100%;
    }
    .article_inner {
        width: 100%;
        padding-left:5px;
        box-sizing:border-box;
    }
    .article01, .article02, .article03
    {
        width:32%;
        margin-right:1%;
    }
    .article_inner .title p {
        height: 30px;
        text-indent:10px;
        font-size: 14px;
    }
    .article_inner ul li a{
        font-size:12px;
        width:100%;
        float:none;
    }
    .article_inner ul li span {
        width:0;
        display:none;
    }
}