/*==========好站連結===========*/
#mfdcms_block3 .mfdcms_block3_style0 #picturemoveimg {
    position: relative;
    height: 77px;
    width: 95%;
    border: 1px solid #c7c7c7;
    border-radius: 0px;
    background: #FFFFFF url(../../img/frame/) no-repeat left top !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mfdcms_block3 .mfdcms_block3_style0 .owl-stage-outer {
    min-height: 150px;
    padding: 0px;
}






/*===========最新消息===============*/

#mfdcms_block1 #focusArrbox #sorttitlebox a {
    color: #E03020;
}

#mfdcms_block1 #blockstyle1 .centerdivbox {
    position: relative;
    width: 100%;
    height: 395px;
    border-radius: 0px;
    border: 1px solid #bababa;
}




#mfdcms_block1 #blockstyle1 .imgbox {
    position: relative;
    margin: 13px;
    width: auto;
    border-radius: 0px;
    overflow: hidden;
    background: #FFFFFF url(../../img/modules/neilmfdcms/) no-repeat left bottom;
    border: 1px solid #cbcbcb;
}

#mfdcms_block1 #blockstyle1 .sorttitlebox {
    font-size: 105%;
    padding: 4px 5px;
    background: #686868 url(../../img/modules/neilmfdcms/) no-repeat left bottom;
    transition: all .25s ease .1s;
}



#mfdcms_block1 #blockstyle1 .sorttitlebox a{
    color: #ffffff;
}

#mfdcms_block1 #blockstyle1 .setuptimebox {
    position: relative;
    font-size: 85%;
    color: #000000;
    margin: 15px 0px 15px 0px;
    transition: all .25s ease .1s;
    background: #eaeaea url(../../img/modules/neilmfdcms/) no-repeat left bottom;    
}


/*============效果============*/
#mfdcms_block1 #blockstyle1 .centerdivbox:hover {
  border: 1px solid #EF5359;
}

#mfdcms_block1 #blockstyle1 .centerdivbox:hover .sorttitlebox {
  background: #CB2D32 url(../../img/modules/neilmfdcms/) no-repeat left bottom;
  color: #FFFFFF;
}

#mfdcms_block1 #blockstyle1 .centerdivbox:hover .sorttitlebox a {
  color: #FFFFFF;
}

#mfdcms_block1 #blockstyle1 .centerdivbox:hover:not(.iframebtn) .imgbox img {
  transform: scale(1.5, 1.5);
  z-index: 0;
}
/*#mfdcms_block1 #blockstyle1 .centerdivbox:hover  .titlebox a{
    color: #004AAD;
}*/


#mfdcms_block1 #blockstyle1 .centerdivbox:hover .setuptimebox {
    color: #000000;
    background: #FFE0E1 url(../../img/modules/neilmfdcms/) no-repeat left bottom;
}


/*==========特效==========*/
#mfdcms_block1 #focusArrbox #focusboxlist:hover {
  padding-left: 10px;
  background: #087CB4 url(../../img/modules/neilmfdcms/) no-repeat left bottom;
  color: #FFFFFF;
}



/*

@keyframes backgroundin3 {
    0% {
        padding-left: 0px;
        background: url(../../img/modules/neilmfdcms/) no-repeat left bottom;
    }

    100% {
        padding-left: 10px;
        background: #004AAD url(../../img/modules/neilmfdcms/) no-repeat left bottom;

    }
}

@keyframes backgroundout3 {
    0% {
        padding-left: 10px;
        background: #004AAD url(../../img/modules/neilmfdcms/) no-repeat left bottom;
    }

    100% {
        padding-left: 0px;
        background: url(../../img/modules/neilmfdcms/) no-repeat left bottom;
    }
}
*/