* {
    margin: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

ol,
ul {
    list-style: none;
}

html,
body,
div,
span,
applet,
object,
,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
input,
select {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

.f-weight {
    font-weight: 600;
}

.t-align {
    text-align: center;
}

.f-style {
    font-style: italic;
}

.t-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.t-overflow-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.b-sizing {
    box-sizing: border-box;
}

.d-flex {
    display: flex;
}

.j-c-center {
    justify-content: center;
}

.j-c-spacebetween {
    justify-content: space-between;
}

.j-c-spacearound {
    justify-content: space-around;
}

.j-c-flexstart {
    justify-content: flex-start;
}

.j-c-flexend {
    justify-content: flex-end;
}

.a-i-center {
    align-items: center;
}

.a-i-flexstart {
    align-items: flex-start;
}

.a-i-flexend {
    align-items: flex-end;
}

.f-d-column {
    flex-direction: column;
}

.f-w-wrap {
    flex-wrap: wrap;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.p-fixed {
    position: fixed;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

.c-pointer {
    cursor: pointer;
}

body {
    font: 16px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    background: #f7f7f7;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.title {
    text-align: center;
    margin: 75px 0px 30px;
}

.gcfcList li {
    width: 182px;
    height: 325px;
    border-radius: 0px 30px 0px 30px;
    overflow: hidden;
}

.gcfcList li:nth-of-type(1) {
    background: url(../images/cyjj.png) no-repeat;
    background-size: 100% 100%;
}


.gcfcList li:nth-of-type(2) {
    background: url(../images/csjs.png) no-repeat;
    background-size: 100% 100%;
}


.gcfcList li:nth-of-type(3) {
    background: url(../images/stwm.png) no-repeat;
    background-size: 100% 100%;
}

.gcfcList li:nth-of-type(4) {
    background: url(../images/shmz.png) no-repeat;
    background-size: 100% 100%;
}

.gcfcList li:nth-of-type(5) {
    background: url(../images/kfkf.png) no-repeat;
    background-size: 100% 100%;
}

.gcfcList li:nth-of-type(6) {
    background: url(../images/yhwl.png) no-repeat;
    background-size: 100% 100%;
}

.gcfcList li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gcfcList li div {
    width: 100%;
    height: 50px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    background: url(../images/gcfcShadow.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0px;
}

.gcfcList li:nth-of-type(2n) {
    margin-top: 50px;
}

.containerImage {
cursor: pointer;
    width: 836px;
    height: 506px;
    border-radius: 80px 0px 0px 0px;
    position: absolute;
}

.containers {
    width: 504px;
    height: 455px;
    background: rgba(230, 230, 230, 0.6);
    padding: 15px 25px 40px 40px;
    box-sizing: border-box;
}

.containerTitle {
    font-size: 28px;
    color: #0f0f0f;
    font-family: "楷体";
    font-weight: 600;
}

.containerList li {
    line-height: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dslw ul li p {
    line-height: 28px !important;
    background: url(http://www.lyg.gov.cn/zglygzfmhwz/lygmhwzsjbsy/img/dkdk.png) no-repeat left center;
    padding-left: 12px;
    font-family: "微软雅黑";
    font-size: 16px;
}
.containerList .content {
    display: inline-block;
    width: 95%;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 16px;
    box-sizing: border-box;
    position: relative;
}
.containerList .content {
font-size: 18px;
color:#333;
 text-decoration: none;
}
a:hover{
    color: #2a6496;
    text-decoration: none;
}

.containerList .content::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #4178be;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 0px;
}

.containerH {
    height: 506px;
}

.containerBR {
    border-radius: 0px 45px 0px 0px;
}

.containerBL {
    border-radius: 45px 0px 0px 0px;
}

.cityList {
    width: 335px;
    height: 102px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
    right: -169px;
}

.cityList li {
    width: 100px;
    height: 38px;
    font-size: 17px;
    text-align: center;
    line-height: 38px;
    border-radius: 4px;
    background: #e1eef6;
    margin-bottom: 12px;
    cursor: pointer;
}

.cityList li:not(:nth-of-type(3n)) {
    margin-right: 10px;
}

.cityList li.on {
    color: #077fe3;
    font-weight: 600;
    background: #cce9ff;
    border: 1px solid #077fe3;
}

.csmp p {
    width: 390px;
}

.sPrev {
    margin-top: 50px;
}

.sNext {
    margin-top: 15px;
}

.slideBox1 {
    margin-bottom: 70px;
}

.banner {
    background: url(http://www.lyg.gov.cn/zglygzfmhwz/lygmhwzsjbsy/img/zjgc.png) no-repeat top center #f7f7f7;
    overflow: hidden;
}

.fl {
    float: left;
}

.dodo {
    width: 643px;
    margin-left: 495px;

}

.lyggl {
    width: 349px;
    float: left;
}

.lyggl div a img {
    width: 120px;
    height: 37px;
    float: left;
    margin-left: 10px;
    margin-top: -27px;
}

.topBc {
    height: 325px;
    background: url(http://www.lyg.gov.cn/zglygzfmhwz/lygmhwzsjbsy/img/zjgc.png) no-repeat top center;
}

.banners {
    height: 276px;
    overflow: hidden;
}

.csmp .container {
    height: 320px;
}