.workOnline{
    padding: 10px 0;

}
.workOnline *{
    line-height: 30px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}
.workOnline .leave{
    margin-bottom: 10px;
}
.workOnline .leave a{
    padding: 7px 10px;
    background: #1e9fff;
    border-radius: 4px;
    color: white;
}
.workOnline ul li{
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.workOnline .question{
    padding: 10px;
    background-color: #eee;
    /*background: url("../images/zt.png") no-repeat left top;*/
    position: relative;
}
.workOnline .question .zt{
    display: inline;
    font-weight: bold;
    text-indent: 2em;
    color: #235;
}
.workOnline .question .date{
    margin-left: 10px;
    font-weight: normal;
    font-size: 12px;
    white-space: nowrap;
}
.workOnline .answer{
    padding: 15px 10px;
}
.workOnline .answer p{
    font-size: 13px;
}
.workOnline .answer p.des{
    color: #235;
}
.info{
    color:#999;
    font-size:12px;
}
.workOnline .formLeave{
    margin-top: 30px;
}
.workOnline caption{
    background: #dedede;
}
.workOnline table{
    border-collapse: collapse;
    border: 1px solid gray;
}
.workOnline table input{
    height: 25px;
    line-height: 25px;
    border: 1px solid lightgrey;
    padding-left: 5px;
    width: 300px;
}
.workOnline table td{
    padding: 5px;
}
.workOnline textarea{
    min-height: 150px;
    min-width: 90%;
    padding: 0 10px;
}
.workOnline .btn{
    width: 80px;
    height: 35px;
    line-height: 35px;
    background: #1e9fff;
    color: white;
    border-radius: 4px;
    margin-left: 50px;
}
.workOnline .btn:first-child{
    margin-left: 0;
}
.workOnline .yzm{
    width: 100px;
    height: 35px;
    /*line-height: 40px;*/
}



/*景点查询*/
.main_title{
    text-align: center;
    padding: 20px 0 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
}
#UpdatePanel1 .search{
    text-align: center;
    padding:10px 0 20px;
    line-height: 30px;
    font-size: 14px;
}
#UpdatePanel1 .search *{
    font-size: 14px;
}
#UpdatePanel1 .search input[type=text],#UpdatePanel1 .search select {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    margin-right: 20px;
    width: 100px;
    padding: 3px;
}
#UpdatePanel1 .search input[type=button] {
    width: 50px;
    background-color: rgb(12,146,209);
    color: White;
    border: 1px solid rgb(9,99,142);
    padding: 3px 5px 3px 5px;
}
#gridView{
    border: 1px dotted lightgrey;
    border-collapse: collapse;
    width: 100%;
}
#gridView tr{
    border-bottom: 1px dotted lightgrey;
}
#gridView *{
    line-height: 26px;
    font-size: 14px;
}
#gridView th,#gridView td{
    padding: 4px 10px;
    border-right: 1px dotted lightgrey;
}
#gridView tr td:last-of-type{
    text-align: center;
}
#gridView th{
    background: rgb(244,241,236);
}
#gridView .pages *{
    padding: 2px 8px;
    margin-right: 10px;
    border: 1px solid lightgrey;
}
#gridView .pages span{
    border: rgb(12,146,209) 1px solid;
    font-weight: bold;
    color: #fff;
    background-color: rgb(12,146,209);
}

/*旅游画册*/
#content .current-page{
    line-height: 30px;
    font-size: 12px;
    border-bottom: 1px solid gray;
    padding-left: 40px;
    background: url("imagesli-2.jpg") no-repeat 10px 7px;
    margin-bottom: 5px;
}
#content .current-page *{
    font-size: 12px;
    line-height: 30px;
}
.lyhc{
    padding: 0;
}
.lyhc .img-text{
    display: block;
    float: left;
    width: 220px;
    border: 1px solid lightgrey;
    margin-top: 30px;
    margin-left: 20px;
}
.lyhc .img-text:hover .text{
    color: #fff;
    background: #1B8CFF;
}
.lyhc .img-text img{
    border: none;
    width: 100%;
    height: 160px;
    display: block;
}
.lyhc .img-text .text{
    font-family: "Microsoft YaHei";
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 8px;
}
.lyhc .picPages{
    clear: both;
    text-align: center;
    padding: 30px 0 50px;
}
.lyhc .picPages a{
    font-family: '宋体';
    font-size: 12px;
    color: #666666;
    border: 1px solid #99bbe0;
    padding: 4px 10px;
    border-radius: 2px;
}
.lyhc .picPages a.hover{
    color: #fff;
    background: #154e9b;
}
.picContent{
    background: url("imagespicC.png") no-repeat center bottom;
    padding-bottom: 20px;
}



/*旅游画册内容*/
.picContent *{
    font-family: "Microsoft YaHei";
}
.picContent .picTitle{
    text-align: center;
    font-weight: normal;
    font-size: 30px;
    padding: 20px 0;
}
.picContent .pic-wrap{
    width: 910px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.picContent .pic-wrap .img_l{
    width: 31px;
    height: 68px;
    background: url("imagestp_left2.png") no-repeat;
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -34px;
}
.picContent .pic-wrap .img_r{
    width: 31px;
    height: 68px;
    background: url("imagestp_right2.png") no-repeat;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -34px;
}
.picContent .pic-wrap:hover .text-wrap.active{
    bottom: 0 !important;
}
.picContent .pic-wrap:hover .img_l{
    background: url("imagestp_left1.png") no-repeat;
}
.picContent .pic-wrap:hover .img_r{
    background: url("imagestp_right1.png") no-repeat;
}
.picContent .pic-wrap img{
    width: 100%;
    display: block;
}
.picContent .text-wrap{
    min-height: 126px;
    width: 100%;
    position: absolute;
    left: 0;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    background: url("imagesm31.png");
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}
.picContent .text-wrap h2{
    color: white;
    font-size: 14px;
    line-height: 35px;
    font-weight: normal;
}
.picContent .text-wrap p{
    color: white;
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
}
#slider{
    width: 910px;
    box-sizing: border-box;
    padding: 30px 0;
    height: 160px;
    margin: 20px auto;
    border: 1px solid #e8e8e8;
    background: #f8f8f8;
    position: relative;
}
#slider .box{
    width: 800px;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    position: relative;
}
#slider .box ul{
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#slider .box ul li{
    cursor: pointer;
    width: 150px;
    padding: 0 5px;
    height: 100%;
    float: left;
}
#slider .box ul li img{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
#slider .box ul li.active img{
    border: 2px solid #0d64bd;;
}
#slider .prev{
    background: url("imagestp_left.png") no-repeat center;
    width: 22px;
    height: 40px;
    position: absolute;
    left: 13px;
    top: 60px;
    cursor: pointer;
}
#slider .next{
    background: url("imagestp_right.png") no-repeat center;
    width: 22px;
    height: 40px;
    position: absolute;
    right: 13px;
    top: 60px;
    cursor: pointer;
}