/*-a链接变色-*/
a {text-decoration:none;}  
a:hover,a:active,a:focus {color:#ff00ff; text-decoration:none;}

/*-页面边距-*/
bj{padding:1px 3px 1px 3px;}

/*-导航条栏-*/
.b2 {height: 30px; line-height: 30px; overflow: hidden; border-bottom: 1px solid #db7093; font-size: 16px; color: #000; background:#ffb6c1;border-top: 1px solid #db7093;}
.h3 {float:left; height:25px; line-height:25px; padding:0 5px; background:#8A2BE2;color:#fff; margin:3px 5px; font-size:14px; border-radius:15px 0;}
.right {text-align:right;font-size:0px;}
.right {float:right; height:30px;font-weight: normal}
.right a{background:#fff;border:1px outset #dadada;border-radius:10%;height:100px;width:100px;font-size:14px;padding:4px;margin-right:2px;}
.right1 {text-align:right;font-size:0px;}
.right1 a{border-radius:10%;height:100px;width:100px;font-size:15px;padding:4px;margin-right:2px;}
.qxtable{color: #00A0E9;background: #fff;font-weight: bold;word-wrap: break-word;word-break: break-all;text-align: center;;}
.qxtable tr {height: 30px;}
.qxtable th, .qxtable td {border:1px solid #429a94;}
.qxtable th{font-size: 18px;background: #fff89c;text-align: center;color: red;}
.qxtable td {text-overflow: ellipsis;font-size: 16px;}
.qxtable.left{text-align: left;}
.qxtable.left th{text-align: left;}
.qxtable.yxym{table-layout:auto;word-wrap: break-word;word-break: break-all;/* background:#fff url(/Title/43821623.gif) center center no-repeat;*/}
.qxtable.yxym td{font-size: 12pt;}qxtable.yxym tr td:nth-child(2){width: 40%;}



.sjg .blink_tuijian{
    animation: blink_tj .4s linear infinite; font-size: 0.28rem;
    font-family: '黑体';
    font-weight: 800;
}
@keyframes blink_tj{
    0%{ color:#f00;text-shadow:1px 1px #ff0;}  
    49%{ color:#ff0;text-shadow:1px 1px #ff0;}
    51%{ color:#0f8; }
    100%{ color:#0f8}  
}




.sjga .blink_tuijiana{
    animation: blink_tja .4s linear infinite; font-size: 0.28rem;
    font-family: '黑体';
    font-weight: 800;
}
@keyframes blink_tja{
    0%{ color:#000;text-shadow:1px 1px #000;}  
    49%{ color:#238E23;text-shadow:1px 1px #238E23;}
    51%{ color:#FF00FF; }
    100%{ color:#FF00FF}  
}
