/* 公共部分 */

p {
    margin: 0;
}
body{
    min-width:1440px;
}
.PublicW {
    width: 87.7%;
    margin: 0 auto;
}

.zxspMain p {
    margin: 0;
}

.TitleN {
    display: flex;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    height: 150px;
}

.TitleN p:nth-child(1) {
    font-family: "Microsoft YaHei";
    font-size: 42px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    /* color: #3675dc; */
    background: linear-gradient(0deg, #2fb0dd 0%, #1565a7 100%), linear-gradient(#6dcbc2, #6dcbc2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 7px;
    letter-spacing: 0px;
}

.TitleN p:nth-child(2),
.TitleN p:nth-child(3) {
    background-image: linear-gradient(0deg, #2fb0dd 0%, #1565a7 100%), linear-gradient(#6dcbc2, #6dcbc2);
    background-blend-mode: normal, normal;
}


/* 首页头部 */
.XZSPtopNew{
    height: 80px;
    /*background: url(https:/images/newImg/newTop.png) no-repeat;*/
    /*background-size: cover;*/
    background: rgba(0,0,0,0.1);
    width: 100%;
    position: absolute;
}

.XZSPtop {
    height: 80px;
    background: url(https:/images/newImg/newTop.png) no-repeat;
    background-size: cover;
}

.XZSPmain {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.xzspLogo {
    display: flex;
    -webkit-justify-content: center;
    height: 130px;
    -webkit-align-items: center;

}

.xzspLogo div {
    margin-left: 20px;
    text-align: left;
}

.xzspLogo img {
    width: 60px;
    height: 60px;
}

.xzspLogo p {
    font-family: MicrosoftYaHei;
    color: #fff;
}

.xzspLogo p:nth-child(1) {
    font-size: 30px;
}

.xzspLogo p:nth-child(2) {
    font-size: 28px;
}

.xzspTime {
    /*height: 80px;*/
}

.xzspTime .TimeB {
    display: flex;
    justify-content: flex-end;
}

.xzspTime .TimeBox {
    border-radius: 5px;
    margin-right: 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
}
.xzspTime .TimeBox button{
    outline: none;
    display: flex;
    align-items: center;
    color: #fff;
    cursor: pointer;
    background: #377FBE;
    border-radius: 5px;
    padding: 8px 20px;
    border: none;
    margin-left: 30px;
}
.xzspTime .TimeBox button span{
    margin-right: 7px;
}
.TimeBox span {
    font-size: 20px;
    color: #fff;
}

#time1 {
    color: #333;
    font-size: 15px;
    text-align: right;
    margin-right: 20px;
}
.ss{
    /*background: rgba(225,238,255,0.4);*/
    /*box-shadow: 0px 3px 8px 0px rgba(66,139,202,0.2);*/
    /*padding: 50px 40px*/
}
.ss div{
    margin-top: 25px;
    text-align: left;
}
.ss div label{
    font-weight: 600;
}
.ss div span{
    padding: 3px 10px;
    color: #fff;
    background: #4596DC;
    font-size: 14px;
    margin-right: 15px;
}
.ss p{
    display: flex;
    align-items: center;
    background: #fff;
    height: 40px;
    padding-left: 15px;
    box-shadow: 0px 3px 8px 0px rgba(66,139,202,0.2);
    background: rgba(255,255,255,0.2);
    border-radius: 100px;
}
.ss p img{
    display: none;
    width: 25px;
    height: 25px;
}
.ss p input{
    padding-left: 10px;
    width: 300px;
    border: none;
    outline: none;
    margin-left: 10px;
    background: transparent;
    color: #fff;
}
.ss p button{
    border: none;
    height: 40px;
    background: transparent;
    color: #fff;
    padding: 0px 25px;
    cursor: pointer ;
    background-image: url(https:/images/ttt.png);
    background-repeat: no-repeat;
    background-repeat: 16px 16px;
    background-size: 25px;
    background-position: center;
    outline: none;
}

/* 登录 */

.SignIn {
    /*height: 455px;*/
    background-image: url(https:/zwfw.cma.gov.cn/images/newImg/qxjBanner.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    padding-top:115px ;
    /*position: relative;*/
}

.SignIn p {
    margin: 0;
}

.Sign {
    min-height: 292px;
    height: 292px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Sign .SignBox {
    margin-left: 25px;
}

.Sign img {
    /*margin-left: 115px;*/
    height:150px;
}

.login,.LoginSuccess {
    background-color: rgba(255, 255, 255, 0.8);
    float: left;
    padding: 25px 35px;
    box-sizing: border-box;

}
.LoginSuccess{
    padding: 42px 20px 17px 20px;
    border-radius: 5px;
}
.LoginSuccess .touX{
    width: 245px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.touX span{
    color: #7cb7dd;
    font-size: 45px;
}
.YongH{
    font-size: 16px;
    color: #2583bb;
    text-align: center;
    margin-top: 23px;
    margin-bottom: 18px;
}
.YONGy{
    color: #666666;
}
.LoginSuccess .QXJXZ{
    margin-bottom: 35px;
    margin-top: 5px;
}
.LoginSuccess a span{
    color: #7cb7dd;
    font-size: 18px;
}
.LoginSuccess a{
    text-align: right;
    display: block;
}
.login p {
    color: #1d7db9;
    cursor: pointer;
}

.login .user,
.login .password {
    display: flex;
    height: 35px;
    border: 1px solid #ccc;
    justify-content: flex-start;
    border-radius: 5px;
    align-items: center;
    background-color: #fff;
    width: 320px;
    margin-bottom: 10px;
}

.login .user #userName,
.login .password #passWord {
    width: 190px;
    margin-left: 15px;
    padding-left: 15px;
    border: 0;
    outline: none;
    border-left: 1px solid #ccc;
}

.login .user span,
.login .password span {
    color: #c8c8c8;
    font-size: 23px;
    margin-left: 20px;
}

.login .Code,
.login .forgetRegister,
.login .OtherLogin {
    display: flex;
    justify-content: space-between;
}

.login .forgetRegister {
    margin: 10px 0 10px 0;
    align-items: center;
}

.login .forgetRegister p:nth-child(1) {
    font-size: 18px;
}

.login .forgetRegister p:nth-child(2) {
    font-size: 18px;
}

.login .signBtn {
    height: 35px;
    color: #fff;
    background-color: #3691c6;
    cursor: pointer;
    border-radius: 5px;
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 10px;
}

.login .OtherLogin {
    font-size: 18px;
}

.login .Code {
    height: 35px;
}

.login .Code #NumberCode {
    outline: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 180px;
    padding-left: 43px;
    box-sizing: border-box;
}

.login .Code .clickGet {
    cursor: pointer;
    width: 130px;
    border-radius: 5px;
    background-color: #3691c7;
    color: #fff;
    font-size: 17px;
    line-height: 35px;
}

.login .Code .clickTime {
    display: none;
    font-size: 16px;
}

input::-webkit-input-placeholder {
    color: #c8c8c8;
}

#Notice {
    width: 100%;
    position: absolute;
    bottom: 0;
    height:45px;
    background-color: rgba(255, 255, 255, 0.75);
}

.NoticeMain {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #333333;
}

.TZmore {
    cursor: pointer;
}

.TZmore P span {
    color: #428bca;
    font-size: 14px;
}

.leftNoticem {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.leftNoticem div {
    overflow: hidden;
    height: 22px;
}

.leftNoticem .font_family {
    color: red;
    font-size: 28px;
    transform: rotate(-18deg);
    margin-right:10px;
}


/* 
.leftNoticem p:nth-child(2) {
    margin-left: 15px;
} */


/* 信息公示 */

.gsMain {
    display: flex;
    padding-bottom: 20px;
    margin-top: 20px;
}

.gsRight {
    flex: 1;
    margin-right: 20px;
    display: flex;
    background: #fff;
}
.gsRight .mattersLeft{
    background: #f1f8ff;
    width: 190px;

}
.matters .XKtitle{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #428bca;
    height: 80px;
    line-height: 80px;
}
.mattersLeft div{
    height: 60px;
    font-size: 18px;
    color: #333333;
}
.mattersLeft .mattersList{
    color: #fff;
    background-color: #428BCA;
}
.mattersLeft span{
    margin-left: 15px;
    opacity: 0;
}
.mattersLeft .mattersList span{
    opacity: 1;
}

.gsRight .mattersRight{
    flex: 1;
    padding: 20px 0 0 20px;
}
.matters:nth-child(1) div{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.mattersTitle{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mattersTitle p{
    font-size: 22px;
    color: #333333;
}
.mattersTitle b{
    display: inline-block;
    width: 70px;
    height: 2px;
    background-color: #428BCA;
    margin-top: 12px;
    float: left;
}
.EventDiv img{
    width: 100%;
}
/*.EventDiv .classify:nth-child(1){*/
/*    background: url(https:/zwfw.cma.gov.cn/images/newImg/xk_a.png) no-repeat;*/
/*    background-size: cover;*/
/*}*/
.gsRight .publicityT {
    height: 80px;
    align-items: center;
    background-color: #fafafa;
    display: flex;
    justify-content: space-between;
}

.publicityT .publicityBtn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.publicityBtn div {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.publicityBtn div:nth-child(1) {
    margin-left: 24px;
}

.publicityBtn div p,
.publicityBtn div span {
    font-size: 24px;
    color: #333333;
}

.publicityBtn div p {
    margin-left: 9px;
}

.publicityBtn .changeBlue p,
.publicityBtn .changeBlue span {
    color: #3a92c7;
}

.publicityBtn .Slash {
    margin: 0 20px;
    font-size: 26px;
}

.publicityT .TZmore {
    margin-right: 38px;
}

.publicityT .TZmore p span {
    font-size: 18px;
    color: #3a92c7;
}

.publicityT .TZmore p {
    display: none;
}

.publicityMM {
    position: relative;
}

.publicityM {
    position: absolute;
    top: 0;
    display: none;
}

.publicityM .publicBox {
    margin: 20px;
    display: flex;
    float: left;
}

.publicityM .publicBox .pubL {
    width: 80px;
    height: 80px;
    background-image: url(https:/zwfw.cma.gov.cn/images/newImg/riqi.png);
    background-size: cover;
    border-radius: 4px;
}


/* 信息公示-右侧 */

.gsLeft {
    /*flex: 0.25;*/
    flex: 0.44;
    /*background-color: #f6faff;
    box-shadow: 0px 3px 8px 0px rgba(66,139,202,0.2);*/
}
.gsLeftTop{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url(https:/images/newImg/xuke_bg_new.png);
    font-weight: bold;
    color:#428bca;
    font-size: 18px;
    background-repeat: no-repeat;
    font-family: MicrosoftYaHei-Bold;
    background-size: 100%;
    /*padding: 0px 20px;*/
    margin-bottom: 20px;
    line-height: 40px;
    cursor: pointer;
    box-shadow: 0px 3px 8px 0px rgba(66,139,202,0.2);
}
.gsLeftBottom{
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    background-color: #f6faff;
    box-shadow: 0px 3px 8px 0px rgba(66,139,202,0.2);
}
.gsLeftBottom .font_family{
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
    color: #428bca;
}
.gsLeftBottom .JSphone{
    font-size: 20px;
    color: #333333;
}
.gsLeftBottom p:nth-child(2){
    font-size: 22px;
    border-radius: 4px;
    font-weight: bold;
}
.gsLeft .gsLbox .gsL_icon {
    margin:7px;
    flex: 1;
    cursor: pointer;
    border-radius: 5px;
    width:131px;
    /*height: 108px;*/
    height: 140px;
    position: relative;
    background-blend-mode: normal, normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gsL_icon img {
    position: absolute;
}

.gsLbox:nth-child(1) .gsL_icon:nth-child(1) {
    background-image: linear-gradient(130deg, #2fb0dd 0%, #1565a7 100%), linear-gradient(#6dcbc2, #6dcbc2);
}

.gsLbox:nth-child(1) .gsL_icon:nth-child(1) img {
    bottom: 0;
    right: 0;
}

.gsLbox:nth-child(1) .gsL_icon:nth-child(2) {
    background-image: linear-gradient(-130deg, #2fb0dd 0%, #1565a7 100%), linear-gradient(#6dcbc2, #6dcbc2);
}

.gsLbox:nth-child(1) .gsL_icon:nth-child(2) img {
    bottom: 0;
    left: 0;
    transform: rotate(90deg);
}

.gsLbox:nth-child(2) .gsL_icon:nth-child(1) {
    background-image: linear-gradient(50deg, #2fb0dd 0%, #1565a7 100%), linear-gradient(#6dcbc2, #6dcbc2);
}

.gsLbox:nth-child(2) .gsL_icon:nth-child(1) img {
    top: 0;
    right: 0;
    transform: rotate(270deg);
}

.gsLbox:nth-child(2) .gsL_icon:nth-child(2) {
    background-image: linear-gradient(-50deg, #2fb0dd 0%, #1565a7 100%), linear-gradient(#6dcbc2, #6dcbc2);
}

.gsLbox:nth-child(2) .gsL_icon:nth-child(2) img {
    top: 0;
    left: 0;
    transform: rotate(180deg);
}

.gsLeft .gsLbox .dgsL_iconiv:nth-child(1) {
    margin-left: 0;
}

.gsLeft .gsLbox .gsL_icon:nth-child(2) {
    margin-right: 0;
}

.gsLeft .gsLbox:nth-child(1) .gsL_icon {
    margin-top: 0;
}

.gsL_icon div span {
    font-size: 30px;
    color: #fff;
    margin-bottom:10px;
    display: inline-block;
}
.gsL_icon span {
    font-size: 20px!important;
    color: #fff !important;
    display: inline-block;
}

.gsL_icon div p {
    color: #fff;
    font-size: 20px;
}
.gsL_icon p {
    color: #fff;
    font-size: 22px!important;
    font-weight: normal!important;
}


/*行政许可事项*/

.Licensing {
    display: flex;
}

.category {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.categoryDiv {
    width: 200px;
    height: 200px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categoryDiv p {
    font-size: 24px;
}

.categoryDiv div span {
    font-size: 70px;
    margin-bottom: 25px;
    display: inline-block;
    background: linear-gradient(0deg, #2fb0dd 0%, #1565a7 100%), linear-gradient(#6dcbc2, #6dcbc2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.category .changBlock {
    background-image: linear-gradient(0deg, #2fb0dd 0%, #1565a7 100%), linear-gradient(#6dcbc2, #6dcbc2);
}

.category .changBlock span,
.category .changBlock p {
    color: #fff;
    -webkit-text-fill-color: #fff;
}

.category b {
    border-top: 19px solid transparent;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 10px solid transparent;
}


/* .Licensing .category:nth-child(1) b {
    border-top: 19px solid #0c82f9;
} */

.Licensing .changeB {
    border-top: 19px solid #0c82f9;
}

.categoryDiv .changeZ {
    font-weight: 600;
    color: #fff;
}

.Event {
    position: relative;
    margin-top:10px;
}

.Event .EventDiv {
    display: none;
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: absolute;
}

.Event .EventDiv:nth-child(1) {
    display: flex;
}

.Event .EventDiv:nth-child(2),
.Event .EventDiv:nth-child(4),
.Event .EventDiv:nth-child(5) {
    justify-content: flex-start;
}

.EventDiv .classify {
    flex: 1;
    position: relative;
    background-color: #fff;
    box-shadow: -1px 1px 9px 0px rgba(21, 101, 167, 0.75);
}

.classify .EventResolu {
    padding: 25px 25px 0 25px;
}

.EventResolu p {
    padding: 0px 10px;
    font-size: 22px;
    text-align: left;
    color: #666666;
}

.EventResolu i {
    display: block;
    margin: 20px 0;
    width: 100%;
    border-top: 1px solid #ccc;
}

.EventResolu .font_family {
    margin: 30px 20px 25px 0;
    font-size: 32px;
    cursor: pointer;
    color: #ccc;
    text-align: right;
    display: block;
}

.EventResolu p span {
    font-size: 17px;
    text-align: left;
    color: #646464;
}

.EventDiv .classifyMain {
    /*height:306px;*/
    height: 370px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    /*padding: 45px 15px 30px 15px;*/
    padding: 45px 20px 30px 20px;
    background-color: rgba(21,102,168,0.6);
    position: absolute;
   top: 0px;
    box-sizing: border-box;
}

.classifyMain .LeiName{
    cursor: pointer;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.classifyMain .LeiName div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.classifyMain .LeiName:nth-child(1){
    cursor: auto;
    height: 105px;
    justify-content: space-between;
}
.LeiName div p:nth-child(2){
    margin: 0 20px;
    padding: 0 3px;
    /*border: 1px solid;*/
}
.LeiName div:nth-child(2){
    margin-top: 10px;
}
.classifyMain div b{
    display: inline-block;
    font-weight: normal;

   border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
}
.classifyMain div b:hover{
    background: #fff;
    color: rgba(21,102,168,1);
}
.classifyMain div span {
    margin-right: 20px;
    color: #1d71b9;
    font-size: 22px;
}

.classifyMain div p {
    font-size: 18px;
    color: #fff;
}

.classifyMain .Shou {
    font-size: 35px;
    color: #fff;
    text-align: right;
    display: block;
    margin: 70px 45px 0 0;
    cursor: pointer;
}

.EventDiv .classifyy {
    /*width: 194px;*/
    width:301px;
    margin-right: 20px;
    position: relative;
    background-color: #fff;
    box-shadow: -1px 1px 9px 0px rgba(21, 101, 167, 0.75);
}

.classifyy .EventResolu {
    padding: 25px 25px 0 25px;
}


/* 政务服务 */

.Government {
    height: 500px;
    background-color: royalblue;
    background-image: url(https:/zwfw.cma.gov.cn/images/newImg/Good_11.png);
    margin-top: 15px;
}

.Government ul {
    width: 100%;
    height: 100%;
    padding: 0;
}

.Government ul li {
    display: flex;
    align-items: center;
    height: 120px;
}

.Government ul li:nth-child(1),
.Government ul li:nth-child(4) {
    justify-content: center;
}

.Government ul li:nth-child(2),
.Government ul li:nth-child(3) {
    justify-content: space-between;
}

.Government ul li div {
    padding: 5px 82px;
    background-repeat: no-repeat;
    background-image: url(https:/zwfw.cma.gov.cn/images/newImg/Good_small.png);
    background-size: 100% 100%;
}

.Government ul li div p:nth-child(1) {
    font-size: 22px;
    margin-bottom: 10px;
    color: #fff;
}

.Government ul li div p:nth-child(2) {
    font-size: 22px;
    color: #fff;
}


/*下载专区*/

.download {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.xZai p {
    display: inline-block;
    margin: 0;
}

.xZai p:nth-child(1) {
    font-weight: 500;
    font-size: 24px;
    color: #000000;
}

.xZai p:nth-child(2) {
    margin: 0 8px;
    color: #ccc;
    font-size: 18px;
}

.xZai p:nth-child(3) {
    font-size: 19px;
    color: #969699;
}

.Xmore {
    display: flex;
    align-items: flex-end;
    margin-right: 20px;
}

.Xmore p {
    color: #0e65a8;
}

.FuncBox {
    display: flex;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    border: 1px solid #3691c7;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
}

.FuncBox span,
.FuncBox p {
    color: #3691c7;
    font-size: 11px;
}

.FuncBox span {
    margin-right: 6px;
}

.updateMain {
    padding: 5px 20px;
}

.updateMain .updateB {
    border-bottom: 1px dashed #ccc;
    display: flex;
    justify-content: space-between;
    height: 50px;
}

.formName {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.formName span {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left: 8px solid #2279af;
    display: inline-block;
}

.formName p {
    margin-left: 15px;
    color: #333333;
    font-size: 18px;
}

.formTime {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.formTime span {
    color: #333333;
}


/*系统服务*/

.systemService {
    display: flex;
}

.systemService .ServiceDisplay {
    flex: 1;
    padding: 20px;
    margin-right: 20px;
    /* height: 500px; */
    padding: 30px 0;
}

.TextDesc {
    text-align: left;
    margin-bottom: 20px;
}

.TextDesc div:nth-child(1){
    display: flex;
    width: 185px;
    align-items: center;
    justify-content: center;

    cursor: pointer;
}

.TextDesc span {

    font-size: 14px;
    display: block;
}

.TextDesc div:nth-child(1) p {
    font-size: 28px;
    color: #428bca;
    margin-right: 20px;
}

.TextDesc div:nth-child(1) p:nth-child(1) {
    padding: 12px 0;
}
.TextDesc b{
    width: 51px;
    margin-top:10px ;
    background: #428bca;
    display: inline-block;
    height: 2px;
    margin-bottom: 30px;
    margin-left: 8px;
}
.RollTitle{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.RollTitle p{
    font-size: 17px;
    color: #428bca;
}
.systemService .CommonProblem {
    flex: 0.4;
    padding: 35px 20px;
    background-color: #fff;
    box-shadow: 0px 3px 8px 0px rgba(66,139,202,0.2);
}

#Rolling .RollMain {
    height: 226px;
    position: relative;
    overflow: hidden;
}

.RollBox {
    position: absolute;
    left: 0;
    width: 22000px;
}

.RollBox .Roll_onebox {
    width: 272px;
    height: 226px;
    margin-right: 20px;
    float: left;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    background-size: cover;

}
.RollBox .Roll_onebox:nth-child(1){
    background-image: url(https:/zwfw.cma.gov.cn/images/newImg/cja.png);
}
.RollBox .Roll_onebox:nth-child(2){
    background-image: url(https:/zwfw.cma.gov.cn/images/newImg/cjb.png);
}
.RollBox .Roll_onebox:nth-child(3){
    background-image: url(https:/zwfw.cma.gov.cn/images/newImg/cjc.png);
}
.RollBox .Roll_onebox:nth-child(4){
    background-image: url(https:/zwfw.cma.gov.cn/images/newImg/cjd.png);
}
.RollBox .Roll_onebox:nth-child(5){
    background-image: url(https:/zwfw.cma.gov.cn/images/newImg/cja.png);
}
.RollBox .Roll_onebox:nth-child(6){
    background-image: url(https:/zwfw.cma.gov.cn/images/newImg/cjb.png);
}
.RollBox .Roll_onebox:nth-child(7){
    background-image: url(https:/zwfw.cma.gov.cn/images/newImg/cjc.png);
}
.RollBox .Roll_onebox:nth-child(8){
    background-image: url(https:/zwfw.cma.gov.cn/images/newImg/cjd.png);
}

.Specific {
    display: flex;
    border-radius: 0 0 5px 5px;
    align-items: center;
    justify-content: center;
    height: 45px;
    position: absolute;
    bottom: 0;
    background-color: rgba(39, 131, 178, 0.6);
    width: 272px;
}

.Specific div span {
    display: none;
}

.SpeChange div span {
    display: block;
    font-size: 40px;
    color: #fff;
}

.SpeChange {
    height: 226px;
    top: 0;
    background-image: linear-gradient(90deg, #2fafde 0%, #1565a7 100%), linear-gradient(-30deg, #2fb0dd 0%, #35d3c3 100%);
    background-blend-mode: normal, normal;
    opacity: 0.9;
    border-radius: 5px 5px 0 0;
}

.SpeChange div p {
    margin-top: 19px;
}

.Specific div p {
    color: #fff;
    font-size: 20px;
}

.RollButton {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.RollButton span {
    color: #428bca;
    cursor: pointer;
    font-size: 32px;
}

.RollButton span:nth-child(1) {
    opacity: 0.5;
}

.RollButton span:nth-child(2) {
    display: inline-block;
    transform: rotate(180deg);
    margin-left: 20px;
}
.CJFU{
    background-color: #F8F8F8;
}
.CJFU .PublicW{
    padding:20px 0;
}
.ProblemTop {
   display: flex;
    align-items: center;
    justify-content: space-between;
}

.ProblemTop p {
    font-size: 28px;
    color: #428bca;
}

.ProblemTop b {
    height: 2px;
    width: 58px;
    margin-top: 15px;
    display: inline-block;
    background-color: #428bca;

}
.downloadd{
    text-align: left;
}
.ProblemMain {
   /*padding-top: 30px;*/
   padding-left: 20px;
}

.ProblemMain .ProbleList {
    display: flex;
    padding: 15px 0;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
}
.ProblemMain .ProbleList:last-child{
    margin-bottom: 0px;
}
.ProblemMain span {
    background-color: #909090;
    width: 23px;
    height: 23px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
}

.ProblemMain .ProbleList:nth-child(1) span {
    background-color: #d32020;
}

.ProblemMain .ProbleList:nth-child(2) span {
    background-color: #ff5700;
}

.ProbleList p {
    margin-left: 20px;
    color: #333333;
    font-size: 16px;
}

.more {
    display: flex;
    justify-content: flex-end;
}
.informAll{
    display: flex;
}
.informAll .inforLeft{
    flex: 1;
    display: flex;
    margin-right: 30px;
}
.inforLeft .informMain{
    flex: 1;

}
.GGmain{
    /*padding: 0 15px;*/

}
.GGmain .gglist{
    padding: 0 20px;
    display: flex;
    cursor: pointer;
    align-items: center;
    height: 55px;
    justify-content: space-between;
    border-bottom: 1px dashed #ccc;
}
.GGmain .gglist:last-child{
    border-bottom:1px solid #ccc;
}
.GGmain .gglist p{
    font-size: 16px;

}
.GGmain .gglist:hover p{
    color: #428bca;
}
.GGmain .gglist span{
    font-size: 16px;
    color: #999999;
}
.Announce{
    margin-right: 30px;
}
.informAll .ProblemTop{
    margin-bottom: 20px;
}
.informAll img{
    width: 100%;
}
.informAll .inforRight{
    flex: 0.44;
}
.CJlist{
    border-top: 1px dashed #ccc;
    padding: 15px 0;
}
.CJlist:last-child{
    border-bottom: 1px solid #ccc;
}
.CJlist div{
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}
.CJlist div p{
    text-align: left;
    color: #333333;
    font-size: 16px;
    line-height: 25px;
}
.CJlist div span{
    margin-right: 15px;
    padding: 0 2px;
}
.CJlist div:nth-child(1){
    margin-bottom: 10px;
}
.CJlist div:nth-child(1) span{
    color: #ffffff;
    background: #999999;
    display: inline-block;


}
.CJlist div:nth-child(2) span{
    color: #ffffff;
    background: #3e87c6;
    display: inline-block;

}


/* 友情链接 */

.FriendChain {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.FriendChain div {
    cursor: pointer;
}
.CJFU .PublicWW{
    padding: 0;
}

.FriendChain div:nth-child(2) {
    margin: 0 20px;
}

.FriendChain div img {
    height: 95px;
}
.Event .EventDiv .sanjiao{
    border-right: 10px solid transparent ;
    border-left:10px solid transparent ;
    border-top:10px solid transparent ;
    border-bottom:15px solid #ffffff;
    position: absolute;
    top:10px;
    display: none;
    z-index: 3005;
}
.Event .EventDiv .sanjiaoF{
    border-left: 15px solid #ffffff;
    border-right:10px solid transparent ;
    border-top:10px solid transparent ;
    border-bottom:10px solid transparent ;
    position: absolute;
    top:0px;
    right:57px;
    display: none;
    z-index: 3005;
}
.Event .EventDiv .table_Phone{
    width: 1250px;
    padding: 20px;
    border-radius: 4px;
    height: 300px;
    display: none;
    font-size: 15px;
    background: #ffffff;
    position: absolute;
    top:30px;
    /*left:-250px;*/
    z-index: 3000;
    box-shadow: 4px 7px 50px 0px rgba(54, 145, 198, 0.3), -4px 7px 50px 0px rgba(54, 145, 198, 0.3);
}
.table_phone_content_one{
    left: 50%;
    margin-left: -350px;
}

.table_phone_content_two{
    left: 50%;
    margin-left: -560px;
}

.table_phone_content_three{
      left: 50%;
      margin-left: -770px;
}

.table_Phone table{
    overflow-y: scroll;
    height: 600px;
    display: block;
}
.table_Phone table td,.table_Phone table th{
    border: 1px solid #cccccc;
    text-align: center;
}
.table_Phone table th{
    border: 0;
    font-size: 20px;
    color: #428BCA;
    height: 50px;
}
.table_Phone table tr:nth-child(1){
    border: 0;
}
.table_Phone table td label{
    display: block;
}



@media screen and (min-width:1440px)  and (max-width:1600px){
    .EventDiv .classifyMain{
        height: 320px;
        padding: 45px 6px 30px 6px;
    }
    .gsLeft .gsLbox .gsL_icon{
        height: 90px;
    }
    .EventDiv .classifyy{
        width: 204px;
    }

    .EventDiv .LeiName:nth-child(2) p{
        font-size: 13px;
        padding: 0 2px;
        border: 1px solid #fff;
    }
    .EventDiv .LeiName:nth-child(2) p:hover{
        background: #fff;
        color: rgba(21,102,168,1);
    }
    .LeiName div p:nth-child(2) {
        margin: 0 5px;
    }
    .RollBox .Roll_onebox{
        width: 197px;
        height: 181px;
    }
    #Rolling .RollMain{
        height: 188px;
    }
    .ProblemMain .ProbleList{
        /*margin-bottom: 20px;*/
        padding:11px 0;
    }
    .Specific{
        width: 197px;
        bottom: 0px;
    }
    .SpeChange{
        height: 181px;
    }
    .CJlist{
        padding: 3px 20px;
    }
}
@media screen and (min-width:1600px) and (max-width:1680px){
    .gsLeft{
        flex: 0.4;
    }
    .gsLeft .gsLbox .gsL_icon{
        height: 129px;
    }
    .EventDiv .classifyMain{
        height: 330px;
        padding: 45px 6px 30px 6px;
    }
    .EventDiv .classifyy{
        width: 235px;
    }
    .EventDiv .LeiName:nth-child(2) p{
        font-size: 15px;
        /*padding: 0 3px;*/
        border: 1px solid #fff;
    }
    .EventDiv .LeiName:nth-child(2) p:hover{
        background: #fff;
        color: rgba(21,102,168,1);
    }
    .LeiName div p:nth-child(2) {
        margin: 0 5px;
    }
    .RollBox .Roll_onebox{
        width: 218px;
        height: 200px;
    }
    .Specific{
        width: 218px;
        bottom: 12px;
    }
    .SpeChange{
        height: 200px;
    }
    .CJlist{
        padding: 6px 20px;
    }
}
@media screen and (min-width:1680px) and (max-width:1920px){
    .gsLeft{
        flex: 0.4;
    }
    .gsLeft .gsLbox .gsL_icon{
        height: 126px;
    }
    .EventDiv .LeiName:nth-child(2) p{
        font-size: 15px;
        padding: 0 1px;
        border: 1px solid #fff;
    }
    .EventDiv .LeiName:nth-child(2) p:hover{
        background: #fff;
        color: rgba(21,102,168,1);
    }
    .EventDiv .classifyMain{
        height: 340px;
        padding: 45px 11px 30px 10px;
    }
    .EventDiv .classifyy{
        width: 252px;
    }
    .EventDiv .classify{
        width: 252px;
    }
    .LeiName div p:nth-child(2) {
        margin: 0 5px;
    }
    .RollBox .Roll_onebox{
        width: 235px;
        height: 215px;
    }
    .Specific{
        width: 235px;
        bottom: 0px;

    }
    .SpeChange{
        height: 215px;
    }
    .CJlist{
        padding: 7.5px 20px;
    }
}
.BSTJmain{
    display: flex;
}
.BSTJmain .bstjLeft,.BSTJmain .bstjRight{
    flex: 1;
}
.BSTJmain .bstjLeft{
    margin-right: 10px;
    background: url(https:/zwfw.cma.gov.cn/images/newImg/bstj.png) no-repeat;
    background-size: cover;
}
.BSTJmain .bstjRight{
    margin-left: 10px;
}

.bstjRight div{
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    height: 50px;
}
.bstjRight div:nth-child(1){
    border-top: 1px solid #ccc;
}
.bstjRight div p{
    cursor: pointer;
    font-size: 16px;
    color: #333333;
}
.bstjRight div span{
    font-size: 16px;
    color: #808080;
}
.bstjRight div p:hover{
    color:#428bca ;
}



@media screen and (min-width:1920px){
    .gsLeft{
        flex: 0.4;
    }
    .gsLeft .gsLbox .gsL_icon{
        height: 140px;
        width: 131px;
    }
    .EventDiv .LeiName:nth-child(2) p{
        font-size: 16px;
        /*padding: 0 3px;*/
        border: 1px solid #fff;

    }
    .EventDiv .LeiName:nth-child(2) p:hover{
        background: #fff;
        color: rgba(21,102,168,1);
    }
    .LeiName div p:nth-child(2) {
        margin: 0 20px;

    }
    .EventDiv .classifyMain{
        height: 367px;
        padding: 45px 20px 30px 20px;
    }
    .EventDiv .classifyy{
        width: 301px;
    }
    .EventDiv .classify{
        width: 301px;
    }
    .RollBox .Roll_onebox{
        width: 272px;
        height:226px;
    }
    .Specific{
        width: 272px;
        bottom: 0px;

    }
    .SpeChange{
        height: 226px;
    }
    .CJlist{
        padding:15px 20px;
    }
}