﻿.title {
            display: block;
            color: rgb(238, 94, 34);
            font-size: 25px;
            display: block;
            line-height: 60px;
            text-align: center;
            -webkit-text-shadow: 1px 1px 2px rgba(0,0,0,.25);
            -moz-text-shadow: 1px 1px 2px rgba(0,0,0,.25);
            text-shadow: 1px 1px 2px rgba(0,0,0,.25);
            background-image: url("../../Content/Images/header-bg.png");
        }

        .chanel {
            height: 35px;
            background-color: rgb(238, 94, 34);
        }

            .chanel li {
                list-style: none;
                float: left;
                line-height: 35px;
                width: 25%;
                text-align: center;
            }

        .position-item {
            margin: 10px;
            background-color: #f5f5f5;
            border: 1px #ccc solid;
            padding: 5px 10px;
        }

        .poname {
            font-size: 15px;
            font-weight: bold;
            color: #333;
            margin-bottom: 5px;
        }

        .podesc {
            line-height: 25px;
            color: #666;
            font-size: 12px;
        }

            .podesc span {
                margin-right: 20px;
            }

        .unitname {
            line-height: 25px;
            color: #666;
        }

        .relasedate {
            font-size: 13px;
            margin-left: 20px;
            font-weight: normal;
            color: red;
        }

        .footer {
            color: #fff;
            background-color: #303a40;
            text-align: center;
            line-height: 25px;
            padding: 10px 0px;
        }

        .SearchPageList {
            text-align: center;
            margin-top: 20px;
            margin-bottom: 20px;
            display: none;
            color: #666;
        }

        .SearchPageList {
            text-align: center;
        }

        .Pages {
            height: 30px;
            line-height: 30px;
        }

            .Pages a {
                cursor: pointer;
            }

        #TopPage, #LastPage, #NextPage, #BottomPage {
            padding: 0 7px;
            font-size: 14px;
        }

        .PageNo_Selected {
            background-color: #FFF2EC;
            border: 1px solid #e60012;
            color: #e60012;
            font-family: Arial,Helvetica,sans-serif;
            font-size: 14px;
            font-weight: bold;
            height: 28px;
            line-height: 28px;
            display: inline-block;
            margin-right: 5px;
            padding: 0 7px;
        }

        .PageNo_noSelect {
            background-color: #F3F4F6;
            border: 1px solid #C4C7D1;
            color: #313131;
            font-family: Arial,Helvetica,sans-serif;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
            height: 28px;
            line-height: 28px;
            display: inline-block;
            padding: 0 7px;
            margin-right: 5px;
        }

        #search {
            margin: 10px;
            margin-bottom: 0px;
        }

        #news {
            margin: 10px;
            margin-bottom: 0px;
            border:1px #ccc solid;
        }
        #news ul{
            list-style:none;
        }
        #news ul li{
            line-height:25px;
            border-bottom:1px #ccc dotted;
        }
        .newtitle {
            border-bottom:1px #ccc solid;
            background-color:#f5f5f5;
            line-height:30px;
            padding-left:10px;
        }
        .newdate {
            color:#999;
            margin-left:10px;
        }
        .news-box {
            padding:10px;
        }
        .searchtxt {
            width: 72%;
            height:25px;
        }

        .searchbtn {
            width: 25%;
            height:28px;
            background-color:#eee;
        }
#intro {
    padding:10px;
}
.artitle {
    line-height:30px;
    font-size:16px;
    font-weight:bold;
    text-align:center;
    border-bottom:1px #ccc dotted;
}
.arcontent {
    line-height:25px;
}

.content-right-top {
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    vertical-align: bottom;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
    font-weight:bold;
    border-bottom: 1px solid #D2D2D2;
}
.content-right-main {
    padding: 10px 10px;
}
#photo-left {
    height: 373px;
    width: 373px;
    float: left;
    background-image: url("../images/photo-left.png");
    overflow: hidden;
}
.upload-pic-input {
    opacity: 0;
    height: 40px;
    font-size: 12px;
    cursor: pointer;
    margin-left: 90px;
    margin-top: 160px;
}
.photoview-left {
    float: left;
    margin-top:10px;
    margin-left:10px;
}
.photoview-right {
    margin-top:10px;
    float: left;
    margin-left: 10px;
}
.photo1 {
	height: 162px;
	width: 122px;
	margin-bottom: 20px;
    overflow:hidden;
    background-color:#f0f0f0;
    padding:1px;
    border:1px #ccc solid;
}
.btn-item{
    background-color: #e60012;
    line-height: 35px;
    padding: 0px 20px;
    text-align: center;
    color: #fff;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
    float: right;
    cursor: pointer;
    margin-top: 15px;
    margin-left: 20px;
}
#oprateToolbar {
    background-color: #000;
    filter: alpha(opacity=90); /*IE滤镜，透明度50%*/
    -moz-opacity: 0.9; /*Firefox私有，透明度50%*/
    opacity: 0.9; /*其他，透明度50%*/
    z-index: 99999;
    height: 60px;
    width: 100%;
    float: left;
    position: fixed;
    left: 0px;
    bottom: 0;
    _position: absolute;
    _top: expression(document.documentElement.clientHeight + document.documentElement.scrollTop - this.offsetHeight);
}