@charset "utf-8";
/* CSS Document */
*{
	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;
}

body{
	margin:0px;
	padding: 0px;
        background-image: url("../img/background.jpg");
        background-size:cover;
        background-repeat:no-repeat; 
        background-attachment:fixed;
}

.bod{
	
              width:1100px;
              margin:auto;
              background: rgba(250,250,250,0.9);
box-shadow: 0px 5px 5px rgba(50,50,50,0.8);
}

.container{
            position: relative;
            height: 58px;
            background: #CF0101;
            z-index: 100;
            width: 1100px;
            margin-top: -2px;
		}
#navigation{
	display: flex;
	list-style: none;
	justify-content: space-around;
	line-height: 58px;
	font-size:18px;
	margin-top: -9px;
}
.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;
}/*标题栏设置*/

.article{
	position: relative;
	width:973px;
	margin-top:10px;
	background-color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
.stitle{
	height:51px;
	width:973px;
	background-color:#BE0303;
	filter:alpha(opacity=80);/*IE*/
	opacity:0.8;/*Mozilla*/
	font-size:12px;
	color:#FFFFFF; 
        display: flex;
        justify-content: flex-start;/*实现水平居中*/
        align-items:center; /*实现垂直居中*/
        border-radius: 2px 2px 2px 2px
}
.logo{
	float:left;
	width:30px;
	height:25px;
	margin-left:20px;
	margin-top:13px;
}
.link{
	float:left;
	width:400px;
	height:30px;
}
.nav{
	width:500px;
	height:40px;
	margin-top:10px;
	margin-left:5px;
	font-size:14px;

	color:#FFFFFF;

}
p1{
	font-size:20px;

	color:#FFFFFF;
}
.article-title{
	flaot:left;
	width:700px;
	height:120px;
	margin-top:30px;
	margin-left:130px;
	font-size:24px;

	color:#000;
	text-align:center;

}
.borde{
	margin-left:80px;
	margin-top:10px;
	width:569px;
	text-align:center;

}
p3{
	color:#666;
	font-size:15px;
	filter:alpha(opacity=100);/*IE*/
	opacity:1;/*Mozilla*/
}
.article-words{
	width:900px;
	margin-left:36px;
	font-size:16px;

	color:#000;
	padding-bottom: 10px;
}

.article-words img{
	max-width:100%;
}

.article-words p{
	margin:10px 0px;
}

.image{
	float:left;
	margin-top:655px;
	margin-left:160px;
	width:973px;
	height:50px;
}
.bet-line{
	width:972px;
	border-top:dotted 5px #666666;
	position: relative;
	left:0px;
	right:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
}
.bet-line {
	text-decoration: none;
}

.line{
	width:1100px;
	border-bottom:2px #CF0101 solid;
}

p4{
	font-size:18px;

	color:#000;
}
p4:hover{
	text-decoration:underline;
}


/*脚部*/
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;
}

.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;
            }
	 #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;
    }