.btn1{height:36px;line-height:36px;float: left;border: 1px solid #1b4f80;width:198px;}
.sslj{padding-left:170px;padding-bottom:15px;}
.sslj a{font-size:14px;color:#fff;padding-left:20px;}.erjifontover1084857{ font-size: 16px; color: #ebeb00; line-height: 240% ;}
.leaderfont1084857{ line-height: 160%; font-family: 宋体; color: #666666; font-size: 11pt ;}
.erjibackground1084857{ height: 50px; width: 180px; position: relative; text-align: center; background-color: #0053ba ;}
.currentfontStyle1084857{ line-height: 160%; font-family: 宋体; color: #cc0000; font-size: 11pt; text-decoration: none ;}
.fontstyle1084857{ font-size: 18px; text-decoration: none; color: #ffffff ;}
.yijifontover1084857{ font-size: 18px; color: #ffea00; background-color: #0053ba ;}
.erjibackgroundover1084857{ height: 50px; width: 180px; position: relative; text-align: center; background-color: #0053ba ;}
.yijibackgroundover1084857{ background-color: #0053ba ;}
.ejfontstyle1084857{ font-size: 16px; text-decoration: none; color: #fff; line-height: 240% ;}
.titlestyle1084858{ color: #222222; line-height: 34px; font-size: 16px; text-decoration: none;}
.summarystyle1084858{ line-height: 150%; color: #222222; font-size: 9pt ;}
.newsf{}
.item-txt01{}
.item-txt01 h3{font-weight: normal;font-size:16px;line-height: 22px;overflow:hidden;padding-top: 10px;height:38px;}
.item-txt01 span {float: right; text-align: right;color:#323232;font-size:16px;}.newsf{}
.item-txt01{}
.item-txt01 h3{font-weight: normal;font-size:16px;line-height: 22px;overflow:hidden;padding-top: 10px;height:38px;}
.item-txt01 span {float: right; text-align: right;color:#323232;font-size:16px;}/* 主容器 */
.wrapper{
    width:1280px;
    margin:0 auto;}
 

/* 链接块外层 */
.linkRow{
    width:100%;
    overflow:hidden;
    margin-bottom:15px;}

/* 每个链接卡片 */
.linkCard{
    float:left;
    width:193px;
    height:90px;
    margin:0 10px 15px 10px;
    background:#fff;
    border-radius:10px;
    box-shadow:0 3px 8px rgba(0,83,186,0.15);
    text-align:center;
    cursor:pointer;
    position:relative;
    transition:all .3s ease;}

.linkCard:hover{
    background:#0053ba;
    color:#fff;
    box-shadow:0 6px 16px rgba(0,83,186,0.3);
    transform:translateY(-3px);}

/* 图标 */
.cardIcon{
    width:32px;
    height:32px;
    margin:18px auto 4px auto;
    background:#0053ba;
    color:#fff;
    border-radius:50%;
    line-height:32px;
    font-size:18px;
    font-weight:bold;
    transition:all .3s ease;}

.linkCard:hover .cardIcon{
    background:#fff;
    color:#0053ba;}

/* 标题 */
.cardTitle{
    font-size:15px;
    
    height:20px;
    line-height:20px;
    overflow:hidden;
    color:#0053ba;
    transition:color .3s ease;}

.linkCard:hover .cardTitle{
    color:#fff;}

  
/* 清除浮动 */
.clear{
    clear:both;
    height:0;
    overflow:hidden;}