*{
    text-decoration: none;
    font-family: Helvetica, "Lucida Grande", Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif;
    opacity: 1;
}
body{
    margin:0px;
    --maxPicScale: 1.3;
    background-image: url("../img/background.jpg");
    background-size:cover;
    background-repeat:no-repeat; 
    background-attachment:fixed;
}
.content{
        width:1100px;
              margin:auto;
background:rgba(250,250,250,0.95);
box-shadow: 0px 5px 5px rgba(50,50,50,0.8);
}
.alllogo {
               width: 1100px;
               z-index: 10;
               opacity: 1;
               background-color: rgba(250,250,250,0.95);
               box-shadow: 0px 0px 3px rgba(0,0,0,0.6);
               margin-top: 5px;
            }
            .container{
            position: relative;
            height: 58px;
            background: #CF0101;
            z-index: 100;
            width: 1100px;
            margin-top: -49px;
}
#navigation{
    margin-top: 50px;
    display: flex;
    list-style: none;
    justify-content: space-around;
    line-height: 58px;
    font-size:18px;
}
.container ul>li{
    width:130px;
    text-align: center;
    height: 58px;
    color: #ffffff;
}
#navigation>li:hover{
    background: #A52A2A;
    cursor: pointer;
}
#navigation li ul li{
    list-style: none;
}
#navigation li ul li{
    position: relative;
    color: #ffffff;
    background: #BE0303;
    font-size: 16px;
    height: 35px;
}
#navigation li ul li:hover{
    position: relative;
    background: #A52A2A;
}
#navigation a{
    text-decoration: none;
    color:#ffffff;
}
.container ul li>ul{
    margin:0px;
    padding:0px;
}
.Two{
    background: #ffffff;
}
.Two1 li:hover{
    background: #ffffff;
}
    
.line{
    width:1100px;
    border-bottom:2px #CF0101 solid;
    margin-top:10px;
}
/*脚部*/
footer {
    position:relative;
    width:1100px;
    min-height:130px;
    background-color:rgba(250,250,250,0.8);
    box-shadow: 0px 5px 5px rgba(50,50,50,0.8);
}

/*院长信箱*/
.mail{
    position:absolute;
    left:54px;
    top:5px;
    width:173px;
    height:81px;
    border: rgba(190,3,3,0.9) 1px solid;
}

/*信箱图标*/
.iconEmail {
    display: inline-block;
    position: relative;
    margin:0px 5px;
    top:10px;
    width:32px;
    height:32px;
    background-image: url("../img/base/mail.png");
    background-size: contain;
    background-repeat: no-repeat;
}

/*书记院长信箱 字*/
.mail p{
    margin-top: 30.5px;
    display: inline-block;
    font-size: 20px;
    color:#CF0101;
}
/*信箱动画效果*/
.mail {
    transition:all 500ms;
}
.mail:hover{
    transform:scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
/*底部链接*/
footer ul {
    position: absolute;
    left:270px;
    top:5px;
    list-style-type: none;
    color:#BE0303;
    font-size:14px;
    padding-left: 30px;
}
footer ul li{
    display: inline-block;
}
footer ul li a{
    color:#BE0303;
    text-decoration: none;
}

/*注脚信息*/
.footnote{
    position:absolute;
    top: 40px;
    left:270px;
    padding-left: 30px;

    width:470px;
    text-align:center;
    line-height: 1.5rem;
}

/*二维码部分*/
.qr img{
    width:58px;
    height:58px;
}
.qr p{
    color:white;
    background-color: rgba(207,1,1,0.8);
    font-size: 16px;
    width:136px;
    height:23px;
    margin:0px 1px;
    padding-top: 3px;
}
/*微博二维码*/
.weibo img{
    position: absolute;
    left:845px;
    top:calc(1424px - 1419px);
}
.weibo p{
    position: absolute;
    left:904px;
    top:calc(1440px - 1419px);
}

/*微信二维码*/
.wchat img{
    position: absolute;
    left:845px;
    top:65px;
}
.wchat p{
    position: absolute;
    left:904px;
    top:85px;
}
/*链接悬停效果*/
footer ul a:hover{
    color:black;
}
#box{
    float:right;
    margin-right:80px;
    width:200px;
    margin-top:40px;
    font-size: 14px;
}
input{
    width:147px;
    border: 1px solid #e2e2e2;
    height: 34px;
    float: left;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position:5px center;
    padding:0 0 0 40px;
    box-shadow:inset 3px 3px 3px rgba(0,0,0,0.05);
    color:#999;
    border-radius:3px;
}
#search input{
    width:24px;
    height:37px;
    float:right;
    margin-top:-36px;
    margin-right:-30px;
    background: #CF0101  url("../img/base/search.png");
    cursor: pointer;
}

.search{
     min-height:400px;
    width:1000px;
    position: relative;
    left:0;
    right:0;
    margin:auto;
    padding:5px 20px;
    background-color: rgba(250,250,250,0.95);
    
    margin-top: 5px;
}

.search ul{
    list-style-type: none;
}
.search li{
    border-bottom: 1px #CF0101 solid;
}
.search table{
    width:100%;
}

.search a{
    color:black;
}
.search .time{
    text-indent:0;
    color:gray;
    margin:0; 
    font-size:0.8rem;
}
.search li p{
    text-indent: 2em;
    margin:0.5rem 0;
}
.search h3{
    margin:1rem 0 0 0;
}
.search table a{
    color:#CF0101;
}