﻿.container-tools {
    min-height:3500px;
    height:auto;
    width:1200px;
    margin:30px auto;
    background:#fff;
}
.container-tools .tools-left {
    width: 160px;
    height: auto;
    float: left;
    border: 1px solid #e1e1e1;
    margin-bottom:30px;
    border-top: none;
}

.tools-current {
	background-color: #FFF9F5;
    color: #FA6900;
}

.container-tools .tools-left .synertitle {
    height: 60px;
    line-height: 60px;
    color: #000;
    font-size:24px;
    padding-left:20px;
    font-weight: bold;
}
.container-tools .tools-left li {
    font-size: 20px;
    height:54px;
    line-height: 54px;
    padding-left: 40px;

}
.container-tools .tools-left li:hover {
    border-left: 3px solid #FA6900;
    background-color: #FFF9F5;
    color: #FA6900;
}
.container-tools .tools-right {
    float: right;
    height: 100%;
    width:1025px;
    
}
.container-tools .tools-right .right-title {
   /** border-bottom: 1px solid #e1e1e1;*/
}
.container-tools .tools-right .right-title p {
    /**color: #FA6900;*/
    font-size: 26px;
    line-height: 48px;
    font-weight: bold;
    padding-left: 20px;
    margin: 20px 0;
    border-left: 5px solid #FA6900;
}
.container-tools .tools-right .tc-title {
    font-size: 16px;
    color: #272727;
    line-height: 1.1;
    margin: 28px 0 20px 0;
    font-weight: bold;
}
.p1 {line-height:45px;font-weight:bold;font-size:18px;
}
.p2 {line-height:45px;
}