@charset "utf-8";

/*初始化样式*/
.subcontent {
    display: block;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background: #ffffff;
    padding-bottom: 30px;
    margin-bottom: 18px;
    position: relative;
    z-index: 9999;
    margin-top: 5px;
}

.subcontent .head-message{
    width: 1200px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.zt {
    display: block;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.ztl {
    display: block;
    width: 370px;
    margin-right: 45px;
    float: left;
}

.ztcon .aq {
    width: 100%;
    height: 150px;
}

.ztcon .aq img {
    width: 100%;
    height: 150px;
}

.ztzlhead {
    display: block;
    width: 100%;
    height: 50px;
  /*  border-bottom: 1px solid #858585;*/
}

.ztzlhead span {
    display: block;
    float: left;
    overflow: hidden;
    line-height: 50px;
    font-size: 18px;
    padding: 0 15px;
    color: #0c5391;
    /*border-bottom: 2px solid #0c5391;*/
}

.ztzlhead a {
    display: block;
    float: right;
    overflow: hidden;
    margin-top: 20px;
    margin-right: 10px;
    color: #676767;
}

.zt ul {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 14px;
    padding-bottom: 20px;
    margin-left: 10px;
}

.zt li {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 32px;
    color: #0c5391;
    /*background: url(../images/coin7.png) no-repeat left center;*/
}

.zt li div{
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zt li div div{
    width: 5px;
    height: 5px;
    background-color: rgb(153,173,194);
    margin-right: 10px;
}

.zt li a {
    display: block;
    width: 100%;
    overflow: hidden;
    color: #343434;
    text-indent: 21px;
}

.title_03 {
    width: 100%;
    height: 59px;
    line-height: 59px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.title_03_con {
    min-width: 120px;
    height: 56px;
    float: left;
    border-bottom: 4px solid #1068cd;
}

.title_03 h1{
    width: auto;
    height: 60px;
    display: block;
    margin-left: 10px;
    float: left;
    /* font-size: 24px; */
    font-weight: bold;
}