
#sitecontent {height: auto;margin-top:30px;}

.Pageanli #plheader {
    padding-bottom: 40px;
    width: 220px;
    background-color: #264EA7;
    position: relative;
    padding-top: 40px !important;
    border-radius: 3px 3px 0px 0px;
}
.Pageanli .content > .header {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 25px;
}
.Pageanli .content .header p.title {
    text-align: left;
    margin-left: 31px;
    font-weight: bold;
    font-size: 25px;
    padding-bottom: 8px;
    margin-top: 0px;
    width: 158px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    letter-spacing: 1px;
    color: #fff;
}
.Pageanli .content .header p.subtitle {
    letter-spacing: 1px;
    font-size: 15px;
    display: inline-block;
    padding-top: 0px;
    color: #EAEAEA;
    margin-top: 0px;
    margin-right: 31px;
    float: right;
    overflow: hidden;
    width: 150px;
    text-align: right;
}

.npagePage .content .header { padding-bottom: 40px;padding-top: 70px;}
.header p.title{ text-align: left; margin-left: 31px;font-weight: bold;font-size: 25px; padding-bottom: 8px; margin-top: 0px;width: 158px; margin-bottom: 8px;border-bottom: 1px solid rgba(255, 255, 255, 0.16);letter-spacing:1px;color: #fff;}
.header p.subtitle { letter-spacing: 1px;font-size: 15px;display: inline-block;padding-top: 0px;color: #EAEAEA; margin-top: 0px; margin-right:31px;float: right;overflow: hidden;
    width: 150px;text-align: right;}

.npagePage #category { padding-top: 15px; margin-left: 0px;padding-bottom: 30px;
    width:220px;float: left;padding-left: 15px;text-align: left;
    background-color: #305DC3;border-radius: 0px 0px 3px 3px;}
.npagePage #category li {height:auto;
    position:relative;float:none;
    display:block;margin-top:1px;
    margin-bottom:1px;line-height:43px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-left: 15px;
    margin-right:16px;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}

.npagePage #category li:last-child { border-bottom:none;}
.npagePage #category a { border:0px; background:none; color:#CFDCF9; font-size:14px; position:relative; padding:0;line-height: 42px;height: 42px;}
.npagePage #category a::before { content: '';width: 190px;background-color: #AEAEAF;height: 42px;
background: transparent;left: -16px;position: absolute;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
.npagePage #category a.active::before {display: none;}

.npagePage #category li:hover {padding-left:30px;background-color: #2249A0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.npagePage #category li:hover ul li{width: 136px;}
.npagePage #category li:hover ul li a{color: rgba(255, 255, 255, 0.45);width: 136px;overflow: hidden;  background-color: rgb(34, 73, 160); padding-left:0px;}
.npagePage #category li ul li:hover a{  padding-left:0px; margin-left: 0px;}
.npagePage #category li:hover a{color:#fff;}



#projectlist { text-align:center;width:930px; position: relative;margin-top:-90px; float:right;  display: inline}
.npagePage #projectlist .wrapper { display:inline-block;  width:auto; }
#projectlist .projectitem a img {float: none;width: 100%; height:163px;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.npagePage #projectlist .projectitem { width:293px; margin:0 0px 15px 10px; height:240px;
    background:none; display:inline-block; transition: all 0.3s ease-out 0s; }
#projectlist .projectitem a:hover .project_info { background:none; }
.npagePage #projectlist .projectitem a .project_info div { height:80px; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;  bottom:0px; top:auto; width:100%; background:#fff; border-top: 1px solid rgba(0, 0, 0, .08);}
.npagePage #projectlist .projectitem a .project_info p { width:auto; text-align:left;}
.npagePage #projectlist .projectitem a .project_info .title { font-size: 15px; color: #666; overflow: hidden;
    white-space: nowrap; text-overflow: ellipsis; height:24px; line-height:24px; margin-top:10px; padding:0px 70px 0px 0px; }
.npagePage #projectlist .projectitem a .project_info .subtitle { color: #999; display: block;
    height:20px; line-height:20px;
    overflow: hidden;
    margin:0px; padding:0px 70px 0px 0px; }
.npagePage #projectlist .projectitem a .project_info div:after { content:''; width:37px; height:20px;
    display:block; position:absolute; top:50%; right:0;
    background: transparent url(../images/icon.png) no-repeat -30px -66px;
    transition: all 0.3s ease-out 0s; margin-top:-13px; border-left: 1px solid rgba(0, 0, 0, 0); }
.npagePage #projectlist .projectitem:hover a .project_info div { padding:5px 0; }
.npagePage #projectlist .projectitem:hover a .project_info div:after { background: url(../images/icon.png) no-repeat 16px -66px;
    border-left:1px solid rgba(0, 0, 0, .1); }
#projectlist .projectitem a:hover .project_info p.title { color: #666; font-size:15px;}
#projectlist .projectitem a .project_info div::before {content:'';position:absolute;width:100%;height: 90%;border-bottom: 1px solid rgba(0, 0, 0, .1);left:0;}
#projectlist .projectitem:hover a .project_info div::before {border-bottom: 1px solid rgba(0, 0, 0, .4)}

