﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a, img {
    border: 0;
}

.bodyMain {
    width: 19rem;
    min-height:45rem;
    height: auto;
    margin: 0 auto;
    background: #F1F3F4;
}
.bodyMessage{
    width: 19rem;
    min-height:25rem;
    height: auto;
    margin: 0 auto;
    background: #F1F3F4;
}
.bodyMain_Video {
    width: 19rem;
    min-height:25rem;
}
/*新闻信息列表*/
.Content .Content_Article .article_List {
    width:18rem;
    height: 70px;
    line-height: 35px;
    font-size: 18px;
    color: #016620;
    text-align: left;
    padding-left: 12px;
    transition: 0.4s all;
    overflow: hidden;
    margin-top: 5px;
    border-bottom: dashed 1px #97A39B;
}

    .Content .Content_Article .article_List span {
        float: left;
    }

    .Content .Content_Article .article_List span {
        color: #333333;
    }

    .Content .Content_Article .article_List H5 {
        font-size: 14px;
        float: right;
        color: #C2C5C5;
    }
  /*新闻信息详情*/
.Content .Content_Article {
    width:19rem;
    min-height:38rem;
    height: auto;
}

    .Content .Content_Article li {
        width:19rem;
        line-height:1.2rem;
        text-align: left;
    }

    .Content .Content_Article .area-title {
        width:18rem;
        height: auto;
        line-height:2.5rem;
        text-align: center;
        font-size:1rem;
        color: #1d1c1c;
        font-weight: 600;
        padding-left:0.3rem;
        padding-right:0.3rem;
    }
   .Content .Content_Article .tit-btm{
       width:19rem;
       line-height:1.5rem;
       margin:0 auto;
       font-size:0.7rem;
       color:#999;
       margin-left:0.3rem;
   }
    .Content .Content_Article .area-content {
        width:18rem;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 15px;
        text-align: left;
        min-height:400px;
    }
    .Content .Content_Article .pic-container img{
        width:600px;
        height:400px;
    }
#pic-container {
    height: auto;
    text-align: center;
}
.Content .Content_Article .view-bottom{
    font-size:15rem;
}
.view-bottom a {
    font-size: 16px;
}

