@charset "utf-8";
/*全局大盒子*/


/*logo样式*/
/*logo如果本机有对应的字体使用以下代码*/
/*.header .logo{*/
    /*width: 2.79rem;*/
    /*height: 2.53rem;*/
    /*position: relative;*/
    /*top: 0.42rem;*/
    /*left: 2.97rem;*/
/*}*/
/*!*logo文字样式*!*/
/*.header .logo-text{*/
    /*text-align: center;*/
    /*position: absolute;*/
    /*left: 5.95rem;*/
    /*top: 0.60rem;*/
    /*color: white;*/
/*}*/
/*!*logo文字样式(中文)*!*/
/*.header .logo-text .chinese{*/
    /*font-size: 1.02rem;*/
    /*font-family: 'FZHTJW';*/
/*}*/
/*!*logo文字样式(英文)*!*/
/*.header .logo-text .english{*/
    /*font-size: 0.78rem;*/
/*}*/

/*menu菜单样式*/


/*正文部分 包括栏目 部件*/
.content{
     width: 100%;
     /*height: 30.74rem;*/
 }
/*推荐新闻栏目*/
.content .news{
    width: 100%;
    padding: 0;
    background: #fff;
    position: relative;
    
}






/*分割线*/
/*.content .news img{
    width: 18.63rem;
    height: 0.08rem;
    position: absolute;
    top:2.12rem;
}*/
/*推荐新闻栏目新闻信息*/
.content .news .news-text{
    border-bottom: 1px solid rgb(242, 242, 242);
    padding: 10px;
}
/*推荐新闻栏目新闻标题信息*/
.news-p{
    padding: 0px;
    font-size: 14px;
    color: #000;
    line-height: 24px;
}
.news-p1{
    text-align: left;
}
/*推荐新闻栏目新闻时间信息*/
.news-time .news-times-icon{
    width: 12px;
    height: 12px;
    margin-right:5px; 
    display: block;
    background: url("../images/time.png");
    background-size: 100% 100%;
    float: right;
    margin-top: 2px;
    /*margin-left: 0.83rem;
    /* margin-top: 0.4rem;
    margin-top: 0.30rem;
    margin-right: 0.2rem;*/
}
.news-times {
    font-size: 12px;
    color: rgb(152, 152, 152);
    display: block;
    float: right;
    height: 16px;
    line-height: 16px;
}
.news-time {
    
    text-align: right;
}


/*最新动态栏目*/
.content .dynamic{
    width: 100%;
    height: 2.26rem;
    background-color: #dddddd;
    margin: 0.08rem 0;
}
/*最新动态栏目文字样式*/
.content .dynamic p{
    line-height: 2.26rem;
    color: #008ce5;
    padding: 0 0.6rem;
    font-weight: bold;
    font-size: 0.84rem;
    letter-spacing: 0.07rem;
}
/*最新动态栏目图标>样式*/
.content .dynamic p span{
    float: right;
    margin-right: 0.85rem;
    margin-top: 0.87rem;
    width: 0.34rem;
    height: 0.61rem;
    background-image: url("../images/right.png");
    background-size: 100% 100%;
}

/*校园风光栏目*/
.content .scenery{
    width: 100%;
    height: 2.26rem;
    background-color: #dddddd;
    margin: 0.08rem 0;
}
/*校园风光栏目文字样式*/
.content .scenery p{
    line-height: 2.26rem;
    color: #008ce5;
    padding: 0 0.6rem;
    font-weight: bold;
    font-size: 0.84rem;
    letter-spacing: 0.07rem;
}
/*校园风光栏目图标>样式*/
.content .scenery p span{
    float: right;
    margin-right: 0.85rem;
    margin-top: 0.87rem;
    width: 0.34rem;
    height: 0.61rem;
    background-image: url("../images/right.png");
    background-size: 100% 100%;
}

/*其他栏目*/
.content .other{
    width: 100%;
    height: 4.45rem;
    background-color: #d5edff;
    margin: 0.08rem 0;
    padding-left: 0.5rem;
}
/*其他栏目总盒子 用于包裹所有图片与文字的样式*/
.content .other .other-content{
    width:2.6rem;
    height: 4.45rem;
    text-align: center;
    margin-right: 0.50rem;
    float: left;
}
/*其他栏目图片*/
.content .other .other-content img{
    width: 2.26rem;
    height: 2.26rem;
    margin-top: 0.60rem;
}
/*其他栏目文字*/
.content .other .other-content p{
   font-size: 0.53rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #8c949a;
}

/*快捷部件*/
.content .shortcut{
    width: 100%;
    height: 6.38rem;
    position: relative;
    background: #f2f2f2;
    padding-left: 0.60rem;
}
/*快捷部件栏目文字样式*/
.content .shortcut .shortcut-title{
    line-height: 2.26rem;
    color: #008ce5;
    font-weight: bold;
    font-size: 0.84rem;
    letter-spacing: 0.07rem;


}
/*快捷部件栏目图标>样式*/
.content .shortcut .shortcut-title span{
    float: right;
    margin-right: 1.73rem;
    margin-top: 0.87rem;
    width: 0.34rem;
    height: 0.61rem;
    background-image: url("../images/right.png");
    background-size: 100% 100%;
}
/*分割线*/
.content .shortcut img{
    width: 18.63rem;
    height: 0.08rem;
    position: absolute;
    top:2.12rem;
}
/*快捷部件栏目文字部分*/
.content .shortcut .shortcut-text p{
    float: left;
    font-size: 0.74rem;
    padding: 0.71rem 0 0 0.71rem;
    color: #333333;
}
.content .shortcut .shortcut-text p span{
    padding-left: 1.08rem;
}
/*两列文字内容距离宽度*/
.content .shortcut .shortcut-text .content-left{
    width: 8.0rem;
    float: left;
    margin-right: 0.67rem;
}
.content .shortcut .shortcut-text .content-right{
    width:10rem;
}



.a{
    height: 2.42rem;
    width: 100%;
    line-height: 2.42rem;
   
}
.a p{
     white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 0.63rem;
    font-size: 0.79rem;

}
.a p a{
    color: #000000;
}
.loading{
    text-align: center;
    color: #999;
    font-size: 12px;
    padding: 20px;
}
