﻿*{
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

a,
a:link,
a:visited,
a:hover,
a:active,
a:focus{
    text-decoration: none;
    color: #000;
}

li{
    list-style-type: none;
    display: inline-block;
}

.xzzf-title{
      width: 100%;
    height: 400px;
    background: url(../images/3e071d0f57a4e111d2fdb1871172031.png) no-repeat;
    background-size: 100% 100%;
}
.main-container{
    width: 1200px;
    margin: 35px auto;
}

.main-container li{
    width: 190px;
    line-height: 55px;
    border: 1px solid #d8d7d7;
    text-align: center;
    padding: 0 10px;
    margin: 15px 11px;
    border-radius: 5px;
    background-color: #fff;
    transition: all .3s;
    font-size: 15px;
}
.main-container li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.main-container li:hover{
    border-radius: 0;
    box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.18);
    border: 1px solid #728add;
    background-color: #F7FAFF;
}
/*  */
.xzzf-title p{
    position: absolute;
    top: 120px;
    text-align: center;
    font-size: 72px;
    color: #fff;
    display: block;
    width: 100%;
    font-family: "方正魏碑简体";
    text-shadow: 2px 2px 5px #394a69;
}
@media screen and (max-width: 1600px)  {
    .xzzf-title p{
        font-size: 62px;
    }
}

.main-channel{
    width: 1200px;
    margin: 35px auto;
}
.main-xzzf-tit {
    margin-top: 20px;
    font-size: 18px;
    color: #333;
    height: 65px;
    background: url(../images/grfr_bj.png) center no-repeat;
    text-align: center;
    background-size: 140%;
    margin-bottom: 10px;
}
.main-xzzf-tit a{
    margin: 0 10px;
    line-height: 55px;
    font-size: 22px;
    width: 230px;
    color: #999999;
    font-weight: bold;
    display: inline-block;
    height: 65px;
    cursor: pointer;
}
.main-xzzf-tit a.active{
    position: relative;
    line-height: 55px;
    font-size: 22px;
    color: #033333;
    width: 230px;
    font-weight: bold;
    display: inline-block;
    height: 65px;
    cursor: pointer;
}
.main-xzzf-tit a.active:after{
    content: "";
    height: 6px;
    width: 50%;
    position: absolute;
    bottom: 7px;
    left: 25%;
    border-radius: 5px;
    background-color: #5a77d9;
}

.main-channel .main-list{
    display: flex;
    justify-content:space-between;
    border-bottom: 1px solid #bbb;
    margin-top: 20px;
}
.main-channel .main-list a{
    padding: 0 23px;
    font-size: 16px;
    width: 32.3%;
    box-sizing: border-box;
    display: inline-block;
    line-height: 40px;
    background-color: #5a77d9;
    color: #fff;
  
}
.main-channel .main-list .active{
    background-color: #097ce3;
    color: #fff;
}
.main-channel .main-list1{
    padding: 0 20px;
    margin-top: 20px;

}
.main-channel .main-list1 ul{
    min-height: 270px;
}
.main-channel .main-list1 li{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    width: 100%;
    transition: all .25s ease;
}
.main-channel .main-list1 li:hover{
    background-color: #f5f7fa;
    transition: all .25s ease;
    padding: 0 5px;
}
.main-channel .main-list1 li a{
    margin-right: 10px;
    display: inline-block;
    max-width: 298px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main-channel .main-list1 li span{
    color: rgb(153, 153, 153);
    display: inline-block;
    float: right;
    font-size: 14px;
}
.main-list1-more{
    padding: 20px 0;

}
.main-list1-more a{
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    margin: 0 auto;
    background-color: rgb(231, 231, 231);
    font-size: 16px;
}

.main-channel .main-list1{padding: 0;width: 32.3%;border-bottom: 1px solid #bbb;}
.main-wrap{display: flex;justify-content: space-between;}

/* ------------------------------ */
.head-zwgk{
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    white-space: nowrap;
    line-height: 64px;
}
.head-hd {
    width: 1200px;
    margin: 30px auto 0;
    text-align: center;
}
.head-hd img {
    max-width: 100%;
    width: 855px;
}



.main-container .cont-titimg, .main-channel .cont-titimg{
    background: linear-gradient(90deg, #5a77d9, #274fc4);
    width: 1163px;
    height: 85px;
    margin: 22px auto;
    text-align: center;
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    line-height: 85px;
    border-radius: 10px;
}

.main-container .cont-titimg a,.main-channel .cont-titimg a{
    color: #fff;    
    letter-spacing: 10px;
}


.oldModel .main-container li{width:350px;font-size:28px;}