.next-view a {
    font-size: 16px;
    display: block;
    text-align: left;
    line-height: 40px;
    padding-left: 10px;
}
/*导航样式*/
.Search_Date .Date {
    height: 40px;
    line-height: 40px;
    padding-left:10px;
     font-size: 15px;
     border-bottom:solid 2px #ede9e9;
}
/*二级菜单*/
.SubMenu {
    width: 18rem;
    min-height:6rem;
    padding-top:10px;
    padding-bottom:10px;
    background: #f0faf3;
    border-radius: 5px;
    margin-left: 0.8rem;
}

    .SubMenu ul, li {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .SubMenu li{
        width:auto;
        height:2rem;
        text-align:center;
        line-height:2rem;
        padding-left:10px;
        padding-right:0px;
        font-size:16px;
        float:left;
        font-family:'Microsoft YaHei';
        font-weight:600;
    }
    .SubMenu .Lefton a{
        color:#2b7f45;
    }
    .SubMenu .Leftoff a{
        color:#666;
    }
    .SubMenu .LeftCloumnTitle{
        width:17rem;
        line-height:1.5rem;
        color:#2b7f45;
        font-size:1rem;
        text-align:left;
        font-family:'Microsoft YaHei';
        border-bottom:solid 1px #ede9e9;
    }
/*分页样式*/
.pagination-container {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: 20px;
}

    .pagination-container .pagination {
        width: 375px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
    }

        .pagination-container .pagination li {
            width: 50px;
            height: 30px;
            line-height: 30px;
            margin: 0 auto;
            font-size: 16px !important;
            text-align: center;
            float: left;
            background: #2b7f45;
            border: solid 1px #ede9e9;
        }

            .pagination-container .pagination li a {
                color: #ffffff;
            }

        .pagination-container .pagination .active {
            background: #165513;
        }
/*图片列表*/
.Content_LeadList {
    width: 100%;
    min-height:45rem;
    height: auto;
}

    .Content_LeadList li {
        width:8.5rem;
        height:8rem;
        line-height:1.3rem;
        text-align: center;
        background:#f0faf3;
        float: left;
        margin-left:0.6rem;
        margin-top:1rem;
        font-size: 15px;
        font-weight:100;
    }

        .Content_LeadList li img {
            width: 8.2rem;
            height:6rem;
        }

        .Content_LeadList li:hover {
            background: #ece6e6;
        }
/*领导之窗*/
.bodyMainLead{
    width:19rem;
    height:37rem;
}
.Content_LeadLists {
    width: 100%;
    min-height:210px;
    height: auto;
    margin-top:20px;
    border-bottom: solid 1px #ece6e6;
}

    .Content_LeadLists .LeadPic{
        width:130px;
        height:166px;
        text-align: center;
        background: #FFFFFF;
        float: left;
        text-align:center;        
        padding-top:5px;
        margin-left:10px;
    }

        .Content_LeadLists  .LeadPic img {
            width:120px;
            height:160px;
        }

        .Content_LeadLists .LeadPic:hover {
            width:130px;
            height:166px;
            box-shadow: 0px 0px 15px 5px #e4dfdf;
        }
       .Content_LeadLists  .LeadContent{
           min-height:200px;
       }
       .Content_LeadLists  .LeadContent div{
           width:11.5rem;
           margin-left:10px;
           float:right;
       }
        /*图片详情*/
.Content_Lead .area-title {
    height: 60px;
    line-height: 60px;
    font-size:1.2rem;
    font-weight: 600;
    text-align:center;
}

 .Content_Lead  .tit-btm {
    width: 100%;
    height: auto;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    color:#999;
}

.PicContent {
    width: 100%;
    height: auto;
    text-align: center;
}

.PicName {
    width: 100%;
    height: 100px;
    line-height: 60px;
    text-align: center;
    font-size:1rem;
    font-weight: 600;
}

.view-bottom {
    width: 100%;
    height: 40px;
    line-height: 40px;
}
#player-con{
    margin-left:0.3rem;
}
/*领导信箱样式*/
.Write {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

    .Write a {
        width: 80px;
        height: 30px;
        line-height: 30px;
        padding-left: 10px;
        padding-right: 10px;
        color: #FFFFFF;
        font-weight: 600;
        background: #016620;
        display: block;
        margin: 0 auto;
        margin-top: 10px;
    }

        .Write a:hover {
            background: #165513;
        }

.message-form th {
    line-height: 40px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    background: #ede9e9;
    font-size:0.7rem;
}

.message-form td {
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size:0.6rem;
    border: solid 1px #ede9e9;
    border-collapse: collapse; /*添加边框线合并*/
}

.message-form .Messagetitle {
    width: 360px !important;
}
#button{
    width:3rem;
    height:1.6rem;
    background:#016620;
    color:#ffffff;
    border:solid 1px #016620;
    border-radius:5px;
    margin-right:20px;
}
#cancel{
    width:3rem;
    height:1.6rem;
    background:#f1922b;
    color:#ffffff;
    border:solid 1px #f1922b;
    border-radius:5px;
    margin-left:20px;
}
/*写信*/
.message-form {
    width: 96%;
    margin: 0 auto;
}

    .message-form .title {
        width:4rem;
        text-align: right;
    }

    .message-form .input_message {
        text-align: left;
    }

    .message-form #MsgContent {
        width: 98%;
        min-height:200px;
        border: solid 1px #ede9e9;
    }

    .message-form input {
        width: 50px;
        height: 30px;
        line-height: 30px;
    }

    .message-form .input_message input {
        width:98%;
        height: 25px;
        line-height: 25px;
        border: solid 1px #ede9e9;
    }

.Back {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}

    .Back a {
        width: 120px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background: #3a9a61;
        color: #FFFFFF;
        display: block;
        margin: 0 auto;
        font-size: 16px;
        font-weight: 600;
    }

        .Back a:hover {
            background: #016620;
        }
        /*专题专栏样式*/
.bodyMain_ZhuanTi{
    width: 19rem;
    min-height:30rem;
    height: auto;
    margin: 0 auto;
    background: #F1F3F4;
}
.bodyMain_ZhuanTi .ZhuanTi_ImgContent
{
    width:19rem;
}
.bodyMain_ZhuanTi .ZhuanTi_ImgContent .Content_Pic li
{
    width:19rem;
    height:6rem;
    text-align:center;
    margin-top:0.5rem;
    background:#fff;
    padding-top:0.4rem;
    border:solid 1px #f2f0f0;

}
    .bodyMain_ZhuanTi .ZhuanTi_ImgContent li img {
        width:18rem;
        height:5.4rem;
    }