﻿  body, ul, li, div, a {
        font-family: "微软雅黑";
        padding: 0;
        margin: 0;
    }

    #RightTitle span {
        font-size: 18px;
    }
    /*纵向菜单*/
    #verticalMenu {
        width: 100%;
    }

        #verticalMenu ul, #verticalMenu li {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        #verticalMenu ul {
        }
        /*一级菜单*/
        #verticalMenu .MainMenu {
            /*background-color: #dfdfdf;*/
        }

            #verticalMenu .MainMenu > li {
                border-top: 1px dashed silver;
                line-height: 44px;
                height: auto;
            }

                #verticalMenu .MainMenu > li:last-child {
                    border-bottom: 0;
                }

                #verticalMenu .MainMenu > li:hover {
                }

                #verticalMenu .MainMenu > li > a {
                    display: block;
                    text-indent: 1em;
                    line-height: 44px;
                    height: 44px;
                    font-size: 18px;
                    font-weight: normal;
                    color: #333333;
                    text-decoration: none;
                    font-weight:bold;
                }

                    #verticalMenu .MainMenu > li > a:hover, #verticalMenu .MainMenu > li.cur > a {
                        color: #009237;
                    }

                #verticalMenu .MainMenu > li.cur > ul { /*display:block;*/
                }
        /*二级菜单*/
        #verticalMenu .subMenu {
            background-color: #efefef;
            border: 0;
        }

            #verticalMenu .subMenu > li {
                border-top: 1px dashed silver;
                line-height: 32px;
                height: 32px;
            }

                #verticalMenu .subMenu > li:last-child {
                    border-bottom: 0;
                }

                #verticalMenu .subMenu > li:hover {
                }

                #verticalMenu .subMenu > li > a {
                    display: block;
                    text-indent: 3em;
                    line-height: 32px;
                    height: 32px;
                    font-size: 16px;
                    font-weight: normal;
                    color: #333333;
                    text-decoration: none;
                }

                    #verticalMenu .subMenu > li > a:hover, #verticalMenu .subMenu > li.cur > a {
                        color: #009237;
                    }

    #pagers input[type=text] {
        height: 26px;
        line-height: 26px;
        padding: 0 3px;
        margin: 0 2px;
        border: 1px solid #ddd;
        display: inline-block;
        width: 30px;
        text-align: center;
        border-radius: 2px;
    }
    #verticalMenu .MainMenu > li > a {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        padding-left: 50px;
        text-indent: 0;
    }

    .MainMenu > li.cur {
        background-color: #efefef;
    }

    #maimRight {
        width: 730px;
    }
    /*一级农作物*/
    #mainType ul {
        width: 100%;
        height: 41px;
    }

    #mainType li {
        float: left;
        padding: 0 15px;
        background-color: #fff;
        position: relative;
        line-height: 36px;
    }

        #mainType li a {
            display: block;
            font-size: 18px;
            font-family: 'Microsoft YaHei';
            color: #000;
            font-weight: bold;
        }

        #mainType li div {
            position: absolute;
            width: 0;
            height: 0;
            left: 50%;
            bottom: -10px;
            display: none;
            border: #fff solid 5px;
            border-top: #08b143 solid 5px;
            margin-left: -5px;
        }

        #mainType li:hover, #mainType li.cur {
            background-color: #08b143;
        }

            #mainType li:hover a, #mainType li.cur a {
                color: white;
            }

            #mainType li:hover div, #mainType li.cur div {
                display: block;
            }
    /*二级农作物*/
    #subType ul {
        overflow: auto;
        display: none;       
    }

        #subType ul.cur {
            display: block;
        }

    #subType li {
        float: left;
        width: 160px;
        text-align: center;
        line-height: 40px;
        background-color: #eee;
        margin: 15px 15px 10px 0;
    }

        #subType li img {
            vertical-align: middle;
            position: relative;
            top: -2px;
            height: 24px;
            width: 24px;
        }

        #subType li a { /*display: block;*/
            font-size: 16px;
            font-family: 'Microsoft YaHei';
            color: #666;
            font-weight: bold; /*padding-left: 30px; background: url(/Content/images/jsms/dao.png) no-repeat;*/
        }
        /*#subType li a:before { content: url(/Content/images/jsms/dao.png); }*/
        #subType li .select {
            display: none;
        }

        #subType li .noselect {
            display: inline;
        }

        #subType li:hover, #subType li.cur {
            background-color: #08b143;
        }

            #subType li:hover a, #subType li.cur a {
                color: white;
            }

            #subType li:hover .select, #subType li.cur .select {
                display: inline;
            }

            #subType li:hover .noselect, #subType li.cur .noselect {
                display: none;
            }
    /*图片*/
    #mainTypePic {
        width: 730px;
        height: 194px;
        margin-bottom: 20px;
        position: relative;
    }

        #mainTypePic img {
            width: 100%;
            height: 100%;
            display: none;
        }

            #mainTypePic img.cur {
                display: block;
            }

    #mainTypePicTitle {
        position: absolute;
        width: 130px;
        height: 48px;
        line-height: 48px;
        color: white;
        left: 10px;
        bottom: 10px;
        font-size: 22px;
        background-color: rgba(0,0,0,0.6);
        text-align: center;
    }
    /*列表*/
    #divList {
        border: 0;
        padding: 0;
    }

    .divListContent {
        min-height: 410px;
    }
    .hideli{
        display:none;
    }
    .Slide {        
        float:right;
        cursor:pointer;
    }
    .togoImg {
        width: 18px !important;
        height: 18px !important;
    }
    .Butn {
        width: 20px !important;
        background: none !important;
        margin-top: 25px !important;
        line-height: 20px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
@media screen and (min-width:1440px) {
    #maimRight{width:830px;margin-left:20px;}
    #mainTypePic{width:830px;}
    #subType li{width:185px;}
    #verticalMenu .MainMenu > li > a{font-size:18px;}
}