@charset "gb2312";
@import "reset.css";
@import "header.css";
@import "footer.css";
.container{
    width: 1103px;
    margin: 0 auto;
    margin-top: 10px;
    overflow: hidden;
}
.tygl_left{
    width: 261px;
    float: left;
    background-color: #fff;
}
.tygl_left_tab{
    width: 261px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color:#f5f5f5;
    border-top: 2px solid #0084FF;
}
/*list*/
.tygl_left_list{
    width: 223px;
    padding: 15px 19px 0px 19px;
}
.tygl_left_list li{
    width: 223px;
    height: 41px;
    line-height: 41px;
    border: 1px solid #BADEFF;
    text-align: center;
    margin-bottom: 13px;
}
.tygl_left_list li i{
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("imagestw1.png") no-repeat;
   vertical-align: middle;
    margin-right: 10px;
}
.tygl_left_list li:hover{
    background-color:#108ED9 ;
}
.tygl_left_list li:hover a{
    color: #fff;
}
.tygl_left_list li:hover i{
    background:url("imagestw.png") no-repeat;
}
.tygl_left_list li.on{
    background-color:#108ED9 ;
}
.tygl_left_list li.on a{
    color: #fff;
}
.tygl_left_list li.on i{
    background: url("imagestw.png") no-repeat;
}
.tygl_left_list li a{
    display: -webkit-inline-box;
    font-size: 14px;
    font-family: "SimSun";
    color: #0f8dd8;
}
.tygl_left_tab a{
    font-family:"Microsoft YaHei";
    font-size: 16px;
    color: #0084FF;
}
/*ÓÒ±ß*/
.tygl_right{
    width: 830px;
    float: left;
    margin-left: 7px;
    background-color: #fff;
}
.tygl_right_tab{
    width: 830px;
    height: 45px;
    line-height: 45px;
    background: url("imagestwo_tab.png") no-repeat;
}
.tygl_right_tab i{
    width: 5px;
    height: 9px;
    display: inline-block;
    background: url("imagestwo_lt.png") no-repeat;
}
.tygl_right_tab a{
    margin-left: 18px;
    color: #8F9495;
    font-family: SimSun;
    font-size: 12px;
}
/*ÓÒ±ßlist*/
.tygl_right_list{
    margin-left: 24px;
    margin-top: 2px;
}
.tygl_right_list ul{
    overflow: hidden;
}
.tygl_right_list ul li i{
    width: 2px;
    height: 2px;
    display: inline-block;
    background: url("imagesdian.jpg") no-repeat;
    margin-right: 6px;
    vertical-align: middle;
}
.tygl_right_list ul li a{
   display: -webkit-inline-box;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #989898;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}
.tygl_right_list ul li{
    height: 30px;
    line-height: 30px;
}
.tygl_right_list ul li a:hover{
    color: #0E8DD9;
    padding-left: 5px;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}
.tygl_right_list ul li:hover span{
    color: #0E8DD9;
    padding-left: 5px;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}
.tygl_right_list ul li span{
    float: right;
    margin-right: 30px;
}